Create an RTU (Serial) context
masterThe RTU (Remote Terminal Unit) backend is used for serial communication using a compact binary representation. In RTU mode, the master (client) always initiates communication.
Important Note on Timing: The libmodbus RTU implementation sends bytes as fast as possible rather than being strictly time-based. You must ensure that the slave's response timeout is set to a value less than the master's response timeout to prevent other slaves from ignoring requests when one is unresponsive.