Skip to content

Put 38400 baud back in serial port speed list #2296

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
kurt6string opened this issue Sep 11, 2014 · 7 comments
Closed

Put 38400 baud back in serial port speed list #2296

kurt6string opened this issue Sep 11, 2014 · 7 comments
Labels
Component: IDE user interface The Arduino IDE's user interface Type: Bug

Comments

@kurt6string
Copy link

I build midi devices from arduinos and 38400 baud is the closest rate to the actual midi rate thus I find it useful for testing in 'human' mode as serial output more closely resembles the midi data rate. Why it would be removed is beyond my understanding in any case.

@matthijskooijman
Copy link
Collaborator

@ffissore, you removed some baud rates in dd772f7 and ec67c88. Do you remember why these were labeled as "useless"? Didn't they work?

@matthijskooijman matthijskooijman added Component: IDE user interface The Arduino IDE's user interface Type: Bug labels Sep 11, 2014
@PaulStoffregen
Copy link
Contributor

14400 and 28800 aren't supported by some Linux drivers, and the RXTX library handles that lack of support terribly, so they really ought to be removed.

But 38400 is well supported on all systems. It should not be removed.

@dezshredder
Copy link

I need 38k4 too. Please add it back.

@d00616
Copy link

d00616 commented Nov 24, 2014

A lot of hardware is using 38400 Baud. I need it back because SEGGER JLink Serial Port emulations works only on 38400 baud.
Standard baud rates are: 50, 75, 110, 134, 150, 200, 300, 600, 1200, 1800, 2400, 4800, 9600, 19200, 38400, 57600, 115200

@tochinet
Copy link

I definitely second the need for 38k4. I use it in all my programs. It was a complete surprise for me to see that it's not supported in 1.5 (but it is in 1.0.5 !). I can't understand why some "issues with RXTX and Linux" imply it is removed from all IDEs, but ... kept in the cores, and not documented. Please issue a fix ASAP !

@ffissore
Copy link
Contributor

A preliminary build is available here #2485 (comment)

@ffissore
Copy link
Contributor

Fixed in #2485

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface Type: Bug
Projects
None yet
Development

No branches or pull requests

7 participants