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

timing enhancements for modbus serial and bug fix for 101 #161

Closed
wants to merge 215 commits into from

Conversation

dhoomakethu
Copy link
Contributor

Enhancements on the exisitng PR #113 for the fix #101 .
The PR #113 could be closed (I could not find a way to close that PR on my own)
Also using some code from PR #74 (sync.py)

abrandl and others added 30 commits February 28, 2011 11:43
- bringing a few areas of coverage back up
* Adding code to handle messages that do not respond
* Fixes issue 41
- pep8, lint, 2to3

Fixed a few pep8/lint bugs to test
This fix simply removes all the ternaries that were added
in Python 2.5.

Fixes issue 50
The documentation added was to address some questions
with the synchronous and asynchrounous server implementations
as well as the functionality of the data contexts.

The factory methods were added by request to simplify the
creation of a fully populated DataBlock address space.
Mark M. Evans and others added 26 commits October 20, 2015 21:09
fixed issue with pymodbus timing over serial
… read/write coil/registers

2. added timing improvements to sync.py
@dhoomakethu
Copy link
Contributor Author

Will be handled in 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.

read operation on invalid unit id renders all future transaction with valid unit id's failing