Homepage | Documentation | original libmodbus Documentation | Repo auf Github.com |
toml
[dependencies]
libmodbus = "0.4"
For building libmodbus-rs you need a build environment with autoconf, libtool and clang.
Under debian/ ubuntu you can use this command to install this dependencies:
```sh apt-get update apt-get upgrade -yq
apt-get install -yyq build-essential autoconf libtool libclang-dev ```
sh
$ git clone https://github.com/zzeroo/libmodbus-rs
$ cd libmodbus-rs
$ cargo build
libmodbus-rs
is distributed under the terms of the LGPL-2.1 license, which is the same license, libmodbus is using.
This project hosts the original libmodbus documentation, used here, as well. Please have a look at http://zzeroo.github.io/libmodbus-rs/libmodbus/libmodbus.html.