This crate imeplements a driver for the Würth Elektronik Radio module. Being tested with Metis-II Wirelss M-BUS.
Add an entry to your Cargo.toml
:
[dependencies]
wurth-radio = "0.1.0"
You can also enable the optional defmt
feature.
You can run one of the examples like this, remembering to substitute your own serial device instead of /dev/ttyUSB0
.
cargo run --example test -- /dev/ttyUSB0
To see what's going on under the hood, you can turn on trace logging by setting the environment variable RUST_LOG=trace
.
Licensed under The MIT License.