Skip to content

SerialPort read latency on linux #45635

Description

@meee1

if you short read the available bytes, there is a 1ms delay between reads as all reads now go via an async process and queue
eg
port.BytesToRead > 4

port.ReadByte();
// 1ms
port.ReadByte();
// 1ms
port.ReadByte();
// 1ms
port.ReadByte();

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-System.IO.Portshelp wanted[up-for-grabs] Good issue for external contributorsin-prThere is an active PR which will close this issue when it is merged

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions