ashv2-6.0.1 has been yanked.
ashv2
Asynchronous Serial Host protocol, version 2
Documentation
The official protocol description can be found at silabs.com.
Usage
This library provides the Actor struct which implements the actor model
for the ASHv2 protocol.
It is to be initialized with the underlying serial port ASH transmitter and response channel size.
use ;
use channel;
async
Expected result:
Received response: [0, 128, 0, 8, 2, 48, 106]
Legal
This project is free software and is not affiliated with Silicon Labs.
Contribution guidelines
- Use
cargo fmt - Check code with
cargo clippy
Credits
- Special thanks to Simon Farnsworth, Kevin Reid and the rest of the great community at users.rust-lang.org.