Microsoft MVP & Intel Black-Belt
I have uploaded a WinUSB Component for .Net with full source code here: WinUSB .Net Component in C#.
The component comes with full source code and has the following features:
Pingback from WinUSB .Net Component « Jasper Blog
hello.
how to read/write to multiple endpoint ?
thx
chan
Hi Chan,
Was not really tested:
Use two components,
Set the "DeviceGuid" property on one component
Set the "SharedDevice" property on the second component to point to the first.
This is because there is only one handle to the device.
There should not be a problem with that.
Let me know how it works.
Best,
Asaf
hmm...
i added anohter component, at the 2nd component, i unable to set shared device. if set, it will set back to null.
in my code , i added share device manually, but it unable to received data from 2nd endpoint. the received event never trigger.
Follow the link for Verify Installation of a custom device using C#