FabGL
ESP32 Display Controller and Graphics Library

◆ FlowControl

enum class FlowControl
strong

This enum defines various serial port flow control methods.

Enumerator
None 

No flow control

Software 

Software flow control. Use XON and XOFF control characters

Hardware 

Hardware flow control. Use RTS and CTS signals

Hardsoft 

Hardware/software flow control. Use XON/XOFF and RTS/CTS

Definition at line 706 of file terminal.h.