PC Review


Reply
Thread Tools Rate Thread

Developing a simple USB driver

 
 
Dave Rudolf
Guest
Posts: n/a
 
      21st Nov 2005
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
 
 
 
 
Carey Frisch [MVP]
Guest
Posts: n/a
 
      21st Nov 2005
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
 
=?Utf-8?B?UGF2ZWwgQS4=?=
Guest
Posts: n/a
 
      21st Nov 2005
"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
 
=?Utf-8?B?QW5kcmV3IEUu?=
Guest
Posts: n/a
 
      21st Nov 2005
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
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
need help developing simple 5-6 pages website using FP2002 Ramon Microsoft Frontpage 9 21st Jul 2009 05:45 PM
Developing a simple IDE Kürşat Microsoft C# .NET 2 30th Apr 2009 12:17 PM
Developing simple quizzes such as are used in Microsoft FrontPage. =?Utf-8?B?UGhpbCBEcmV3?= Microsoft Frontpage 2 12th Apr 2005 03:01 PM
Developing simple quizzes such as are used in Microsoft FrontPage. =?Utf-8?B?UGhpbCBEcmV3?= Microsoft Frontpage 0 12th Apr 2005 12:21 AM
developing simple c toy programs using visual studio .net =?Utf-8?B?c2J1X2Nfc3R1ZGVudA==?= Microsoft VC .NET 2 11th Feb 2005 05:17 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:07 AM.