I want to learn device driver development . I am planning to write small device driver for USB under windows platform. What is best book to start learning it ?

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

http://www.microsoft.com/whdc/driver/wdf/wdfbook.mspx is the best book; you should also get a copy of http://technet.microsoft.com/en-us/sysinternals/bb963901.aspx

Be aware that this is a pretty difficult task, so if you're under the gun it might be better to have an expert write it. However, if you're doing it just to learn how, these books will teach you. Good luck!

link|improve this answer
THANX . . . . . – Xinus Aug 7 '10 at 9:05
feedback

There is very nice post about this.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.