Crate uart

Source

Modules§

writer

Structs§

Configure
Data
FifoControl
InterruptEnable
InterruptStatus
LineControl
LineStatus
ModemControl
ModemStatus
Uart

Enums§

Baud
Serial port speed, measured in bauds.
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.

Traits§

Mode