You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need to implement a fail-proof method of Initializing connection to Arduino on a Windows machine.
Other devices may be connected to other COM ports. PySerial detects these devices and may attempt communication with them (even though you meant to communicate with the Arduino)!
Proposed fix. Inspect serial info string for info that is unique to the Arduino.
The text was updated successfully, but these errors were encountered:
Need to implement a fail-proof method of Initializing connection to Arduino on a Windows machine.
Other devices may be connected to other COM ports. PySerial detects these devices and may attempt communication with them (even though you meant to communicate with the Arduino)!
Proposed fix. Inspect serial info string for info that is unique to the Arduino.
The text was updated successfully, but these errors were encountered: