Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustable serial baud rate #155

Open
wkoffel opened this issue Apr 4, 2015 · 1 comment
Open

Adjustable serial baud rate #155

wkoffel opened this issue Apr 4, 2015 · 1 comment

Comments

@wkoffel
Copy link

wkoffel commented Apr 4, 2015

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

connection :roomba, :adaptor => :roomba, :port => '/dev/tty.usbserial-DA017LV0', :baudrate => 115200

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!

@konyu
Copy link

konyu commented Jul 26, 2015

@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

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants