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

Unable to detect USB serial port on Mavericks‎ #21

Open
ubatra13 opened this issue Feb 17, 2014 · 1 comment
Open

Unable to detect USB serial port on Mavericks‎ #21

ubatra13 opened this issue Feb 17, 2014 · 1 comment

Comments

@ubatra13
Copy link

Board defaults to bluetooth when connecting on Mavericks‎ ... here's a small change that I made to force connect it on available USB port

Just in case, if it is of any help to someone else.

var readDir = require('readdir');
var ports = readDir.readSync( '/dev/', ['c.usb*'] );

five = require("johnny-five");
board = new five.Board(
{port: "/dev/" + ports[0], debug: false}
);

@rwaldron
Copy link
Contributor

Strange, I'm using Johnny-Five on Mavericks and have no issues connecting.

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

2 participants