Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

how to write PCI Data Acquistion Board driver for win2000 .inf file?

0 views
Skip to first unread message

shmily

unread,
Oct 1, 2002, 9:06:49 PM10/1/02
to
Hi, everybody:
I am writing a PCI Data Acquistion Board driver for win2000. I try to
use the geninf.exe tools to build the .inf file, but I don't know
which class name is good for my driver. I have tried to use ports, but
this class name is used only for COM and LPT, so I don't know if it's
suitable for the pci card. If I don't use the Ports, or anything else
on the class name lists, I can not get a ClassGuid. If it is possible
to run a function driver without classGuid. If no, how can I get the
ClassGuid, and what kind of Class name I should write down on the .inf
file. the following is some infomation for my PCI Data Acquistion
Board:

DeviceID: AAAA
VendorID: 104C
status: 0210
command: 0007
Class code: 021000
RevisionID: 07
HeaderType:00
.
.
.
SubsystemID:0000
subsystem VendorID: 0000

if anybody know how to do it, please give me some infomation.
Thank you very much!!

Jessy
jess...@hotmail.com

Ritchie

unread,
Oct 2, 2002, 4:21:49 AM10/2/02
to
"shmily" <jess...@hotmail.com> wrote in message news:e0bcfe69.02100...@posting.google.com...

> Hi, everybody:
> I am writing a PCI Data Acquistion Board driver for win2000. I try to
> use the geninf.exe tools to build the .inf file, but I don't know
> which class name is good for my driver. I have tried to use ports, but
> this class name is used only for COM and LPT, so I don't know if it's
> suitable for the pci card. If I don't use the Ports, or anything else
> on the class name lists, I can not get a ClassGuid. If it is possible
> to run a function driver without classGuid. If no, how can I get the
> ClassGuid, and what kind of Class name I should write down on the .inf
> file. the following is some infomation for my PCI Data Acquistion
> Board:

[I'm NOT a driver developer] Shouldn't you edit the generated inf file
and change the ClassGUID (use can use a tool call GUIDGEN) and Class
fields (change it to whatever you like)?

Isn't a SDK/DDK available from the producer of the acquisition board?

Try asking in a group like
microsoft.public.development.device.drivers

--
Ritchie
Undo address for mail


0 new messages