ZylSerialPort.NET

SerialPort.WriteTotalTimeoutConstant Property

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

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

See Also

SerialPort Class | ZylSerialPort Namespace