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.
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.