Can some one give me an idea regarding the USB packet data sequence? #566
Unanswered
JordanChiang
asked this question in
Q&A
Replies: 2 comments
-
Just call https://libusb.info/hidapi/group__API.html#ga702f45b42d85599eedd602c05661fde5 this returns the Manufacturer String from the USB String Descriptor. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @JoergAtGithub , |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For example "HidD_GetManufacturerString", how to achieve by send USB_Setup_Packet to HID then read data back?
I trace the USB signal by "Bus Hound", and the packet data like below,
Type:0x80
Request:0x06
Value:0x0302
Index:0x0409
Length:0x28
But no idea which function should call, please advice, many thanks.
Beta Was this translation helpful? Give feedback.
All reactions