LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

usb communication

Hello,
 
I wonder if it is possible to communicate with a microcontroller and a computer using usb. De controller had the usb function on board. I just wonder if it is posible with labview to show the data transmitted over the usb port.
Can someone tell something about it?
 
Tnx for helping me
0 Kudos
Message 1 of 6
(2,435 Views)
Adding the type and make of the microcontroller would certainly help.
Regards,
André (CLA, CLED)
0 Kudos
Message 2 of 6
(2,417 Views)
The type is still open but i have a psoc mic in mind. But is it possible to read data from the usb port with labview?
0 Kudos
Message 3 of 6
(2,415 Views)
Yes. But it would help is there already is a driver for the device, e.g. a DLL to call in LabVIEW.
In case there's not you would have to implement it with VISA functions.
Regards,
André (CLA, CLED)
0 Kudos
Message 4 of 6
(2,413 Views)

Could you explain me a bit what VISA means? I'm new with this subject.

 

Tnx

0 Kudos
Message 5 of 6
(2,409 Views)
VISA manual
Instrument control Tutorial
Instrument Control with the USB Hardware Bus

You could have found this info by searching the NI website.
Regards,
André (CLA, CLED)
0 Kudos
Message 6 of 6
(2,401 Views)