Still don’t have a Meld Account?
Join now to be a part of the worlds largest embedded linux community!
Join Now!Texas Instruments Platforms
Got a question or issue? The meld community is here to help!Start a discussion
Finger print scanner
Prabhuraj Tavag - August 16, 2011
I have to work on finger print scanner(Suprema umf3040). Can any one tell
me the compatible finger print SDK for this and also any useful links about
interfacing finger print scanner with ARM9 samsung s3c2440?
Thanks,
Prabhuraj

Finger print scanner
Hi Prabhuraj,
There is no specific SDK for any Samsung s3c2440 based development board on Meld.org at present. Which board do you have?
I assume you're referring to this finger print reader: http://www.supremainc.com/eng/product/em_11_n-05.php
This would appear to be a serial interface device and may be supported by Linux currently.
Hi Prabhuraj,
I've seen two types of finger print sensors:
This scanner appears to be from the latter category.
If I'd design the scanner, I'd make sure that the scanner authenticates with the host first and only sends an obfuscated "yes" - just to make it harder to bypass the wiring...
For Linux, hooking up such scanner is trivial: it will just work as it has a serial protocol.
The hard part is in setting up the connection with the device, which is probably not something the kernel should be doing... Your application will have to do the work! That will require an SDK from Suprema.