Modbus Protocol Specification
Up one levelModbus is a communications protocol based on master/slave or client/server architecture, designed by Modicon for use with its (PLCs). It is has become a standard wherever Industrial Automation Systems (IAS) or Building Management Systems (BMS) needed. The main reason for the extensive use of Modbus over other communications protocols is the fact that it is openly published, its relatively easy to implement and reliable
Modbus comes in a variety of flavors, RTU and ASCII. Both of these procols are serial (RS232 or RS485) based.
- Modbus RTU is a compact, binary representation of the data.
- Modbus ASCII is human readable, and more verbose.
MODBUS Protocol Specification
- Modbus Application Protocol Specification V1.1a
- Modbus Messaging Implementation Guide V1.0a
- Modbus Serial Line Implementation Guide V1.0
Modbus tools
- CAS Modbus RTU Parser - A utility to analysis Modbus RTU messages
- CAS Modbus TCP Parser - A utility to analysis a series of Modbus TCP messages
