What is PnP event handling for USB?How to implement in C ?Can you suggest me some good resources to study them?
This is a discussion on PnP event handling within the C Programming forums, part of the General Programming Boards category; What is PnP event handling for USB?How to implement in C ?Can you suggest me some good resources to study ...
What is PnP event handling for USB?How to implement in C ?Can you suggest me some good resources to study them?
Plug aNd Play is a highly complex kernel level function that detects new hardware and passes an ID string to a function that either loads or installs the appropriate drivers. This is not "programming for lightweights"... it's kernel code and is not easily written.
For resources there are lots... Google is your friend.