LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Using other Serial Ports

I want to incorporate a GPS module, an LCD, and compass module (all use serial data transmission) on my Mega 2560 which has more than one serial port.  Is there a way to access them (read and/or write) to other serial ports for an Arduino using Labview?

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

It's possible but it's not part of LIFA.  You would have to create custom functionality to use the other serial communications available on the Mega.

If they are all USB devices then you could just hook them all upto the computer and communicate to to each through LabVIEW.

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