pymodbus-dev / pymodbus

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

Dislodge client classes from modbusProtocol. #2137

Closed janiversen closed 3 months ago

janiversen commented 3 months ago

this PR makes the client classes independent (relative) of ModbusProtocol, which instead is kept a variable in the base class.