02-16-2019 03:55 PM - edited 02-16-2019 04:19 PM
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.
02-18-2019 06:02 PM
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!
02-19-2019 09:37 AM
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.