Crate uart

Source

Structs§

Configure
Data
InterruptEnable
LineControl
LineStatus
ModemControl
ModemStatus
Uart
UartWriter

Enums§

Baud
Serial port speed, measured in bauds.
DataBits
FifoSize
ParityMode
UartAddress

Constants§

COM1
Address of the first COM port. This port is VERY likely to be at this address.
COM2
Address of the second COM port. This port is likely to be at this address.
COM3
Address of the third COM port. This address is configurable on some BIOS, so it is not a very reliable port address.
COM4
Address of the fourth COM port. This address is configurable on some BIOS, so it is not a very reliable port address.
UART_FIFO_QUEUE_LEN

Traits§

Mode