-
Notifications
You must be signed in to change notification settings - Fork 223
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
Delay after sending frame via tty #59
Comments
Hi @embeddman, сould you provide some info about the hardware you're using? |
Hi @3cky, I'm using imx6ul from NXP. Also I'm tested with AT91SAMA5D36, the same problem. |
3cky
added a commit
that referenced
this issue
May 22, 2020
@embeddman I've pushed some fixes related to the timing calculations, please test. |
@3cky Now works fine, even more accurate timing than my solution. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
Faced with trouble when sending frames via tty with parity enabled. RTS changes with gpio via sysfs. The solution was in extending delay after sending frame otherwise RTS changes every time on last byte and corrupt it. Maybe delay was calculated not taking into account that parity add extra bit to frame?
The text was updated successfully, but these errors were encountered: