duino icon indicating copy to clipboard operation
duino copied to clipboard

Hi, need an especific port

Open sherlockholmes opened this issue 13 years ago • 8 comments

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.

sherlockholmes avatar Aug 24 '12 13:08 sherlockholmes

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

ecto avatar Aug 24 '12 16:08 ecto

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?

j0x0j avatar Aug 26 '12 03:08 j0x0j

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 :)

sherlockholmes avatar Aug 26 '12 04:08 sherlockholmes

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

j0x0j avatar Aug 26 '12 05:08 j0x0j

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

jelmerdemaat avatar Dec 07 '12 15:12 jelmerdemaat

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

setola avatar Dec 07 '12 16:12 setola

i'm seeing this as well. any help?

ktal90 avatar Feb 24 '14 06:02 ktal90