I'm a developer using Jpcsc version 0.7.5 with a Gemplus USB Smart Card
Reader.
My os is Windows XP Professional Service Pack 1.
My java sdk is j2sdk1.4.2_04

After I run APDUTool and it start connecting the smart cart reader, I can
see in the main window this output:

ReaderState of Gemplus USB Smart Card Reader 0:
szReader: Gemplus USB Smart Card Reader 0
dwCurrentState: 0x0
dwEventState: 0x30422
rgbAtr: 22: 3B9F95801FC38031E073FE2103B3E1026F830F90008B
proto: 0
Card.Connect() failed!
Error class: class com.linuxnet.jpcsc.PCSCException
Error message: Connect(): 0x6f9, PCSC failed with 0x6F9: 0x6F9
(OK,--,(System))

It stops on line 169 while doing this:
card = ctx.Connect(reader, PCSC.SHARE_EXCLUSIVE, PCSC.PROTOCOL_ANY);

Where the parameters are:
reader = Gemplus USB Smart Card Reader 0
PCSC.SHARE_EXCLUSIVE = 1
PCSC.PROTOCOL_ANY = -2147483648

I don't understand the error... any suggestion?



_______________________________________________
Muscle mailing list
[EMAIL PROTECTED]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to