LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I interface directly to a USB port from LabView?

I need to communicate with a USB based PIC micro card from a LabVIEW VI. Looking for any experiences as the documentation and resources aren't helping.
0 Kudos
Message 1 of 3
(2,663 Views)
Hi,

if the OS set a COM port to the USB device you can use the serail port vi's
c to communicate over USB ports. I tried with modems an it works, but I
don't know with other devices.

Niko
0 Kudos
Message 2 of 3
(2,663 Views)
The following link has an answer to your question.

Can I Use Third-Party USB or IEEE 1394 (FireWire) Devices with LabVIEW?

Using a USB-serial converter to control your serial instrument should work. The port name (eg. "COM2") should show up in the Device Manager (if you're using Windows). You can then use the regular LabVIEW VIs to control serial ports (either VISA-Serial or the Serial compatibility VIs).

Zvezdana S.
National Instruments
Message 3 of 3
(2,663 Views)