2 unstable releases

0.8.0 May 26, 2025
0.7.0 Mar 13, 2025

#2 in #multiwii-serial-protocols

Apache-2.0

170KB
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

~20–33MB
~467K SLoC