Hi,
I am working on a project where i need to communicate to my arduino board from Labview software. Basically i need to change the values of some variables that i have declared in my arduino code through Labview but i am not able to figure out how to send data from Labview which the arduino board can recognize as two different values. Something like if i change a variable's value in Labview it should automatically change the value of the same variable in arduino code simultaneously when another variables value is being changed from Labview.
Can you please suggest me, if there are, some functions or methods to do it ?