Crates.io | truebner-smt100 |
lib.rs | truebner-smt100 |
version | 0.2.1 |
source | src |
created_at | 2019-04-08 22:13:02.865294 |
updated_at | 2019-05-21 15:19:37.990908 |
description | Drivers for the TRUEBNER SMT100 Soil Moisture Sensor |
homepage | https://github.com/slowtec/truebner-smt100 |
repository | https://github.com/slowtec/truebner-smt100 |
max_upload_size | |
id | 126665 |
size | 49,863 |
Device drivers for the TRUEBNER SMT100 Soil Moisture Sensor.
Sensor values are accessible through the generic Capabilities
trait independent of
the actual connection and protocol. Proxy objects provide concrete implementations of
this trait:
cargo build --example modbus-rtu
cargo run --example modbus-rtu
The default log level is Info
.
Due to known limitations in tokio-proto
the serial port within the Modbus RTU
context needs to be reconnected after a slave failed to send a response in time,
i.e. after the request was aborted by the client due to a timeout. The example
demonstrates how to cope with this situation and displays a warning message.
Copyright (c) 2018 - 2019, slowtec GmbH
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in truebner-smt100
by you, as defined in the Apache-2.0 license,
shall be dual licensed as above, without any additional terms or conditions.