C# interfacing with hardware
-
Hey guys!!! i wanted to know that is it possible to do interfacing with a biometric device like fingerprint recognition device with c#... I am planning of making a security system in which i will make a database (using sql) which will store and use data from the database using the input from fingerprint device and display from a gui using C# !!.. plz give me a head start!! i really need help.
-
Hey guys!!! i wanted to know that is it possible to do interfacing with a biometric device like fingerprint recognition device with c#... I am planning of making a security system in which i will make a database (using sql) which will store and use data from the database using the input from fingerprint device and display from a gui using C# !!.. plz give me a head start!! i really need help.
Sure, it's possible. You just need the SDK for the fingerprint scanner, oh, and a database to hold all the fingerprint data. You'll need to contect the manufacturer of the scanner to get the SDK and that is more than likely going to cost a few thousand dollars.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Sure, it's possible. You just need the SDK for the fingerprint scanner, oh, and a database to hold all the fingerprint data. You'll need to contect the manufacturer of the scanner to get the SDK and that is more than likely going to cost a few thousand dollars.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
does anyody knows about fingerprint sdk 2009 ?? it supports many readers and supports c#..is it good enough to work with??
Never used it, but you have to buy a minimum of 5 licenses at $35 and change a piece for a total of $176. You also have to buy enough license to cover the number of machines you application is going to run on AND be developed on. So, if you're going to run this on 200 machines, you'll need the 150 pack ($3,920) + 50 singles ($1,765) + whatever dev machines you'll be using. $,$$$...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Never used it, but you have to buy a minimum of 5 licenses at $35 and change a piece for a total of $176. You also have to buy enough license to cover the number of machines you application is going to run on AND be developed on. So, if you're going to run this on 200 machines, you'll need the 150 pack ($3,920) + 50 singles ($1,765) + whatever dev machines you'll be using. $,$$$...
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
does anyody knows about fingerprint sdk 2009 ?? it supports many readers and supports c#..is it good enough to work with??
Any company that states "Please log in to see prices" I wonn't buy from. Why not just show them up front? If there are discounts to be had for existing customers and therefore they want you to log in so they can give accurate prices the should say clearly that the visible prices may not apply to xxx, not hide the price from everyone.
Dave
If this helped, please vote & accept answer!
Binging is like googling, it just feels dirtier. Please take your VB.NET out of our nice case sensitive forum.(Pete O'Hanlon)
BTW, in software, hope and pray is not a viable strategy. (Luc Pattyn) -
Hey guys!!! i wanted to know that is it possible to do interfacing with a biometric device like fingerprint recognition device with c#... I am planning of making a security system in which i will make a database (using sql) which will store and use data from the database using the input from fingerprint device and display from a gui using C# !!.. plz give me a head start!! i really need help.
Maybe you can fake it. :-D
-
i plan on using only on a single machine.. and then communnicate the database for access of data through a server using asp.net (YES I AM DOING IT FOR FINAL PROJECT)
Yeah, well, you still have to buy a minimum of 5 licenses. Even though you'll only be using 1. And ASP.NET has nothing to do with database access. Were you thinking about ADO.NET?? ASP.NET just puts up web pages.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak Microsoft MVP Visual Developer - Visual Basic
2006, 2007, 2008
But no longer in 2009... -
Maybe you can fake it. :-D