ashv2-2.1.0 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 structs Actor which implements the ASHv2 protocol.
It is to be initialized with the underlying serial port and the request and response channels used so send and receive data via the ASHv2 protocol.
use ;
async
Legal
This project is free software and is not affiliated with Siliconlabs.
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.