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

events.js:2725: Uncaught Error: Cannot open /dev/usbdev5.1 #41

Closed
poul-kg opened this issue Jul 20, 2013 · 3 comments
Closed

events.js:2725: Uncaught Error: Cannot open /dev/usbdev5.1 #41

poul-kg opened this issue Jul 20, 2013 · 3 comments

Comments

@poul-kg
Copy link

poul-kg commented Jul 20, 2013

Hi,

just installed duino module

Here is my script

var arduino = require('duino'),
    board = new arduino.Board();

var led = new arduino.Led({
  board: board,
  pin: 13,
  debug: true
});

led.blink();

Here is the output

$ node duino-1.js
events.js:2725: Uncaught Error: Cannot open /dev/usbdev5.1

My Env: Ubuntu 12.04 LTS on MK803 mini PC (ARM), Node v0.8.14

How can I fix this?

@poul-kg
Copy link
Author

poul-kg commented Jul 20, 2013

Solution

chmod 666 /dev/usbdev5.1

@poul-kg poul-kg closed this as completed Jul 20, 2013
@dftpnd
Copy link

dftpnd commented Sep 21, 2013

i have error: events.js:2817: Uncaught Error: Cannot open /dev/usb
ubuntu 13.04
help me please

@abodurka
Copy link

Hey Poul-KG I'm having the same issue running on 12.04LTS. What exactly did you do to solve this? Could you reply with a more detailed response please??

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

3 participants