Update Tips, Tricks, and Troubleshooting

alphonse 2025-03-17 13:06:01 +00:00
parent 822fce7e72
commit 7e3d92148a
1 changed files with 1 additions and 1 deletions

@ -11,4 +11,4 @@
ERROR: libserialport returned SP_ERR_FAIL - Host OS reported a failure.
```
If the device is open connected via another program (e.g. Arduino Serial Monitor or Minicom), close that connection and shut down the program. Otherwise, trying to run the program again is usually sufficient to clear the error. If the error does not clear itself after 3 or 4 tries, reset the serial device by unplugging the USB cable and plugging it back in.
If the device is connected via another program (e.g. Arduino Serial Monitor or Minicom), close that connection and shut down the program. Otherwise, trying to run the program again is usually sufficient to clear the error. If the error does not clear itself after 3 or 4 tries, reset the serial device by unplugging the USB cable and plugging it back in.