Determines the flow control to be used. Flow control in serial communications
provides a mechanism for suspending communications while one of the devices is
busy or for some reason cannot do any communication. There are traditionally
two types of flow control: hardware and software.
| Member | Description |
|---|---|
| Software |
Software flow control is used. Integer value=2.
If not using .NET Framework, use constant GX_FLOW_SW. |
| Hardware |
Hardware flow control is used. Integer value=1.
If not using .NET Framework, use constant GX_FLOW_HW. |
| Disable |
Flow control is not used. Integer value=0.
If not using .NET Framework, use constant GX_FLOW_DISABLE. |
If not using .NET Framework, enumeration is GX_FLOW.
Assembly: Gurux.Terminal (Module: Gurux.Terminal) Version: 5.0.0.1