Skip to main content

Module reader

Module reader 

Source
Expand description

Continuous bulk-IN reader thread. Background bulk-IN reader (2–4 in-flight transfers + RX filter chain).

Started via crate::SerialPortHandle::start_reader. Owns the driver’s bulk IN endpoint for the lifetime of the reader; SerialPortHandle::write must not reopen that IN.

Structs§

SerialReader
Thread that continuously reads bulk IN and pushes filtered chunks into a channel.