LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

How do i use arduino to communicate with labview without the LIFA

I have been able to communicate with arduino using the LIFA_base file.

But i want to write a progamme in C++, that will communicate with labview and am finding it difficult.

Please how do i go about this? and how possible is it to read the arduino EEPROM from labview?

Thanks

Geoffrey

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

What do you do you mean by you "want to write a program in C++"?  Are you meaning that you want to write your own Arduino code that will interface with LabVEIW?

If you can read the EEPROM with Arduino code, you can simply send that information back on the serial connection to LabVIEW.  You will just need to make sure that you architect the code so that you can read the information correctly in LabVIEW.

0 Kudos
Message 2 of 2
(2,484 Views)