I`m developing human resources software. I need to check attendence of employees. We have ZKSoftware F702-s fingerprint device. And I need get information from it in java project. I searched for sdk and documentation how to use this sdk but I did not find anything. Help me whith my project. What can I do?
I found dynamic libraries of my fingerprint device which activex component and I resolved my problem with JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. I call functions and handle events from library with Jacob. Here is link to JACOB - Java COM Bridge