2 unstable releases
0.8.0 | May 26, 2025 |
---|---|
0.7.0 | Mar 13, 2025 |
#3 in #multiwii-serial-protocols
145 downloads per month
Used in cu-msp-sink
155KB
2K
SLoC
MSP (MultiWii Serial Protocol) source (reading side)
This component is responsible for reading the MSP (MultiWii Serial Protocol) messages from the serial port.
It can be used standalone or in pair with the MSP sink component for the writing side.
Configuration
Example in your Copper configuration file:
tasks: [
(
id: "mspsrc",
type: "cu_msp_src::MSPSrc",
config: {
"device": "/dev/ttyS4",
"baudrate": 1_000_000,
},
),
]
Output
It will feed a MspResponseBatch with all the MspResponses it can read from the serial port at that time.
Dependencies
~21–33MB
~490K SLoC