Skip to content

Impl Read<u8> / Write<u8> for Serial #167

Closed
@dbrgn

Description

@dbrgn

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions