Pymodbus offers both a :mod:`synchronous client` and a :mod:`asynchronous client`. Both clients offer simple calls for each type of request, as well as a unified response, removing a lot of the ...
Thanks for creating and maintaining this package. We are using a ModbusSerialServer with Python 3.11 and pymodbus==3.9.2. One of the connected clients is throwing a stray 0x0 at the end of messages ...