Module connection

Source
Available on crate feature serialport only.
Expand description

Establish a connection with a target device.

The Connection struct abstracts over the serial connection and sending/decoding of commands, and provides higher-level operations with the device.

Structs§

Connection
An established connection with a target device.

Enums§

ResetAfterOperation
Enum to represent different reset behaviors after an operation.
ResetBeforeOperation
Enum to represent different reset behaviors before an operation.

Type Aliases§

Port
Alias for the serial TTYPort.