shifted and added values
Modbus TCP, Modbus UDP and Modbus RTU client/server Java library
Brought to you by:
sr555
Hi dear,
I used the java library for TCP Client to read some data from a device using the FC04 function (ReadInputRegisters).
in some cases I received some error values like this example:
656d 732e 636d 2e74 6e00 ffffc0a8 232f
the six register was supposed to be only: c0a8 but I received ffffc0a8.
Can you please help me