Skip to content

Re enable 38400 baud rates #2485

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

Merged
merged 1 commit into from
Jan 6, 2015
Merged

Re enable 38400 baud rates #2485

merged 1 commit into from
Jan 6, 2015

Conversation

ffissore
Copy link
Contributor

@ffissore ffissore commented Dec 3, 2014

Some baud rates had issues with RXTX and linux. With JSSC, they seem to work fine again. Enable them. Fixes #2296
/cc @cmaglie @matthijskooijman @PaulStoffregen

@cmaglie
Copy link
Member

cmaglie commented Dec 3, 2014

On Linux, 14400 and 28800 are not supported. Moreover, if you try to set the speed of serial monitor to 14400 or 28800, the OS seems to accept the baud rate but the real speed on USB-CDC ACM emulated port is set to 19200 and 38400 respectively (that are the closest "standard" speeds accepted by the USB driver).

So I'm for leaving 14400 and 28800 out and keep just 38400.

@ffissore
Copy link
Contributor Author

ffissore commented Dec 4, 2014

Force pushed to enable 38400 only

@ffissore
Copy link
Contributor Author

@ArduinoBot build this please

@hallard
Copy link

hallard commented Dec 30, 2014

Thanks for adding it back.

By the way would it be possible to add 250000 kbps, this speed works whatever crystal value is (4MHz, 8MHz, 16MHz) and always with 0% error. Could really be fine to have it. another way could be to let user type a custom baud rate, I know it does not works on all systems, but where it works (Windows) it could be fine to type custom baud rate instead of switching to putty every time.
Thanks

cmaglie added a commit that referenced this pull request Jan 6, 2015
@cmaglie cmaglie merged commit 863cb41 into arduino:ide-1.5.x Jan 6, 2015
@ffissore ffissore deleted the ide-1.5.x-reenable-38400 branch February 9, 2015 10:55
@matthijskooijman
Copy link
Collaborator

Seems the builds expire after a while.

@ArduinoBot build this please

@ffissore
Copy link
Contributor Author

ffissore commented Nov 2, 2015

This PR has been merged January 6th and it's part of IDE 1.6.0 or greater. Closed PR builds get deleted as soon as possible

@matthijskooijman
Copy link
Collaborator

W00ps, should have looked closer :-)

@per1234 per1234 added the Component: IDE Serial monitor Tools > Serial Monitor label Apr 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE Serial monitor Tools > Serial Monitor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants