ZylSerialPort.NET

SerialPort.ReadTotalTimeoutConstant Property

Constant used to calculate the total time-out period for read operations, in milliseconds. For each read operation, this value is added to the product of the ReadTotalTimeoutMultiplier member and the requested number of bytes. A value of zero for both the ReadTotalTimeoutMultiplier and ReadTotalTimeoutConstant members indicates that total time-outs are not used for read operations.

[Visual Basic]
Public Property ReadTotalTimeoutConstant As 
[C#]
public  ReadTotalTimeoutConstant {get; set;}

See Also

SerialPort Class | ZylSerialPort Namespace