Modbus Transmission Mode
- Updated2025-11-07
- 1 minute(s) read
Modbus provides Serial and Ethernet as communication methods. These communications methods use different data transmission modes: Remote Terminal Unit (RTU), American Standard Code for Information Interchange (ASCII), and Transmission Control Protocol (TCP).
The following table describes these transmission modes:
| Transmission Mode | Communications Method | Description |
|---|---|---|
| RTU | Serial | Each message data byte consists of two 4-bit hexadecimal characters. Devices and applications transmit each message in a continuous stream of characters. |
| ASCII | Serial | Each message data byte consists of two ASCII characters. |
| TCP | Ethernet | The Modbus data message is encapsulated in a TCP frame. |