pymodbus-dev / pymodbus

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

Remove compare old/new encode in framer buildPacket. #2081

Closed janiversen closed 3 months ago

janiversen commented 4 months ago

BuildPacket builds the package as usual and then also builds with the new message, the 2 packages are compared and asserted if not equal.

The old BuildPacket code and the assert should be removed, when we are sure the new encoders work.

alexrudd2 commented 3 months ago

Closed by https://github.com/pymodbus-dev/pymodbus/pull/2095