Skip to content

Esplora Serial Port Error on Mac OSX #1186

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
davidgrud opened this issue Dec 26, 2012 · 3 comments
Closed

Esplora Serial Port Error on Mac OSX #1186

davidgrud opened this issue Dec 26, 2012 · 3 comments
Milestone

Comments

@davidgrud
Copy link

Hi I'm unable to connect to the Esplora Serial Port using Mac OSX.
I've tried a number of the examples from the Esplora examples list
using both '/dev/tty.usbmodemfd14311' and '/dev/cu.usbmodemfd14311'

I even tried the gnereic Serial Event example which uploaded fine.
But here's the error i get using '/dev/tty.usbmodemfd14311'

Binary sketch size: 6,060 bytes (of a 28,672 byte maximum)

processing.app.SerialException: Error touching serial port '/dev/tty.usbmodemfd14311'.
at processing.app.Serial.touchPort(Serial.java:123)
at processing.app.debug.AvrdudeUploader.uploadViaBootloader(AvrdudeUploader.java:201)
at processing.app.debug.AvrdudeUploader.uploadUsingPreferences(AvrdudeUploader.java:67)
at processing.app.Sketch.upload(Sketch.java:1671)
at processing.app.Sketch.exportApplet(Sketch.java:1627)
at processing.app.Sketch.exportApplet(Sketch.java:1599)
at processing.app.Editor$DefaultExportHandler.run(Editor.java:2380)
at java.lang.Thread.run(Thread.java:680)
Caused by: gnu.io.UnsupportedCommOperationException: Invalid Parameter
at gnu.io.RXTXPort.setSerialPortParams(RXTXPort.java:171)
at processing.app.Serial.touchPort(Serial.java:113)
... 7 more
Changing the Serial port to '/dev/cu.usbmodemfd14311' results in no error but I have no idea what it is writing to.
If I change the code from Serial. to Keyboard. I can capture the output.
Can anyone help me sort this out?
Thanks
David

@PeterVH
Copy link

PeterVH commented Jan 6, 2013

It is the same problem as reported in this thread: http://arduino.cc/forum/index.php/topic,131143.msg1000152.html#msg1000152

@ffissore ffissore modified the milestone: Release 1.5.6 Feb 6, 2014
@ffissore ffissore modified the milestones: Release 1.5.7, Release 1.5.6 Feb 27, 2014
@ffissore ffissore added the New label Feb 27, 2014
@cmaglie cmaglie removed the New label Feb 27, 2014
@cmaglie
Copy link
Member

cmaglie commented Jul 2, 2014

Closing this one, feel free to reopen if the problem persists.

@cmaglie cmaglie closed this as completed Jul 2, 2014
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

4 participants