Hi, When I ran my code in different console, in the console where I'm running pcscd -f -d stdout, I'm getting the following messages.
As soon as I execute my code, I'm getting the following message. winscard_msg.c:263 SHMProcessEvents: Common channel packet arrival The following message is being displayed when I'm getting 80100013 error. pcscdaemon.c:151 SVCServiceRun: Client 6 has disappeared. Cheers, Naveen. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Tuesday, 5 April 2005 3:17 PM To: MUSCLE Subject: Antwort: RE: Antwort: [Muscle] SCardEstablishContext question.. > "else if(SCARD_E_INVALID_VALUE)" try: "else if(rv == SCARD_E_INVALID_VALUE)" then you will get no "failure" output. 0x80100013 means internal communication error. Have you started pcscd ? Try this: disconnect you reader, start pcscd using "pcscd -f -d stdout", plug the reader in, watch the output, then if reader is recognized insert an card, the ATR have to be shown by pcscd. If this works, goto another console (DO NOT stop pcscd) and start you program again. If it does not work, post your readers name, pcscd output and the errorcode you got from SCardEstablishContext(...) . --- Mit freundlichen Gr��en Best regards, Martin F�hrlinger Software Developer OMNIKEY Ferihumerstrasse 13 A-4040 Linz Austria Tel +43 (0) 732 / 602220 - 35 E-Mail [EMAIL PROTECTED] Web www.omnikey.com _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle _______________________________________________ Muscle mailing list [email protected] http://lists.drizzle.com/mailman/listinfo/muscle
