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. - Uart
Config - UART configuration.
Enums§
- Data
Bits - The number of data bits in UART configuration.
- Flow
Control - The type of flow control in UART configuration.
- Parity
- The parity in UART configuration.
- Stop
Bits - The number of stop bits in UART configuration.