How to enable mavlink message from Autopilot from qgc?

Hi,
I see this command: * Send REQUEST_DATA_STREAM messages to set the rate for groups of messages

Which is used to retrieve all messages, but it got deprecated,

How do we retrieve all messages instead of just one msg ID?

MAV_CMD_SET_MESSAGE_INTERVAL (511) allows for just 1 msg id

You need to use one of those for each message you want to receive.

But mavproxy and QGC get all messages. What commands do they use?

They use that one, the older one is deprecated.

1 Like