02-18-2010 03:59 PM
09-14-2010 05:11 PM
Does anyone know where the last link points to?
09-14-2010 10:06 PM
Try this.
http://forums.ni.com/t5/LabVIEW/USB-RAW-Interrupt-Out-Transfer/m-p/1074268#M475966
Whoever created that link in the message didn't copy it properly. Converting the & to an ampersand (and ignoring all the other HTML code) let to the link above.
12-10-2010 02:01 PM
What is that VI connected to the request type input of the visa usb control in VI? I can't find it anywhere.
Thanks
12-10-2010 02:26 PM
Intaris_USB_Build bmRequestType.vi
It is in the zip file in message #4.
07-19-2012 05:27 AM
My question is conected with HID class but i think this nugget is more actual.
Should I establish conection by myself ie. usingn Set Adress, Set Configuration or OS doing this? I have some error when i'am sending Set Report Request and i'am looking for reasons.
07-22-2012 02:12 PM
Please make a seperate post for task-specific questions.
Shane.
07-22-2012 04:52 PM
02-24-2013 03:37 PM
I'm trying to use your vi with a multimeter but I don't know what sections to edit on your vi. This is the raw data I'm getting(below). Where can I make the necessary modifications to your vi to actually send the 0x6565 command which tells the meter to send back the measured data.
Thanks.
05-30-2013 07:26 AM - edited 05-30-2013 07:29 AM
The operation "Set Report" is a HID function. Look for the HID Spec on www.usb.org and download it. The information is in there. Answering the question here would take too long.
You then npormally read the HID data via Interrupt reports. You can also use the "Get Report" command over the Control pipe but this is meant for initialisatrion purposes only. But if it does what you might be better off doing it that way.
Normally if a device sends data from more than one report the first byte of the report will actually be the report index so that you know how to interpret the data.$
As I said, detailed info on the topic expands well beyond this thread.