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

Hi, need an especific port #25

Open
sherlockholmes opened this issue Aug 24, 2012 · 8 comments
Open

Hi, need an especific port #25

sherlockholmes opened this issue Aug 24, 2012 · 8 comments

Comments

@sherlockholmes
Copy link

1345814061925 duino info attempting to find Arduino board
1345814061952 duino info found board at undefined
1345814061953 duino info binding serial events

events.js:48
throw arguments[1]; // Unhandled 'error' event

                   ^

Error: EACCES, open '/dev/usbmon0'

Hi, mi arduino its connect on /dev/ttyACM0, but duino can't open that.

@ecto
Copy link
Owner

ecto commented Aug 24, 2012

Ah yes, I've been meaning add the option to specify the port. I'll add this tonight if it's not too late?

@j0x0j
Copy link

j0x0j commented Aug 26, 2012

1345952817951 duino info attempting to find Arduino board
1345952818046 duino info found board at undefined

:( same here, is this in the npm ... or do in need to clone the repo?

@sherlockholmes
Copy link
Author

Well I tried to hardcoding and in other computer works, when change the command "ls /dev | grep usb" because on my ubuntu linux works with UPPERCASE "ls /dev | grep USB" , but on another machine works with "ls /dev | grep ACM", well the problem can be the versión of your node.js, I recomend, make a clone of github and compile. the version v.0.8.8.., well try yourself :)

@j0x0j
Copy link

j0x0j commented Aug 26, 2012

Im on a mac, nvm'd to v0.8.8 ... ls /dev | grep usb, shows
cu.usbmodemfd121
tty.usbmodemfd121

still
1345959722373 duino info found board at undefined

and I cant get the arduino to respond with the basic example

@jelmerdemaat
Copy link

I might have a similar problem, is there any update on this?

@setola
Copy link
Contributor

setola commented Dec 7, 2012

if you really need to configure the usb port you can check my fork: https://github.com/setola/duino
I hope ecto will merge it soon :)

cheers

@ktal90
Copy link

ktal90 commented Feb 24, 2014

i'm seeing this as well. any help?

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

7 participants
@ecto @jelmerdemaat @j0x0j @sherlockholmes @setola @ktal90 and others