LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Read data From RXD pin in arduino using LabVIEW LIFA

I  want to read data using RXD pin of Arduino uno and want to show this into LabVIEW.I am not finding  any VI in LIFA toolkit whcih can read data from RXD pin of arduino..

Note==Data coming to RXD pin is comming from TXD pin of other microcontroller (I cant use ISP).Data which is coming like 500 /n 523 /n 100/n 1/n

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

LIFA uses digital pins 0 and 1 on an Arduino Uno.  You can not connect other signals to digital pins 0 and 1.

However, you could use other digital pins for your UART signals. For more information see:

<http://www.arduino.cc/en/Reference/SoftwareSerial>

Or if you are not using stepper motors you could use an Arduino Leonardo.

hrh212

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