Developing a simple USB driver


Go Back   Computer Help Articles > Windows XP Hardware
User Name
Password
FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 01-05-2006, 02:14 AM
Dave Rudolf
 
Posts: n/a
Default Developing a simple USB driver

Hey all,

Some friends of mine are building a simple USB device for a class project.
They want to create a random number generator that interfaces with a Windows
machine via a USB connection. They asked for my help because I am the friendly
neighbourhood computer nerd, though I confess that I don't know much about USB.

They want to be able to use some existing USB drivers that are built into
relatively new versions of Windows. They figure that they could treat the
device as a mass storage device and "read" it like a file, but I suspect that
there is some easier interface that they could use just to send a sequence of
numbers for each request. So, if you can, please point us in the right direction.

Thanks.

Dave
Reply With Quote
  #2  
Old 01-05-2006, 02:14 AM
Carey Frisch [MVP]
 
Posts: n/a
Default Re: Developing a simple USB driver

USB Storage - FAQ for Driver and Hardware Developers
http://www.microsoft.com/whdc/device...ge/usbfaq.mspx

Windows XP USB Guide
http://www.usbman.com/winxpusbguide.htm

--
Carey Frisch
Microsoft MVP
Windows - Shell/User
Microsoft Community Newsgroups
news://msnews.microsoft.com/

-------------------------------------------------------------------------------------------

"Dave Rudolf" wrote:

| Hey all,
|
| Some friends of mine are building a simple USB device for a class project.
| They want to create a random number generator that interfaces with a Windows
| machine via a USB connection. They asked for my help because I am the friendly
| neighbourhood computer nerd, though I confess that I don't know much about USB.
|
| They want to be able to use some existing USB drivers that are built into
| relatively new versions of Windows. They figure that they could treat the
| device as a mass storage device and "read" it like a file, but I suspect that
| there is some easier interface that they could use just to send a sequence of
| numbers for each request. So, if you can, please point us in the right direction.
|
| Thanks.
|
| Dave
Reply With Quote
  #3  
Old 01-05-2006, 02:14 AM
Pavel A.
 
Posts: n/a
Default RE: Developing a simple USB driver

"Dave Rudolf" wrote:
> They want to be able to use some existing USB drivers that are built into
> relatively new versions of Windows. They figure that they could treat the
> device as a mass storage device and "read" it like a file, but I suspect that
> there is some easier interface that they could use just to send a sequence of
> numbers for each request. So, if you can, please point us in the right direction.


May be a HID type device (human interface - kbd, mice etc) will be easier to
do.
Read in MSDN on HID drivers.
Specific technical questions -> microsoft.public.development.device.drivers

Regards,
--PA

Reply With Quote
  #4  
Old 01-05-2006, 02:14 AM
Andrew E.
 
Posts: n/a
Default RE: Developing a simple USB driver

For driver building thiers 2 places to go.WHQL and http://www.osr.com
osr could/can be found at microsoft WHQL,also,one of thier recent projects
has been USB-FX2 you can find all kinds of info on usb at web site,you'll
need
to get registered first but thats easy.

"Dave Rudolf" wrote:

> Hey all,
>
> Some friends of mine are building a simple USB device for a class project.
> They want to create a random number generator that interfaces with a Windows
> machine via a USB connection. They asked for my help because I am the friendly
> neighbourhood computer nerd, though I confess that I don't know much about USB.
>
> They want to be able to use some existing USB drivers that are built into
> relatively new versions of Windows. They figure that they could treat the
> device as a mass storage device and "read" it like a file, but I suspect that
> there is some easier interface that they could use just to send a sequence of
> numbers for each request. So, if you can, please point us in the right direction.
>
> Thanks.
>
> Dave
>

Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: WMP crashes my Internet Explorer H. Dox Windows Media Player 1 01-05-2006 04:11 PM
Microsoft game; Age of Empires II... MrHasselblad Windows XP Games 16 01-05-2006 07:54 AM
New Video Card or Just Tweaking Needed? HartsVideo Windows XP Video 10 01-05-2006 07:26 AM
One-way connection: networked XP/2000 PC's Cheryl Windows XP Network Web 22 01-05-2006 04:11 AM
USB Mass Storage Device - This device cannot start. (Code 10) lobo201 Windows XP Hardware 11 01-05-2006 02:15 AM


All times are GMT. The time now is 05:31 AM.


Powered by vBulletin Version 3.5.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd. SEO by vBSEO 2.3.2 © 2005, Crawlability, Inc.

Developing a simple USB driver