8000 Release pymodbus v3.8.6 Β· pymodbus-dev/pymodbus Β· GitHub
[go: up one dir, main page]

Skip to content

pymodbus v3.8.6

Compare
Choose a tag to compare
@janiversen janiversen released this 10 Feb 11:52
· 30 commits to master since this release
  • Allow id=0 and check if response.id == request.id. (#2572)

It turns out that not allowing id=0 was too restrictive, instead now requests with id=0 is allowed provided the device responds with id=0.

0