Wikilicious / pygmc

Python interface/API for GQ GMC Geiger Counter.
https://pypi.org/project/pygmc/
MIT License
8 stars 2 forks source link

Re-add all baudrates #106

Closed Wikilicious closed 5 months ago

Wikilicious commented 6 months ago

We had originally removed all but 2 baudrates (115200 & 57600) from the pygmc.connect() method as the other baudrates were not the default on any device... however, after playing around with the settings I found the option to set the baudrate to the rest...

Not experienced enough to know why a user would lower the baudrate... yet, still, let's add it back.
Though perhaps assume the top two baudrates first, then retry will all the baudrates.