Answer the question
In order to leave comments, you need to log in
How to create a driver for a Windows 7 device?
There is a fingerprint device that connects via USB, and for this device you need to write a program (for Windows7) where you can register users (their fingerprint) and so that the user can log in using this device.
What are the stages of such work?
How to write a program with a database?
What DB to choose?
Are there examples of such work?
ps I apologize in advance if the questions are not well-formed.
Answer the question
In order to leave comments, you need to log in
Each scanner comes with its own driver, ddk usually describes how to communicate with these devices. As a rule, you need to make a request to the api, it gives you a hash, while the piece of iron itself thinks how to read the print and give the hash. And you can't influence
Not even a DDK, but rather an SDK, with a couple of three examples, documentation and more.
What are the stages of such work?
How to write a program with a database?
Are there examples of such work?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question