Skip to content

List of available baud rates in Arduino IDE serial monitor #4439

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
ranger81 opened this issue Jan 16, 2016 · 3 comments
Closed

List of available baud rates in Arduino IDE serial monitor #4439

ranger81 opened this issue Jan 16, 2016 · 3 comments
Labels
Component: IDE Serial monitor Tools > Serial Monitor feature request A request to make an enhancement (not a bug fix) Type: Duplicate Another item already exists for this topic
Milestone

Comments

@ranger81
Copy link

Hi,
This is not a bug but a feature request.
Since I'm developing a lot with the ESP8266 I would like to see 76800 baud rate in the list of available baud rates in the serial monitor. Or even better, please provide a input box to define own baud rates - or in preferences.txt.

Thanks

@lmihalkovic
Copy link

IMHO, looks like a good candidate for something board devs would benefit from being able to override in their packaging.

@lmihalkovic
Copy link

In PR4102 comment i was offering for consideration that rather going down the path of the following implementation:

 +      !BaseNoGui.getBoardPreferences().get("serial.disableRTS").equalsIgnoreCase("true"),
 +      !BaseNoGui.getBoardPreferences().get("serial.disableDTR").equalsIgnoreCase("true"));
...
BaseNoGui.getBoardPreferences().get("serial.baudRates")
... // more of the same type of code

you might find it advantageous to invest in a more generic way for board packagers to control which values are used where when using their their package (if i recall there was another recent reference to different bd rates values).

prefs.get("xxxxx")

is IMHO all the ide source code should ever have to care about.

@matthijskooijman
Copy link
Collaborator

This is essentially a duplicate of arduino/serial-monitor#33, so I'm closing this issue. The suggestion of letting board or platform define the list of baudrates (or perhaps define a few additional baudrates) does seem new, so I'll copy that one over (since, even if you could type arbitrary baudrates in the dropdown, having a few board-specific shortcuts could be useful).

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 feature request A request to make an enhancement (not a bug fix) Type: Duplicate Another item already exists for this topic
Projects
None yet
Development

No branches or pull requests

5 participants