'Integration of Mavlink and LabView

I'm using mavlink with a pixhawk flight controller. I want to send and receive packets of data to and from LabView to mavlink. How can I create a link between mavlink and LabView?



Solution 1:[1]

MAVLink has a C-library so you should be able to call that from LabView using the Call Library Function Node.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 SebDieBln