09-13-2010 09:28 AM
Hello guys i want to connect a device in to the pc using a usb port and I want to use labview to monitor the data.
But first I would like to know which usb protocols labview support.
USB TMC , USB CDC among others?
I ve read labview recognizes a usb raw device but what is it? Is there VI's to read and send the data,or will I have to make them? If those VI exists they do the handshake? flow control ?
Thanks .
Solved! Go to Solution.
09-13-2010 09:37 AM
See these two community nuggets on USB:
Getting started with USB communication via VISA
USB Control transfers using VISA
09-13-2010 02:54 PM
Please read the nuggets and have a glance at the USB spec (It's linked to int he nuggets).
TMC, CDC, MAss Storage are all built up on the basic USB protocols.
LabVIEW has no built-in support for any of these device classes except Test and Measurement.
Shane
09-20-2010 05:07 PM
Thanks Intaris for the nuggets.
I'm accepting it as a solution .
Thanks Philip too.