Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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 ?

share|improve this question

2 Answers

up vote 3 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!

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

There is very nice post about this.

share|improve this answer
This post is not available anymore – emartel Apr 26 at 3:50

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

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