-
Notifications
You must be signed in to change notification settings - Fork 214
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
Comments
Ah yes, I've been meaning add the option to specify the port. I'll add this tonight if it's not too late? |
1345952817951 duino info attempting to find Arduino board :( same here, is this in the npm ... or do in need to clone the repo? |
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 :) |
Im on a mac, nvm'd to v0.8.8 ... ls /dev | grep usb, shows still and I cant get the arduino to respond with the basic example |
I might have a similar problem, is there any update on this? |
if you really need to configure the usb port you can check my fork: https://github.com/setola/duino cheers |
i'm seeing this as well. any help? |
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.
The text was updated successfully, but these errors were encountered: