A low-level driver for 16550 UART devices, commonly used for serial ports in kernel development.
# Cargo.toml
[dependencies]
uart_16550 = "0.5.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Initializes a 16550 UART serial port at address 0x3F8 and sends a byte.
Ensure the base address matches your hardware configuration and use only in appropriate contexts (e.g., kernel or bare-metal).
No dependency data recorded yet.