Here is One question form a User
I saw your education and training Thank you for this http://tektips.in/how-to-develop-a-hello-world-device-driver.aspx
But I have a
question
How
can I create a virtual Usb HID device using WDK on WIN7 32 bit?(add to device
manger)
And
then I send and receive data?(application test)
Please help me. Resources the Internet has misled me.
please tell me a simple example
I am
impatiently waiting for your response
Thank you very
much
Answer
You Need to change the CreateIODevice routine in DriverEntry especially FILE_DEVICE_UNKNOWN part to USB_DEVICE Types and associated changes. Check DDK/WDK Sample and see the link below..
http://msdn.microsoft.com/en-us/library/windows/hardware/ff563821%28v=vs.85%29.aspx
Tom
Tom