#middleware #real-time #copper

cu-msp-sink

This is the sink side of an MSP (Multiwii Serial Protocol) for Copper

1 unstable release

new 0.7.0 Mar 13, 2025

#33 in #copper

Apache-2.0

125KB
2K SLoC

MSP (MultiWii Serial Protocol) sink (writing side)

This component is responsible for MSP (MultiWii Serial Protocol) messages on a serial port.

It can be used standalone or in pair with the MSP source component for the reading side.

Configuration

Example in your Copper configuration file:

    tasks: [
        (
            id: "mspsink",
            type: "cu_msp_sink::MSPSink",
            config: {
                "device": "/dev/ttyS4",
                "baudrate": 1_000_000,
            },
        ),
   ]

Input

MspRequestBatch: a set of MspRequests to be sent to the serial port.

Dependencies

~19–32MB
~454K SLoC