hello,
i am doing a project on USB interfacing.i want to develop my own USB driver.and i want some guidance regarding this. can i implement my driver in turbo C? if not than how can i implement it in other languages like VC++?
WDF is much more easy to use than WDM. You can read those books and than download the WDK on microsoft website. Ths WDK contains usb generic drivers so you don't have to write your own....
hello,
thanks for giving me a reply.
as you told the drivers are written in C.can you tell me what i have to learn to write a driver in C? i want to write driver for USB port.if you have devloped such driver then please tell me what are steps to write driver with example.
As I told you, you have te read the books and understand general principle. Then you can start to understand sample drivers. This article is a good start: