Click or drag to resize

SerialPortIdleTimeoutInterval Property

You can set a time-out value to automatically close the connection and fire the IdleTimeout event, if there is no data received in several milliseconds. A value of zero indicates that time-out is not used.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.83.8519.34486
Syntax
public int IdleTimeoutInterval { get; set; }

Property Value

Int32
See Also