Click or drag to resize

SerialPortSetDtr Method

Sets DTR (data-terminal-ready) line.

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

Parameters

value  Boolean
true = high; false = low

Return Value

Boolean
True, if succeeded.
See Also