Author: T. Graf | Date: August 14, 2026
Modbus is an open communication protocol for exchanging process data between automation devices. A client—such as a building management system—queries values or states. The addressed servers, such as sensors, transducers, or controllers, return the requested data or execute a write command.
The protocol was developed in 1979 by Modicon for industrial control systems. Today, Modbus is used in industrial and building automation because it allows devices from different manufacturers to connect via serial lines or Ethernet-based networks. Suitable wireless solutions can also integrate Modbus devices wirelessly into an automation system.
Modbus defines how requests are structured, how devices and data fields are addressed, and how measured values, states, or setpoints are read and written. The physical transmission path is separate from this. Therefore, Modbus can be used, for example, as Modbus RTU over RS-485 or as Modbus TCP over Ethernet.