Hi everyone,
I have a simple arduino program that reads the state of a physical button using serial communication. When the button is pressed, it reads HIGH; when it's not pressed, it reads LOW. I know in Arduino IDE we can use the serial window easily to read the button states. How can I do this in LabView? I am still new in this. All helps are very much appreciated.