|
From: Bertrik S. <be...@si...> - 2006-11-14 19:17:16
|
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Ha Thai Duong wrote:
> Hi
>
> I am trying to make a small program that control the Microsoft Finger
> Print Reader using C# and Visual Studio 2005. Can anyone give me an C#
> example code that i can access the Microsoft Fingerprint Reader? I do
> appreciate your help a lot.
>
> This is i got from running TestLibusb
>
> bus-0/\\.\libusb0-0031--0x045e-0x00bd 045E/00BD
> - Manufacturer : Microsoft
> - Product : Microsoft® Fingerprint Reader
> - Serial Number: {79B29790-FFF8-FC43-95C3-246FD5B6A017}
> wTotalLength: 32
> bNumInterfaces: 1
> bConfigurationValue: 1
> iConfiguration: 0
> bmAttributes: 80h
> MaxPower: 130
> bInterfaceNumber: 0
> bAlternateSetting: 0
> bNumEndpoints: 2
> bInterfaceClass: 255
> bInterfaceSubClass: 255
> bInterfaceProtocol: 255
> iInterface: 0
> bEndpointAddress: 81h
> bmAttributes: 03h
> wMaxPacketSize: 64
> bInterval: 8
> bRefresh: 0
> bSynchAddress: 0
> bEndpointAddress: 82h
> bmAttributes: 02h
> wMaxPacketSize: 64
> bInterval: 0
> bRefresh: 0
> bSynchAddress: 0
The interface class, sub-class and protocol are all 255 (0xFF) which
means vendor-specific, in other words non-standard.
You'll need more information on the protocol/format of the data
exchanged with the fingerprint reader.
Regards,
Bertrik
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFFWhY6ETD6mlrWxPURAm8LAJ9U1FHCKDcNa5ZOn+avY9d3wDrIUwCfUZDt
PIqyuNld+X+lXz7erQBp1mo=
=mSIm
-----END PGP SIGNATURE-----
|