Skip to content

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