LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to interface Intel Galileo generation 2 board with labview

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.

0 Kudos
Message 1 of 4
(3,599 Views)

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?

0 Kudos
Message 2 of 4
(3,589 Views)

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.

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 4
(3,554 Views)

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.

0 Kudos
Message 4 of 4
(3,540 Views)