Crate tartan_serial

Source
Expand description

Support for Universal Asynchronous Receiver/Transmitter (UART) devices

Modules§

model_16550x86 or x86-64
Driver for the common UART interface provided on PCs that use the National Semiconductor 16550 chip and derivatives (itself based on the NS 8250).
model_pl011
Driver for Arm’s PrimeCell PL011 UART

Structs§

LineMode
Speed and other line protocol settings.
NullUART
Dummy UART driver that drops outgoing data and never receives anything.
UARTWriteAdapter
Newtype wrapper that allows a UART implementation to be used by core::fmt::write.

Enums§

Parity
Parity setting for line protocol.

Traits§

UART
High-level interface for UART drivers.