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§
- Reset
After Operation - Enum to represent different reset behaviors after an operation.
- Reset
Before Operation - Enum to represent different reset behaviors before an operation.
Type Aliases§
- Port
- Alias for the serial TTYPort.