pymodbus-dev / pymodbus

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

Remove binary_framer #2130

Closed janiversen closed 3 months ago

janiversen commented 3 months ago

The binary framer is not officially supported by the modbus standard, it was an excellent idea that solved a lot of problems which exist with the rtu framer, but ...