Determines the DTR (data-terminal-ready) flow control.
| Member | Description |
|---|---|
| Handshake |
Enables DTR handshaking. Integer value=2.
If not using .NET Framework, use constant GX_DTR_HANDSHAKE. |
| Disable |
Disables the DTR line when the device is opened and leaves it disabled. Integer value=0.
If not using .NET Framework, use constant GX_DTR_DISABLE. |
| Enable |
Enables the DTR line when the device is opened and leaves it on. Integer value=1.
If not using .NET Framework, use constant GX_DTR_ENABLE. |
If not using .NET Framework, enumeration is GX_DTR.
Assembly: Gurux.Terminal (Module: Gurux.Terminal) Version: 5.0.0.1