Click or drag to resize

SerialPortSkipSetupFailed Property

When this property is true, if setting serial parameters like DCB in the Open method fails, will ignore this. Otherwise method Open will return false and the port will not be opened. The default value is false.

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

Property Value

Boolean
See Also