LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Difficulty reading data from arduino board.

I am using labview to communicate with arduino. When I am using serial monitor in arduino IDE and hyperterminal then its communicating but when I am using labview then Its not communicating. I am sure that there is no problem with VI


I am not able to read any data sent from arduino board.

My config is as below,
Baud rate = 19200;
databits = 8;
stop bits = 1
parity = None
flow control = None..

 

Thanks

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 1 of 3
(2,782 Views)

@Ranjeet_Singh wrote:

When I am using serial monitor in arduino IDE and hyperterminal then its communicating but when I am using labview LabVIEW then Its not communicating. I am sure that there is no problem with VI.


Then it should communicate with the board, shouldn't it...?? Smiley Surprised


I am not allergic to Kudos, in fact I love Kudos.

 Make your LabVIEW experience more CONVENIENT.


0 Kudos
Message 2 of 3
(2,779 Views)

Yes it should..

 

Later I found if I write something to arduino then I am not able to read data sent from arduino.. I wrote one program which is only sending data then I am able to read through labview but when I am writing some value to arduino then I am not able to read the data sent by arduino..

 

Smiley SurprisedSmiley SurprisedSmiley SurprisedSmiley SurprisedSmiley Surprised

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 3 of 3
(2,774 Views)