Version 3.8.6 is now available. #2574
janiversen
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
It turns out that not allowing id=0 was too restrictive as done in v3.8.5.
requests with id=0 is allowed provided the device responds with id=0. In case the id do not match is ModbusIOException is raised.
Please be aware the broadcast is supported by setting no_response_expected=True.
Beta Was this translation helpful? Give feedback.
All reactions