pyReactor icon indicating copy to clipboard operation
pyReactor copied to clipboard

Windows COM Port Arduino Connection

Open wgurecky opened this issue 9 years ago • 0 comments

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.

wgurecky avatar Mar 06 '15 22:03 wgurecky