From a33ff0a3081b5b127305050c479428321980d211 Mon Sep 17 00:00:00 2001 From: Peter M. Groen Date: Sat, 24 Sep 2022 12:56:49 +0200 Subject: [PATCH] Update protocol.md --- documentation/protocol.md | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) diff --git a/documentation/protocol.md b/documentation/protocol.md index e69de29..e430531 100644 --- a/documentation/protocol.md +++ b/documentation/protocol.md @@ -0,0 +1,13 @@ +# MODBUS Application Protocol SPecification V1.1b3 + +## Introduction + +MODBUS is an application layer messaging protocol for client/server communication between +devices connected on different types of buses or networks. + +It is currently implemented using: + +* TCP/IP over Ethernet. See MODBUS Messaging Implementation Guide V1.0a. +* Asynchronous serial transmission over a variety of media (wire : EIA/TIA -232-E, EIA-422, +EIA/TIA-485-A; fiber, radio, etc.) +* MODBUS PLUS, a high speed token passing network. -- libgit2 0.21.4