ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW Interface for Arduino Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Digital Write Port VI

Hi,

Can someone elplain to me how this VI works with the digital I/O ports? Also should this VI work for digital pins 0 and 1?

0 Kudos
Message 1 of 3
(5,872 Views)

It simply writes multiple digital pins (0 through 13) at once.  Yes, it writes to pins 0 and 1 (not sure how this works honestly since communication with LabVIEW occurs on these two pins).

0 Kudos
Message 2 of 3
(4,621 Views)

exact pin Arduino board uses 0.1 to communicate with the computer for downloading programs and then serial communication mode as the arduino creates a COM port in the device manager if in doubt check the link

http://forum.arduino.cc/index.php?topic=93491.0

0 Kudos
Message 3 of 3
(4,621 Views)