MasterChief Posted August 3, 2010 Posted August 3, 2010 Hello, I have an HP Touchsmart Tm2 with a built-in Validity VFS301 fingerprint reader. I am looking for a way to incorporate fingerprint security directly into my AutoIt program. Any information would be greatly appreciated. Thanks
PsaltyDS Posted August 3, 2010 Posted August 3, 2010 AutoIt is not an appropriate language for a low-level hardware driver. So it would need an API to use in talking to the middleware (for example, ActivCard for your CAC reader). You need to identify what software you want to talk to, and what API it makes available. If all they provide is a C# or .NET library for compiling functionality into an app, AutoIt won't be able to use that. You would be looking for a COM Object interface, or maybe documented DLLs you could call, if you want to use AutoIt with it. Valuater's AutoIt 1-2-3, Class... Is now in Session!For those who want somebody to write the script for them: RentACoder"Any technology distinguishable from magic is insufficiently advanced." -- Geek's corollary to Clarke's law
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now