Expand description
A pair of UART (universal asynchronous receiver-transmitter) implementations, one memory-mapped, and the other mapped to serial hardware.
SerialPort: Serial hardware-mapped UART, useful alongside pixel-buffers
for printing visual output.
MmioPort: A virtual, memory-mapped UART useful for the reasons above
on hardware that does not support physical UART hardware.
Macros§
Structs§
- Mmio
Port - Serial
Port - An x86 IO port-mapped UART implementation.