Commit a33ff0a3081b5b127305050c479428321980d211
Committed by
GitHub
1 parent
d8d6ecaf
Update protocol.md
Showing
1 changed file
with
13 additions
and
0 deletions
documentation/protocol.md
| 1 | +# MODBUS Application Protocol SPecification V1.1b3 | |
| 2 | + | |
| 3 | +## Introduction | |
| 4 | + | |
| 5 | +MODBUS is an application layer messaging protocol for client/server communication between | |
| 6 | +devices connected on different types of buses or networks. | |
| 7 | + | |
| 8 | +It is currently implemented using: | |
| 9 | + | |
| 10 | +* TCP/IP over Ethernet. See MODBUS Messaging Implementation Guide V1.0a. | |
| 11 | +* Asynchronous serial transmission over a variety of media (wire : EIA/TIA -232-E, EIA-422, | |
| 12 | +EIA/TIA-485-A; fiber, radio, etc.) | |
| 13 | +* MODBUS PLUS, a high speed token passing network. | ... | ... |