Skip to main content

Module port

Module port 

Source
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ยง

SerialPortHandle
Open USB serial session: sync I/O plus optional background bulk-IN reader.