ashv2
Asynchronous Serial Host protocol, version 2
Documentation
The official protocol description can be found at silabs.com.
Usage
This library provides the struct Transceiver 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 Arc;
use AtomicBool;
use spawn;
use Transceiver;
use serialport;
use mpsc;
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.