QtSerialMonitor icon indicating copy to clipboard operation
QtSerialMonitor copied to clipboard

Can support custom-written baud rate?

Open MrDuan666 opened this issue 3 years ago • 2 comments

The baud rate used in my project is not listed in the default list. What do I need to do if I want to set a specific baud rate?

MrDuan666 avatar Dec 12 '21 10:12 MrDuan666

Hmm. Haven't thought about it. The baudrates listed in the comboBox are based on supported values reported by host's hardware - that list is dynamically populated on startup. AFAIK using a non standard baud-rate is highly unusual.

One could theoretically set that combobox as editable. Then you would simply type in the costom baud-rate if its not listed. But honestly I never tried it. I usually just go with 115200 or 9600.

Mind if I ask what kind of baudrate are You using ?

mich-w avatar Dec 17 '21 17:12 mich-w

Yes, you are right. In fact, the app of serial port assistant (Microsoft store) do it as you said, it allows to set a custom baud rate. My project always use some large baud rates, such as 1152000 or 2000000.

MrDuan666 avatar Dec 18 '21 06:12 MrDuan666