Skip to main content

Modbus TCP

Modbus TCP
Modbus TCP is a connection type for ModbusDevice, not a separate driver class: set "transport": "tcp" in the config’s connection block, or pass a ModbusTCPTransport explicitly.

Creating a ModbusDevice over TCP

Or with an explicit, shareable transport:
Parameters and methods specific to ModbusDevice can be found in the SDK.