Modbus RTU

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
ModbusDevice can be found in the SDK.