Overview
Modbus itself is a specification for information exchange, and Modbus Rtu is a way to realize Modbus through a serial port. Therefore, all information is transmitted through a serial port. Modbus protocol belongs to C/S architecture, and Modbus Rtu Master can read and write Rtu Slave address to realize data interaction.