pymodbus-dev / pymodbus

A full modbus protocol written in python
Other
2.16k stars 889 forks source link

modified: pymodbus/client/mixin.py #2215

Open dnshshkr opened 2 weeks ago

dnshshkr commented 2 weeks ago

Updated convert_from_registers() under /pymodbus/client/mixin.py/ModbusClientMixin to properly convert floating point numbers read from PLCs

janiversen commented 2 weeks ago

This PR breaks all other types, please fix.