Closed
Description
Is there a reason why Read / Write is only implemented for Rx
and Tx
(obtainable via split()
) but not on the Serial
type directly?
Other HALs like the stm32f4xx-hal have such impls.
I'm working with a driver that wants a Read<u8> + Write<u8>
type and I don't want to create a wrapper type with my own impl if not necessary 🙂
Metadata
Metadata
Assignees
Labels
No labels