Modbus TCP Reading 32 bit Registers Problem

R

Thread Starter

Ricardo78

I have been able to receive data using easyModbus in .net, but I'm having difficulties with 32 bit registers. If I poll only one 32 bit register, I receive 4 bytes with the correct data. If I try to receive a series of input registers, the ones following the 32 bits registers are no read and appear with 0 bytes only.

What can I do?

Thank you.
 
Top