Click here to Skip to main content
15,918,889 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i connected finger print device to my PC , i want to write a code using C# to take the finger print image of that device and store it in access database.at the same time that code compare between finger prints(if i punch using that device take my finger print and compare it with the images that stored in the access data base ).
we can use the following ways to connect the device to our PC:

Method TCP/IP, RS232, RS485 TCP/IP, RS232, RS485, USB flash disk

Baud rates 9600, 19200, 38400, 57600, 115200
plz help me i searched in this site ,i did not find any topic close .
Posted
Updated 2-Jul-13 1:11am
v2
Comments
Zoltán Zörgő 2-Jul-13 7:19am    
Everything depends on the device itself. Some have open or free SDK, even .net driver, but some have no direct PC interface and in most cases you have to pay for the integration API. Do you have any concrete device selected, or you want our advice in selecting one?
loai_maane 2-Jul-13 7:24am    
hello zoltan ,
i connect the finger print device to my PC using network cable so i choose TCP/IP as a way for connection
now i want to write code sing C# to take the finger print image of that device and store it in access database.at the same time that code compare between finger prints .
Zoltán Zörgő 2-Jul-13 7:42am    
Again: depends on the device and the device manufacturer. How could we give you any reasonable answer, if you don't tell us at least the manufacturer and the model of the device?
loai_maane 2-Jul-13 7:54am    
ok the model is AC100

PROCESSOR : 400 MHz microprocessor
MEMORY : 4MB flash memory
-STORAGE:
• Fingerprint templates:1500
• Transaction :100000
-ENROLLMENT & VERIFICATION:
• Methods :Fingerprint (1:1, 1:N), Password
• Recommended fingerprint per user ID: 2
• Fingerprint placement :Any angle

there are two ports for the device :
1.RS232/485 Port (serial communication)
2.TCP/IP Port

it has The FingerTec BioBridge SDK 2.0.
Garth J Lancaster 2-Jul-13 7:21am    
Have you tried reading the manual for the device ? does it come with any SDK/Samples ?

You're likely going to have to user the SerialPort class (looking at what you've written), thats assuming you can find out which serial port (or usb -> virtual serial port) your finger print device is connected to

The biggest issue is know what commands etc to send to the finger print device and then when to read the data back

http://msdn.microsoft.com/en-us/library/system.io.ports.serialport.aspx

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900