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

PATCH: boost serial speed 3x or more #python3 #74

Closed
wants to merge 7 commits into from

Conversation

Cougar
Copy link
Contributor

@Cougar Cougar commented Mar 1, 2015

Python3 support for fast serial RTU. Long description can be found in pull request #55.

Cougar added 5 commits August 16, 2014 11:40
getResponseSize() can be used to know in advance how many
bytes needs to be read after request. Using this information it
is not needed to wait for serial port timeout during receive.

(cherry picked from commit c5a9eae)
Not initialising _last_frame_end and _silent_interval breaks test cases.
We'll initialise _last_frame_end to 0.0 (to indicate the last frame is
possibly a *long* time ago, connect resets it) and we set
_silent_interval there since baud rate should not be changing.

(cherry picked from commit 9f89bff)
@lsgunth
Copy link
Contributor

lsgunth commented Dec 23, 2016

This branch is working great for me! Why has it been over a year and no discussion or merge? I'd really like to see it in mainline. Thanks!

@dhoomakethu
Copy link
Contributor

Closed as part of PR #164

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 21, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants