Expand description
Support for legacy 8250-compatible serial ports.
This module implements support for 8250-compatible UART devices. These are somewhat common on x86 platforms and provide a simple interface for diagnostics and debugging.
This implementation is based on guidance from the following sources:
Structs§
- Blocking
Serial Port - Serial port handle for blocking I/O
- Serial
Port - Serial
Port Component - Component interface used to instantiate a
SerialPort