Use it by first creating a modbus_tcp_client module instance, configuring its connection settings, and then attaching modbus.read_input_registers tasks to that instance. Previously, the write task ...
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 ...