Skip to main content

Crate cu_msp_bridge

Crate cu_msp_bridge 

Source
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§

CuMspBridge
Bridge that multiplexes MSP traffic on a single serial link.
MspRequestBatch
Batch of MSP requests transported over the bridge.
MspResources
MspResponseBatch
Batch of MSP responses collected by the bridge.
RxChannels
TxChannels

Enums§

Binding
RxId
TxId

Type Aliases§

CuMspBridgeStd
Type alias for MSP bridge using standard I/O (for backward compatibility)