Skip to content

SerialNotFoundException when changing baud rate to 14400 #1682

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
baptistelabat opened this issue Nov 13, 2013 · 3 comments
Closed

SerialNotFoundException when changing baud rate to 14400 #1682

baptistelabat opened this issue Nov 13, 2013 · 3 comments
Assignees
Labels
Milestone

Comments

@baptistelabat
Copy link

Arduino 1.03 on linux ubuntu 13.04

Here are the steps to reproduce the problem
Load the standard firmata example
Open the Serial monitor.
Change the baud rate (try different ones)

At one point, you will get the following error:
processing.app.SerialException: Error opening serial port '/dev/ttyACM2'.
processing.app.SerialNotFoundException: Serial port '/dev/ttyACM2' not found. Did you select the right one from the Tools > Serial Port menu?

Sometimes, I was able to solve juste by restarting arduino.

I don't now if it's related but after having this error, even after unplugging the arduino and restarting my computer, i was getting errors, and I had to open ~/.arduino/preferences.txt to set back the serial.debug_rate to 9600 manually (was saved at 14400).

@ffissore
Copy link
Contributor

This problem is related to RXTX, the native serial library we use to connect to tty devices. It will be replaced by JSSC in release 1.5.6 (the next next one). In the meanwhile you can try using one of the nightly listed here #1633 (comment)

@ghost ghost assigned ffissore Nov 14, 2013
@ffissore ffissore modified the milestone: Release 1.5.6 Feb 6, 2014
@cmaglie
Copy link
Member

cmaglie commented Feb 21, 2014

@baptistelabat
is the issue solved with 1.5.6?

@ffissore ffissore added New and removed New labels Feb 27, 2014
@ffissore ffissore modified the milestones: Release 1.5.7, Release 1.5.6 Feb 27, 2014
@baptistelabat
Copy link
Author

Hi, I made some tests with 1.5.6-r2. I was not able to reproduce the error (as I can not choose anymore 14400 baud, the menu is proposing 9600 then 19200); I imagine that's the correction? I looped through the values I could select, and had no problem anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants