pymodbus-dev / pymodbus

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

Update framers to ease message integration (only decode/encode) #2064

Closed janiversen closed 4 months ago

janiversen commented 4 months ago

In order to make the changes clearer this is done in 2 steps: 1) Clean the framer classes and corresponding tests. 2) Replace framers encode/decode with message encode/decode.

This is preparation for v3.6.5