Hi
I can send data from GCS to FC successful and receive data by request data stream in CC all by pymavlink.
But I want to receive specific data I just send with GCS to FC. Is there a way to achieve this? Something like this request message format : message = master.recv_match(type=‘XXXX’ , blocking=True)?
In short, I want to receive the data I send from FC directly in CC without any processing on FC(FC Just forward it).
Regards