LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW TCP/IP application communicating with Linux c/c++ application.

I want to make a user interface on LabVIEW and wirelessly communicate with an application for hardware control running on linux based Single Board Computer. What is the best way to get it done?

 

NOTE: linux based application will be written in C/C++.

 

Regards

Ali

0 Kudos
Message 1 of 2
(2,548 Views)

You will need to determine which device will serve as your TCP server and which will be the client. You will need to define the protocol (format) of you data for exchanging infomration between the systems. LabVIEW's TCP primatives will work fine with Linux based C++ applications. The hardest part is determining the format of your data you will be passing.

 

You can look at the server and client examples that ship with LabVIEW for more details on how to implement the communications in LabVIEW.



Mark Yedinak
Certified LabVIEW Architect
LabVIEW Champion

"Does anyone know where the love of God goes when the waves turn the minutes to hours?"
Wreck of the Edmund Fitzgerald - Gordon Lightfoot
Message 2 of 2
(2,531 Views)