07-29-2013 02:19 AM - edited 07-29-2013 02:20 AM
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
07-29-2013 02:24 AM
@Ranjeet_Singh wrote:
When I am using serial monitor in arduino IDE and hyperterminal then its communicating but when I am using
labviewLabVIEW then Its not communicating. I am sure that there is no problem with VI.
Then it should communicate with the board, shouldn't it...??
07-29-2013 02:46 AM
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..