Luc JEAN
Luc JEAN
Do you mean that both `modpoll` and `ignition` gets 3.140625 for register 40001?
What do you get if you read the register just as regular bytes?
``` >>> struct.unpack('>HH', struct.pack('>f', 3.140625)) (16457, 0) ``` The question is why it reads 0 in register 40002?
I think that you may have a communication error due to something wrong in the serial link : maybe a problem with the cable or the communication settings (parity, baud...
modbus_tk should calculate a timeout for your baud rate thanks to `utils.calculate_rtu_inter_char`. For baud rate below 19200, we return a fixed value of 0.0005 sec. I wonder if, it shouldn't...
Hello and sorry for late answer. I am not sure to understand. What would you expect in such case? I guess an exception is raised in `execute` and you can...
Yes the docs should be improved but we have some examples in the example folder for getting started.
Hello. Thanks for your message and sorry for late answer. It is strange because your proposal of >=2.3,