Feature request: Add Serial implementation
rnestler opened this issue · 3 comments
rnestler commented
RandomInsano commented
If we do, I might take a stab at some GPS driver / event system.
… On Jun 8, 2018, at 11:01 AM, Raphael Nestler ***@***.***> wrote:
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.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
rnestler commented
I noticed that there exists https://github.com/thenewwazoo/serial-embedded-hal already, which implements the embedded-hal serial trait with the serial crate.