Configure a Modbus RTU connection
This guide shows how to add and configure a Modbus RTU (serial) connection in ModbusScope.
Steps
Go to Settings > Connection.
If more than one connection slot is available, select the one you want to configure and enable it with the Enabled checkbox. Connection 1 is always enabled.
Set Protocol to
RTU.Set Serial port to the port name on your system (e.g.
COM3on Windows,/dev/ttyS0on Linux).Set Baud rate to match the device (common values:
9600,19200,115200).Set Parity to match the device (
None,Even, orOdd).Set Data bits to match the device (typically
8).Set Stop bits to match the device (typically
1or2).Set Timeout to the maximum time in milliseconds to wait for a response.
Click OK.
Result: The connection is saved. You can now link a device to it in Settings > Device.
All serial parameters (baud rate, parity, data bits, stop bits) must match the settings on the physical Modbus bus. A mismatch will prevent communication.