Skip to content

Ability to write without flushing #55

@FeldrinH

Description

@FeldrinH

In some cases it would be convenient to write to the SerialDevice without flushing. E.g. if I am generating the data byte-by-byte while writing I don't want to flush for every byte for performance reasons.

Currently it seems this is not possible, because all public write methods flush automatically every time, even if there is plenty of room in the internal write buffer. It would be nice to either change the write methods so they don't flush every time or add new variants that don't flush every time.

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