# Raw serial port backend for unicom
[](https://opensource.org/licenses/MIT)
[](https://github.com/katyo/unicom-serial)
[](https://crates.io/crates/unicom-serial)
[](https://docs.rs/unicom-serial)
[](https://github.com/katyo/unicom/actions?query=workflow%3ARust)
This backend can be used for interfacing with devices connected via serial ports.
**IMPORTANT NOTE**: Async runtime feature should be selected explicitly.
## Supported features
* __tokio__ Use [tokio](https://docs.rs/tokio/)
* TODO __async-std__ Use [async-std](https://docs.rs/async-std/)