ISerialPortSetRts Method

Setting RTS 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 SetRts(
	bool rts
)

Parameters

rts  Boolean
New value of RTS flag.

See Also