Crate cp211x_uart

Source
Expand description

HID-to-UART driver for CP2110/CP2114 chipset.

See more information [here][1]. [1]: https://www.silabs.com/products/interface/usb-bridges/classic-usb-bridges/device.cp2110-f01-gm

Structs§

Error
The Error type.
HidUart
Wrapper around hid::Handle to provide UART control.
UartConfig
UART configuration.

Enums§

DataBits
The number of data bits in UART configuration.
FlowControl
The type of flow control in UART configuration.
Parity
The parity in UART configuration.
StopBits
The number of stop bits in UART configuration.