-
Notifications
You must be signed in to change notification settings - Fork 226
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
Cannot connect to arduino #13
Comments
I'm on the same setup -- maybe that's why I have failed to connect so far. |
Quick & Dirty fix: duino loops through all usb devices, searching for an arduino using To fix this, edit board.js On line Note: Not recommended but works for now. Hope @ecto fixes ecto/duino#2 soon! |
A better way to do this without loosing results is: 'ls /dev | grep -e usb -e USB -ACM' |
thans very much, work |
Set up: Ubuntu 12.04, node v0.8.1, arduino uno
It tries to connect to /dev/usbmon0 where as uno is on /dev/ttyACM0
The text was updated successfully, but these errors were encountered: