-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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
Labels
No labels