forked from sfera-labs/exo-sense-py-modbus
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Bug: error when trying to write multiple registers - host.write_multiple_registers()
#23
Labels
bug
Something isn't working
Comments
beyonlo
changed the title
Bug: error when trying to write multiple registers (
Bug: error when trying to write multiple registers - Nov 11, 2022
host.write_multiple_registers()
)host.write_multiple_registers()
See Modbus Application Protocol section 6.12 |
might be connected with this line micropython-modbus/umodbus/tcp.py Line 171 in eee18c2
due to
|
brainelectronics
added a commit
that referenced
this issue
Dec 17, 2022
…ue signing in TCP and Serial modules, contribute to #23
brainelectronics
added a commit
that referenced
this issue
Dec 17, 2022
brainelectronics
added a commit
that referenced
this issue
Dec 17, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This bug was extracted from PR #10 report, in this reply:
Error when trying to write multiple registers (
host.write_multiple_registers()
)The text was updated successfully, but these errors were encountered: