fasteddy516 / SimplySerial

A windows console application for serial communications.
MIT License
180 stars 22 forks source link

Correct default baud rate for CircuitPython devices #15

Closed fasteddy516 closed 2 years ago

fasteddy516 commented 2 years ago

According to an official Adafruit learn guide, the recommended default baud rate for CircuitPython devices is 115200, not 9600 as currently used by SimplySerial. Lots of other devices (at least the ones I interface with) use 9600 as the default, however, so I think SimplySerial should switch to 115200 baud for known CircuitPython devices, and stick with 9600 for unknown devices.