LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Connecting multiple arduinos

I'd like to know how to connect two arduino to labview? the first arduino will be directly connected to usb port and the second one will be connected by using usb to ttl module using wireless communication ,how to communicate between those arduinos by using VISA resource ? Smiley Happy

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

@Bashary wrote:

I'd like to know how to connect two arduino to labview? the first arduino will be directly connected to usb port and the second one will be connected by using usb to ttl module using wireless communication ,how to communicate between those arduinos by using VISA resource ? Smiley Happy


 

The Arduino connected by USB will appear as a COM port to Windows, you use VISA Configure Port, VISA reads, and VISA writes just like any other serial device.

 

As long as your "usb to ttl module using wireless communication" appears to Windows as a COM port you do the same for it.

 

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 2 of 3
(2,981 Views)

ok i will try that thanks alot Smiley Happy

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