-
Notifications
You must be signed in to change notification settings - Fork 127
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
Custom baud rate in OSX won't work #57
Comments
Some deeper analysis: |
Yes, this could be a solution... See also my comments in PR #59. You must also find a solution for getting |
Also if the high-baud constants for OSX, the ones >= 460800 do not work without the custom ioctls, they should be removed... |
Reading back custom baud rate via
I'd tested this using Ctrl+A+V command. |
Constants: 460800 and 921600 are working without special handing in OSX, so those both can resist. |
I would suggest removing them all if custom baud is not enabled. That is: Without custom-baud support, stay with the baudrates defined by the OS. |
I'd recently added custom baud rate support for OSX, but after some more testing, I found out that it not work as expected. I'd tested with:
In most cases, the desired custom baud rate will just be substituted by on of the standard baud rates.
I'll investigate it deeper now and hopefully provide a fix soon.
The text was updated successfully, but these errors were encountered: