USB Drivers for DOS

Hi,

Sorry this is off topic.

I want to develop an USB driver for DOS for reading data from USB Devices. I
dont have much information about these things. Can anybody explian me what i
should do exactly for developing this Driver ?

If i am not clear please get back to me.

Thanks in adavance,
Satish K.S


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

> I want to develop an USB driver for DOS for reading data from USB Devices. I

dont have much information about these things. Can anybody explian me what i
should do exactly for developing this Driver ?

Choose a tool, I suspect you will need 32bit code for it, so, you will need some 32bit compiler for DOS like DJGPP.
Then read the USB spec and the UHCD spec. You will need to write the whole stack - from UHCD driver to peripheral drivers.

Max


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com

Thank Max.

For developing HCDI and USBDI Interfaces we have to refer relavant Operating
System envirnment guide. ( This is mentioned in USB Specification document )
Where to i get guide for DOS to develop these Interfaces. I searched the Net
and I didnt get any information. According to this before implementing USB
Driver i must get documentation specific to MS-DOS.

Using http://www.catc.com Interfaces we can develop DOS USB easily but the
problem is they have implemented only USB 1.0 specification. USB
specification 2.0 is already out.

Can anybody give me some pointer to progress on this problem ?

Thanks in Advance,
Satish K.S

> I want to develop an USB driver for DOS for reading data from USB
Devices. I
> dont have much information about these things. Can anybody explian me
what i
> should do exactly for developing this Driver ?

Choose a tool, I suspect you will need 32bit code for it, so, you will
need some 32bit compiler for DOS like DJGPP.
Then read the USB spec and the UHCD spec. You will need to write the whole
stack - from UHCD driver to peripheral drivers.

Max


You are currently subscribed to ntdev as: xxxxx@aalayance.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com