LabVIEW Communications System Design Suite

cancel
Showing results for 
Search instead for 
Did you mean: 

Reading GPS data from Arduino

Hello,

 

I am currently trying to read GPS data from an Arduino UNO through LabVIEW Communications. Is there anything similar to an NI-VISA driver for LabVIEW Communications vs. regular LabVIEW?

 

If not, any way to communicate between the USB ports and LabView Communications would be swell.

 

Thanks.

0 Kudos
Message 1 of 3
(2,830 Views)

Is there any reason you want to use LabVIEW Comms instead of just LabVIEW?

 

With LabVIEW there is a 3rd party tool that helps allow for communication between LabVIEW and Arduino:

 

Can I Control an Arduino from LabVIEW?

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019SSZSA2&l=en-US

 

Hope this is helps!

0 Kudos
Message 2 of 3
(2,795 Views)

If you want to us Comms/LabVIEW NXG/have code in there already you don't want to re-write, you could try the LabVIEW NXG "VI Interop" node which allows you to call LabVIEW code in LabVIEW NXG: http://www.ni.com/documentation/en/labview/latest/node-ref/interoperability-nodes/

 

It might allow you to add a node that just talks to the Arduino using the LabVIEW library but I am not sure. 

 

LabVIEW NXG does allow you to send and receive VISA commands, but probably does not have a whole driver for the Arduino.

Rahul B.
0 Kudos
Message 3 of 3
(2,790 Views)