Click or drag to resize

SerialPortDsrSensitivity Property

Specifies whether the communications driver is sensitive to the state of the DSR signal. If this member is true, the driver ignores any bytes received, unless the DSR modem input line is high. The default value is false.

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

Property Value

Boolean
See Also