SerialCommunicatorSetDtr Method

Nastaví nebo smaže DTR. Funguje pouze, pokud je otevřený COM.

Definition

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

Parameters

value  Boolean
 

Implements

ISerialPortSetDtr(Boolean)

See Also