Update Tips, Tricks, and Troubleshooting
parent
1c9d59645e
commit
902852e57a
|
@ -5,10 +5,10 @@
|
|||
|
||||
# Serial Connection Issues
|
||||
|
||||
- The following error indicates a hangup at the serial port or that the serial device did not shut down correctly:
|
||||
- The following error indicates the serial device is in use by another program, there was a hangup at the serial port, or that the serial device did not shut down correctly:
|
||||
|
||||
```julia
|
||||
ERROR: libserialport returned SP_ERR_FAIL - Host OS reported a failure.
|
||||
```
|
||||
|
||||
Usually trying to run the program again is 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 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.
|
||||
|
|
Loading…
Reference in New Issue