From 7e3d92148a728390eaab2657c6a253d2f1a29b6b Mon Sep 17 00:00:00 2001 From: alphonse Date: Mon, 17 Mar 2025 13:06:01 +0000 Subject: [PATCH] Update Tips, Tricks, and Troubleshooting --- Tips%2C-Tricks%2C-and-Troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tips%2C-Tricks%2C-and-Troubleshooting.md b/Tips%2C-Tricks%2C-and-Troubleshooting.md index 1e7d228..a83eeca 100644 --- a/Tips%2C-Tricks%2C-and-Troubleshooting.md +++ b/Tips%2C-Tricks%2C-and-Troubleshooting.md @@ -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.