Maybe someone can help me figure out what I'm missing here. I'm following the example exactly:
What I'm suppose to get is
33.87. What it prints is 1.46638408846e-34
Using MacModbus App (
http://www.modbusapps.com/) I can see the binary in the memory locations:
42654 01110111111101010
42655 0100001000000111
Putting the 2 registers together (01000010000001110111011111101010) and checking here:
http://www.h-schmidt.net/FloatConverter/IEEE754.htmlI get my 33.87.
Since I've confirmed everything is there in memory does anyone see what I'm doing wrong with my pymodbus code?
Thanks!