tokio-serial
tokio-serial copied to clipboard
A serial port implementation for tokio
The `frame` module is not public and it's `SerialFramed` struct is not exported either making it unusable. Also a side note: Is there really need to enable `rt` feature on...
Hi! Would it be possible to modify `tokio_serial` to specify `futures` as an optional dependency? It seem to only be used in two places -- once in the [unix prelude](https://github.com/berkowski/tokio-serial/blob/4831d33f996583535046bf77e8fe586404c4d738/src/lib.rs#L28)...
Hi, first, many thanks for `tokio-serial`. It has been very useful to us. I raise the following issue to ensure you are aware of it. In the course of debugging...
tested, working on windows 11 and ubuntu 24.10.
Hi, I'm on OSX. The device I'm trying to connect to responds fine using e.g. screen. When using `tokio-serial` I'm getting the response: ``` called `Result::unwrap()` on an `Err` value:...