How i can integrate fingerprint scanning device in a PHP application

Khan picture Khan · Feb 8, 2012 · Viewed 25.9k times · Source

I am working on an attendance system in PHP, attendance will be recorded with fingerprint device (SUPEREMA). how I will integrate auto attendance through scanning device, any help will be highly appreciated.

Answer

Khainestar picture Khainestar · Feb 8, 2012

It looks like the SUPEREMA system does have a SDK

http://www.supremainc.com/eng/product/pc_22.php?mark=33

However it doesn't integrate with PHP. The only way I can see of doing it would be to write a Visual Studio app that captured and updated to the database, or one with an embedded html browser that it could then send the captured data to.