rust-embedded/linux-embedded-hal

Feature request: Add Serial implementation

rnestler opened this issue · 3 comments

As far as I can tell there isn't yet a serial implementation here, is it?
I think one could probably implement it with the help of the serial crate.

I noticed that there exists https://github.com/thenewwazoo/serial-embedded-hal already, which implements the embedded-hal serial trait with the serial crate.

This is resolved with #9.