LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Microchip HID USB Device communication with Labview

Kabanga,

 

That's great, thanks!

 

Shane.

0 Kudos
Message 11 of 14
(1,924 Views)
Thankyou for sharing the knowledgeSmiley Happy
With regards,
JK
(Certified LabVIEW Developer)
Give Kudos for Good Answers, and Mark it a solution if your problem is solved.
0 Kudos
Message 12 of 14
(1,905 Views)

i HAVE ABLE TO INCLUDE MY DEVICE IN ni MEASURMENT AND AUTOMATION

 

But i am not able to change the device parameters, like USB ConTROL pipe i want to set 0x01 and BULK IN as 0x81.

When i click on Execute, in Return status some value comes in red colour. What does that mean , and how to set these parameters.

0 Kudos
Message 13 of 14
(1,532 Views)

VISA automatically assigns the default BULK or INTERRUPT Endpoints if present.

 

0x81 is an Interrupt EP, not a Bulk EP.

 

Read again through my nuggets and you'll find an example of how to read from an Interrupt EP (Mouse Example).

 

Shane

0 Kudos
Message 14 of 14
(1,524 Views)