Common Access Card (CAC) with PCSC reader...Help!
Hey all
I'm working on a DoD contracted tool for logging in using a CAC (Common Access Card). We are using an SCR331 reader, which is PCSC compatible. All I really need is to be able check a pin number with the card and get information off of it. Does anyone have suggestions?
The dll we currently have doesn't really work. If we enter the correct pin everything is hunky dory, but as soon as we enter an incorrect pin we get an internal error (no exceptions thrown) and everything goes bye bye.
Please help!
I also have tried connecting using the following lines with javacard framework:
cad=CadDevice.getCadClientInstance(CadDevice.PROTOCOL_PCSC, null, null);
cad.powerUp();
As soon as I called cad.powerUp() I get this error:
java.io.IOException: Exception while getting ATR
at com.sun.javacard.apduio.CadPCSCClient.powerUp(Unknown Source)
If anyone can provide some help that would be awesome. Thanks

