Click or drag to resize

SerialPortAutoReconnectCheckInterval Property

The time interval in milliseconds the serial port is trying to periodically reconnect, after a Faulted event occur, if AutoReconnect is set to true. It must be a positive value. The default value is 4000.

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

Property Value

Int32
See Also