Not sure how to resolve this error
PS C:\Development\robot-scripts\pythonProject\IOT> robot -d results tests/RaspberryPi3B.robot
RaspberryPi3B
System Boots | FAIL |
Parent suite setup failed:
SerialException: could not open port ‘/dev/ttyUSB0’: FileNotFoundError(2, ‘The system cannot find the path specified.’, None, 3)
The example I am building from has the variable for serial as “${SERIAL_PORT} /dev/ttyUSB0”.
My test setup is on Windows 11 connecting via SSH and WiFi to a Raspberry Pi 3B if this helps.
Because I am trying to get a working set up to do HIL testing using the Raspberry Pi as the target.
My connection to it is thru Wifi. RIDE is just another IDE and I already have PiCharm IDE set up and working.