Skip to content

on OSX el capitan arduino ide doesn't recognize usb ports #4842

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

Closed
ghost opened this issue Apr 10, 2016 · 2 comments
Closed

on OSX el capitan arduino ide doesn't recognize usb ports #4842

ghost opened this issue Apr 10, 2016 · 2 comments
Labels
Type: Duplicate Another item already exists for this topic

Comments

@ghost
Copy link

ghost commented Apr 10, 2016

On el capitan, arduino IDE does not "see" any usb ports, only /dev/cu not /dev/tty
tried with 1.6.8 and the latest hourly build

cannot program any boards :(

@PaulStoffregen
Copy link
Contributor

/dev/cu and /dev/tty are the same, as far as Arduino is concerned.

Technically, /dev/cu.usbmodem is the proper type to use. /dev/tty.usbmodem is meant to be used for modems with a RI (ring indicator) and DCD (carrier detect) handshake lines. But the libraries Arduino uses are able to deal with either type.

@facchinm
Copy link
Member

Indeed, cu and tty are the "same" thing, the problem seems to be El Capitan. Closing as duplicate of #3928 (the issue is closed but we are keeping all the conversation/workarounds there )

@per1234 per1234 added the Type: Duplicate Another item already exists for this topic label Jul 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

3 participants