We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a24c1d commit e5c2615Copy full SHA for e5c2615
CHANGELOG.rst
@@ -14,9 +14,12 @@ from pymodbus.client.asynchronous import ModbusTcpClient
14
* Fix SQLDbcontext update failure
15
* Fix Binary payload example for endianess.
16
* Fix tornado async serial client `TypeError` while processing incoming packet.
17
+* Fix erroneous CRC handling in Modbus RTU framer.
18
+* Support broadcasting in Modbus Client and Servers (sync).
19
* Fix asyncio examples.
20
* Improved logging in Modbus Server .
21
* Minor update in factory.py, now server logs prints received request instead of only function code
22
+
23
```
24
# Now
25
DEBUG:pymodbus.factory:Factory Request[ReadInputRegistersRequest: 4]
0 commit comments