Hi
Anyone have implemented a USB driver system in your own os? If yes, would you like to tell me which book i need to read to do that too?
thanks
from Peter
usb implementation?
Re: usb implementation?
I have implemented it on Octaos,I don't use books but you can start here:mcheung63 wrote:Hi
Anyone have implemented a USB driver system in your own os? If yes, would you like to tell me which book i need to read to do that too?
thanks
from Peter
http://www.usb.org/developers/usbif
There is a forum to ask questions ,links to various resources,and also the usb specs in pdf format that i have readed many times.
In the forum there is a guy that write books about usb.
Implementing usb is not easy,usually when i ask on the forum i get this reply:
"you need to buy a usb analyzer"
In this other link there is also a example program:
http://pfranz73.googlepages.com/
I agree with octavio, books will be little help, you need the spec, and lots of time and hard work.
I worked so hard on mine, i am not going to give it away (its a key thing in a OS, as to why someone would use one hobby OS, over another), but theres alot nicer people out there that will give you bits of code, eg:
http://www.osdev.org/phpBB2/viewtopic.p ... hlight=usb
I worked so hard on mine, i am not going to give it away (its a key thing in a OS, as to why someone would use one hobby OS, over another), but theres alot nicer people out there that will give you bits of code, eg:
http://www.osdev.org/phpBB2/viewtopic.p ... hlight=usb