04-25-2014 06:52 AM
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
04-25-2014 10:53 AM
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.