Click or drag to resize

SerialPortNeedSynchronization Property

Set this property to true for thread safety. The default value is false. Note: if you set it to true, you may experiment thread interblocking and lower speed.

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

Property Value

Boolean
See Also