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

Need support baud rate greater than 38400 on posix systems. #4

Closed
kvinwang opened this issue Dec 5, 2017 · 3 comments
Closed

Need support baud rate greater than 38400 on posix systems. #4

kvinwang opened this issue Dec 5, 2017 · 3 comments

Comments

@kvinwang
Copy link

kvinwang commented Dec 5, 2017

pyserial does this:
https://github.com/pyserial/pyserial/blob/master/serial/serialposix.py

@euantorano
Copy link
Owner

I'll see what I can do. The thing that I'm trying to avoid is for end users having to do stuff like:

when defined(linux):
  port.baudRate = 38400
else:
  port.baudRate = 9600

@Jeff-Ciesielski
Copy link
Contributor

FYI: I recently added extended baudrates to the stdlib: nim-lang/Nim#8322.

I'd very much like to see support for this added (I'm even happy to add it on the posix side) as 38400 is dreadfully slow

@euantorano
Copy link
Owner

euantorano commented Aug 1, 2018 via email

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

No branches or pull requests

3 participants