Devendra Chouhan
Devendra Chouhan

Reputation: 141

How do I connect to a Cogent CSD200 fingerprint scanner using Java?

Are there any SDKs or libraries available which can help me to interact with this scanner?

Upvotes: 2

Views: 4940

Answers (2)

Sriharsha P K
Sriharsha P K

Reputation: 21

The above google driver link is broken. Can you please send the DRIVER and SDK. I not able to find it anywhere online.

Upvotes: 1

Devendra Chouhan
Devendra Chouhan

Reputation: 141

After a lot of searching finally got it. Driver and SDK. I have written a sample GUI based java program to interact with the scanner. Here is the Gist

Running on Eclipse:

Import the java program into eclipse and add the SDK jar, this can be found after installing the SDK (setup.exe) present inside the folder 3MCogent-CSD200-SDK-v2.7 Setup found in the above google drive link.

Remember to install the driver for the scanner before running. For instructions follow the readme in 3M Cogent CSD 200 Driver folder in the above google drive link.

Upvotes: 1

Related Questions