| 
      
      
      From: Ha T. D. <duo...@gm...> - 2006-11-14 19:11:03
      
     | 
| 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
 |