You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The connect_to_serial function takes a default baud rate of 57,600. Some adapters seem to respect a param to connect with a different rate, but the one I'm using, artoo-roomba does not. In addition to making each adapter more configurable in this respect, I'd love to see a general option on the connection that sets the baudrate. Something like
I don't have the cycles at the moment to make a pull request, but if I get deeper into artoo, I'll try to get one in here. If someone beats me to it in the meantime, even better!
The text was updated successfully, but these errors were encountered:
@wkoffel I forked this gem and I can connect Roomba 780 with default baud rate of 115200. but That forked gem can't set default baud rate adapter setting line for now.
Please, try it. https://github.com/konyu/artoo-roomba
The
connect_to_serial
function takes a default baud rate of 57,600. Some adapters seem to respect a param to connect with a different rate, but the one I'm using,artoo-roomba
does not. In addition to making each adapter more configurable in this respect, I'd love to see a general option on the connection that sets the baudrate. Something likeI don't have the cycles at the moment to make a pull request, but if I get deeper into artoo, I'll try to get one in here. If someone beats me to it in the meantime, even better!
The text was updated successfully, but these errors were encountered: