fasteddy516 / SimplySerial

A windows console application for serial communications.
MIT License
193 stars 23 forks source link

Simplify detection of CircuitPython boards #13

Closed fasteddy516 closed 2 years ago

fasteddy516 commented 3 years ago

See https://github.com/mu-editor/mu/pull/1371. SimplySerial may be able to do something similar as far as identifying boards using the port's friendly name rather than the USB PID/VID craziness.

fasteddy516 commented 2 years ago

I have left VID/PID identification in for now (it's handy when you have multiple different boards connected), but have implemented CircuitPython detection using the bus description of the connected device.