Expand description
High-level serial port handle. High-level serial port handle over a proprietary USB serial driver.
Prefer this API for Android/Linux USB adapters. With feature serialport-compat, wrap
the handle in crate::serialport_compat for a serialport::SerialPort facade.
Structsยง
- Serial
Port Handle - Open USB serial session: sync I/O plus optional background bulk-IN reader.