Modbus implementation in pure Rust.
Add modbus
to your Cargo.toml
dependencies:
toml
[dependencies]
modbus = "0.1.0"
Import the modbus
crate and use it's functions:
rust
extern crate modbus;
See the documentation for usage examples and further reference.
Copyright © 2015 Falco Hirschenberger
Distributed under the MIT License.