Skip to content

Commit

Permalink
README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
divi255 committed Aug 10, 2024
1 parent 0c01f4b commit aefa828
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aefa828

Please sign in to comment.