You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The representation of 32-bit values is not standardized. The result of client.read_holding_registers(2048, 6) should equal that of modbus 10.140.0.167 -s 15 h@2048/6H according to their docs.
Hi I am having trouble reading multiple registers in this case.
I am reading 6 registers with the following
This returns
These are meant to be long values
If I use another implementation (modbus-cli (python commandline)))
I get
and
Given this should read_holding_registers
not return
The text was updated successfully, but these errors were encountered: