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 and returns the request and response channels used so send and receive data via the ASHv2 protocol.
use ;
async
Expected result:
Received response: [0, 128, 0, 8, 2, 48, 106]
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.