[][src]Module uefi::proto::console::serial

Abstraction over byte stream devices, also known as serial I/O devices.

Structs

ControlBits

The control bits of a device. These are defined in the RS-232 standard.

IoMode

Structure representing the device's current parameters.

Serial

Provides access to a serial I/O device.

Enums

Parity

The parity of the device.

StopBits

Number of stop bits per character.