FabGL
ESP32 VGA Controller and Graphics Library
|
void fabgl::TerminalClass::pollSerialPort | ( | ) |
Pool the serial port for incoming data.
Tnis method needs to be called in the application main loop to check if new data is coming from the current serial port (specified using TerminalClass.connectSerialPort).
Example:
void loop() { Terminal.pollSerialPort(); }