LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to read data in serial monitor of arduino in labveiw continuously

Hello everyone,

I have attached the .vi to read the data from arduino serial monitor in labview continuously. I have to monitor the temp. of rtd on labview. but it shows only one value that its read at first and wont get other values continuously. please help me

thank you.

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

Don't use "bytes at port" set a larger byte count than you expect to be read and enable termination character in your visa serial setup and make sure the terminiation character matches what your arduino is sending.

 

You might also have to change your Arduino code to place the termination character at the end of each line. 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 2
(2,328 Views)