From aefa82884945442b8a96fed26a4ceadf06fe35be Mon Sep 17 00:00:00 2001 From: Serhij S Date: Sat, 10 Aug 2024 23:32:32 +0200 Subject: [PATCH] README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 350e2d1..7006d58 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,15 @@ timeouts. In case if a remote does not respond, a request with no timeout gets s # Example +## IEC 60870-5 101 (Serial) + +The crate does not provide any client for IEC 60870-5 101 (Serial) as such does +not require re-connection. Any communication library plus [IEC +60870-5](https://crates.io/crates/iec60870-5) crate can be used to create/parse +IEC 60870-5 101 telegrams. + +```rust,no_run + ## IEC 60870-5 104 (TCP) ## Connecting a client