FlowControl Enumeration

Navigation:  Reference Guide > Serial Communication > Enumerations >

FlowControl Enumeration

Previous pageReturn to chapter overviewNext page

An enumeration type for all possible flow control values.

Members

Name

Comment

fcNone

No flow control

fcXonXoff

Xon/Xoff software control

fcHardware

Hardware control

fcDTR

Enable DTR

fcRTS

Enable RTS

fcDTR_RTS

Enable DTR & RTS

 

Remarks

Choose different options for FlowControl property if your application can't send/receive characters correctly.