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

Cannot connect to arduino #13

Open
shashankmehta opened this issue Nov 2, 2012 · 4 comments
Open

Cannot connect to arduino #13

shashankmehta opened this issue Nov 2, 2012 · 4 comments

Comments

@shashankmehta
Copy link

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

@acarlton
Copy link

acarlton commented Nov 2, 2012

I'm on the same setup -- maybe that's why I have failed to connect so far.

@creatorrr
Copy link

Quick & Dirty fix:

duino loops through all usb devices, searching for an arduino using ls /dev | grep usb.

To fix this, edit board.js
vim duino/lib/board.js

On line 80, change 'ls /dev | grep usb' to 'ls /dev | grep ACM'.

Note: Not recommended but works for now. Hope @ecto fixes ecto/duino#2 soon!

@josx
Copy link

josx commented Feb 7, 2013

A better way to do this without loosing results is:

'ls /dev | grep -e usb -e USB -ACM'

@armacali
Copy link

thans very much, work

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

5 participants