pymodbus-dev / pymodbus

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

integrate message.encode() into framer.buildPacket. #2062

Closed janiversen closed 4 months ago

janiversen commented 4 months ago

For now the old buildPacket code is left while also building with message. The 2 packages are compared and asserted if not equal...this way we have amble time to secure the new encoder works.