Rust Modbus

Build Status License

Modbus implementation in pure Rust.

Usage

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.

License

Copyright © 2015 Falco Hirschenberger

Distributed under the MIT License.