Versions
- Python:
- OS:
- Pymodbus:
- Modbus Hardware (if used):
Pymodbus Specific
- Server: tcp/rtu/ascii - sync/async
- Client: tcp/rtu/ascii - sync/async
Description
With Modbus TCP registers above 2 bytes work correctly.
My device have single registers with N bytes. Like clock, serial number (count:1; variable size)
But in RTU or rtuovertcp still fails.
Maybe a CRC issue?
Code and Logs