资 源 简 介
User Land USB Device Driver Developer Kit
The objective of this project is to reduce the burden of the programmer to learn kernel/device driver programming.
We can provide easy access to the API as well as templates for each kind of USB device. As there are so many tools are available to develop code, the User Land USB Device Driver Kit will serve as framework for C/C++/Kernel programming and easy to access APIs.
Need of User Land USB DDK
In the protected mode operating systems like Linux, programmers can not access hardware directly. If programmer needs to access hardware, he/she must write his own drivers for the device, for that he/she must have thorough knowledge of that kernel and device driver programming.
As USB device can be handled through user level (libusb) so that we can provide easy to access the API as well as templates for each kind of USB device.
If required, can also handle kernel level code with the UI (yet to b