Skip to main content

Modbus RTU

Modbus RTU
Modbus RTU is a connection type for ModbusDevice, not a separate driver class: set "transport": "rtu" in the config’s connection block, or pass a ModbusRTUTransport explicitly. The Python code is identical to Modbus TCP; only the connection block changes.

Creating a ModbusDevice over RTU

Parameters and methods specific to ModbusDevice can be found in the SDK.