VT100 Terminal App
Circle VT100 module documentation
Loading...
Searching...
No Matches
TUART.h File Reference

Declares the cooperative UART task abstraction. More...

#include <circle/sched/task.h>
#include <circle/spinlock.h>
#include <circle/serial.h>

Go to the source code of this file.

Classes

class  CTUART
 Task responsible for UART initialization and data retrieval. More...
 

Detailed Description

Declares the cooperative UART task abstraction.

CTUART hides Circle's low-level serial device behind a task wrapper. It primarily manages the serial device initialization and provides access for higher layers to drain the hardware FIFO.