LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Physical button status read using serial communication in Arduino and LabView

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.

0 Kudos
Message 1 of 2
(3,077 Views)

Since it is just reading a digital pin, you can easily do this in LINX with "Digital Read 1 Chan".

Note that LIFA (this forum) is old and no longer supported.  It is recommended that you use LINX.

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