03-25-2016 06:25 AM
How to interface Intel Galileo generation 2 board with labview. I am trying to send signal from my Laptop COM port to USB 2.0 client port of Intel Galileo Board gen 2. Can somebody help me or atleast let me know if its possible to do the interfacing.
03-25-2016 06:44 AM
Instead of showing us a picture of the card, you should be telling us what protocols it supports. It sounds like you're looking at USB. Have you written a handler on the board to send serial traffic back and forth?
03-25-2016 09:38 AM
Well it depends...
Will this "run LabVIEW"? No
Can LabVIEW communicate with it? Yes
Easy? It depends on how this device "appears" to Windows.
If the Galieo appears as a virtual Com port like an Arduino when you connect via USB then you can communicate with it using VISA serial VI's just like any other serial device. You just need to know the standard serial settings like baud rate, byte length, parity, stop bits . You set all that in your Arduino sketch.
03-25-2016 10:16 AM
Look into Linx. There are several topics claiming support was coming soon, or even supported in the beta versions.
https://decibel.ni.com/content/thread/20468?tstart=0
https://www.labviewmakerhub.com/forums/viewtopic.php?f=12&t=116
That being said even if there isn't support you can feel free to open the source and make communicating with the hardware work. Just don't expect to deploy LabVIEW code on this thing to run head-less. There are way too many obstacles with the compiler for that to happen.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord