Recommandation on developing USB device driver for XP

L

Lau Lei Cheong

Hello,

Recently, my boss told me that I will be scheduled to produce something
that'll capture button press from a USB device. I have no details about the
device now, but I figure out that I might need to develop both the driver
and application to make it work (I have been told that no driver will be
included). Can anyone recommand some articles I can read ahead? I have not
previous experience in writing driver before.

Also, I'd like to know if there's any generic driver for USB sound
card/audio device, just like the one for USB storages? If not, I'm afraid
that I'll also need to develop yet another driver that help another piece of
hardware to work with MCI extensions. That would be much more reading.

Regards,
Lau Lei Cheong
 
M

Mark McDougall

Lau said:
Recently, my boss told me that I will be scheduled to produce
something that'll capture button press from a USB device. I have no
details about the device now, but I figure out that I might need to
develop both the driver and application to make it work (I have been
told that no driver will be included). Can anyone recommand some
articles I can read ahead? I have not previous experience in writing
driver before.

Cross your fingers and hope that it's a HID-compliant USB device. If
that's the case, you won't need a driver at all and can simply write
your app.

I'd suggest you pick up *both* of the following if you know nothing
about USB:
1. USB Complete 2nd Ed (Jan Axelson) ISBN:0-9650819-5-8
2. Programming the Microsoft WDM (Walt Oney) ISBN:0-7356-1803-8

Regards,
Mark
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top