Expand description
Copper bridge that multiplexes MSP traffic in both directions over a single serial port.
The type exposes a requests Tx channel that accepts MspRequestBatch messages and a
responses Rx channel that yields MspResponseBatch payloads decoded from the line.
Structs§
- CuMsp
Bridge - Bridge that multiplexes MSP traffic on a single serial link.
- MspRequest
Batch - Batch of MSP requests transported over the bridge.
- MspResources
- MspResponse
Batch - Batch of MSP responses collected by the bridge.
- RxChannels
- TxChannels
Enums§
Type Aliases§
- CuMsp
Bridge Std - Type alias for MSP bridge using standard I/O (for backward compatibility)