Jump to content

Fingerprint Reader Programming


Recommended Posts

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.

:blink:

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
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...