Pymodbus is a full Modbus protocol implementation using a synchronous or asynchronous (using asyncio) core. The modbus protocol documentation can be found here Supported modbus communication modes: ...
The bridge listens on a configurable TCP port (default: 502) and expects standard Modbus TCP frames from clients. Each request is translated into a Modbus RTU frame, transmitted over UART, and the ...