Description
Describe the request
There are some uncommon situations where you will need a non listed baudrate (ie. 28800).
And for example the cp2102 supports 250000 and there are other chips lying around that supports uncommon/weird baudrates that can be used because the error rate is low for that particular chip in that particular baudrate. Or simply because we can test the behaviour on different manually tweaked baudrates.
Either way, it is always handy to have the option to edit manually a value on an editor or software utility (for example on CuteCom it can be done).
Describe the current behavior
Actually there are only a listbox to choose the baudrates.
Arduino IDE version
Version: 2.0.2 Date: dev build CLI Version: 0.28.0 [06fb1909] Copyright © 2022 Arduino SA
Operating system
Linux
Operating system version
Ubuntu 20.04.5
Additional context
The cp2103 for example supports all this:
300, 600, 1200, 1800, 2400, 4000, 4800, 7200, 9600, 14400, 16000, 19200, 28800, 38400, 51200, 56000, 57600, 64000, 76800, 115200, 128000, 153600, 230400, 250000, 256000, 460800, 500000, 576000, 921600
As you can see on the PDF here: https://www.silabs.com/documents/public/data-sheets/CP2103.pdf
Issue checklist
- I searched for previous requests in the issue tracker
- I verified the feature was still missing when using the latest nightly build
- My request contains all necessary details