eterey / pymodbus3

A full Modbus protocol written in Python 3.
http://uzumaxy.github.io/pymodbus3/
BSD 3-Clause "New" or "Revised" License
40 stars 11 forks source link

Fixes in device and payload #13

Closed jjchromik closed 5 years ago

jjchromik commented 6 years ago

For python3, device needs to return iter() function not just the items. Payload was missing one function def to_registers(self), similarly like in pymodbus for python2.