Click here to Skip to main content
15,884,176 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi guys,

I am a newbie to USB HID device control.

I'm having a problem with getting an access to endpoint 0.
My device has 3 endpoints 0, 1 and 3.
I see the devices only for ep1 and 3 in Device manager of Windows Control Pannel, and access them.
I don't see the ep0 device from the list.

Is there anyway to get an access to ep0 and Read/Write from c# application?

please help me out.
Posted
Updated 6-Feb-18 20:59pm

1 solution

 
Share this answer
 
Comments
Member 11051697 22-Jan-15 0:10am    
Thanks for the comment.
But I already read it in that link.
It doesn't say about control transfer which is to control ep0.

When I search the device with the function,
The paths for ep1 and ep3 are detected but the path of ep0 is not detected.

Is assume that is why I can't creat the file handle and Read/Write.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900