3 references to BytesToRead
System.IO.Ports (3)
System\IO\Ports\SerialPort.cs (3)
685
if (
BytesToRead
== 0)
995
byte[] bytesReceived = new byte[
BytesToRead
];
1283
raiseEvent = stream.IsOpen && (SerialData.Eof == e.EventType ||
BytesToRead
>= _receivedBytesThreshold);