Skip to content
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

Can support custom-written baud rate? #5

Open
MrDuan666 opened this issue Dec 12, 2021 · 2 comments
Open

Can support custom-written baud rate? #5

MrDuan666 opened this issue Dec 12, 2021 · 2 comments

Comments

@MrDuan666
Copy link

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?

@mich-w
Copy link
Owner

mich-w commented Dec 17, 2021

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 ?

@MrDuan666
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants