Click or drag to resize

SerialPortSetBreak Method

Sets break line. When value is true, suspends character transmission and places the transmission line in a break state. When value is false, restores character transmission and places the transmission line in a nonbreak state.

Namespace: ZylSoft.Serial
Assembly: ZylSerialPort (in ZylSerialPort.dll) Version: 1.86.9206.30146
Syntax
public bool SetBreak(
	bool value
)

Parameters

value  Boolean
true = high; false = low

Return Value

Boolean
true if succeeded.
See Also