ISerialPortSetDtr Method

Setting DTR flag to a desired value.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
void SetDtr(
	bool dtr
)

Parameters

dtr  Boolean
Value of DTR flag.

See Also