Skip to content

SerialNotFoundException when changing baud rate to 14400 #1682

Closed
@baptistelabat

Description

@baptistelabat

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).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions