[][src]Module sunrise_kernel::devices::rs232

RS-232 serial port driver

Structs

ComPort

The base IO port of a COM

SerialAttributes

A foreground and a background combination

SerialInternal

A COM output. Wraps the IO ports of this COM, and provides function for writing to it.

SerialLogger

A logger that sends its output to COM1.

Enums

SerialColor

The possible colors for serial

Constants

COM1

COM1: I/O port 0x3F8, IRQ 4

COM2

COM2: I/O port 0x2F8, IRQ 3

COM3

COM3: I/O port 0x3E8, IRQ 4

COM4

COM4: I/O port 0x2E8, IRQ 3

Statics

G_SERIAL

The serial logger.