Page 1 of 1

USB

Posted: Fri Feb 20, 2004 12:00 am
by jcmatias
I need info about USB programming: source code ,tutorials, how it works,etc.
to develop drivers to my OS.
Note: Windos/Linux sources to drive are not useful to me.
    

    

RE:USB

Posted: Fri Feb 20, 2004 12:00 am
by Gandalf
hi,

I have a USB specification collection (Don't know where I downloaded it from). It explains the arch, protocol ,h/w & electrical specs of USB. If you want it mail me @
m#d#s#h#a#h#8#2@#yahoo.com (Ignore the #'s)


rgds
Gandalf

RE:USB

Posted: Fri Feb 20, 2004 12:00 am
by ASHLEY4
Hi
Try here:     http://www.beyondlogic.org/
This were i stared.

ASHLEY4.

RE:USB

Posted: Sun Feb 22, 2004 12:00 am
by jcmatias
I see the spec but I need a source code example...
the spec is tedious...

RE:USB

Posted: Sun Feb 22, 2004 12:00 am
by ASHLEY4
Here is some usb code in asm/turbo pascal for dos (usb 4 dos).

              http://people.freenet.de/dieterp/index2.htm

ASHLEY4.

RE:USB

Posted: Mon Feb 23, 2004 12:00 am
by jcmatias
It's what I need !
Thanks!