Module serial_device

Source

Structsยง

ConsoleInput
WriteSocket ๐Ÿ”’

Constantsยง

BUF_CAPACITY ๐Ÿ”’
MAX_SOCKET_PATH_LENGTH
SYSTEM_SERIAL_TYPE_NAME

Traitsยง

SerialDevice
Abstraction over serial-like devices that can be created given an event and optional input and output streams.

Functionsยง

create_system_type_serial_device ๐Ÿ”’
create_unix_stream_serial_device ๐Ÿ”’
Creates a serial device that use the given UnixStream path for both input and output.