Hello,
        I believe you have answered this eror before to a guy named Guy Tsobgni. I 
encounter almost the same problem,  but instead, I am trying to instantiate a
SmartCard property with the following codes:
         CardRequest cr = new CardRequest(CardRequest.NEWCARD,null, 
GPKFileAccessService.class);
        SmartCard   sc = SmartCard.waitForCard(cr);
        GPKFileAccessService  facs = (GPKFileAccessService)
                sc.getCardService(GPKFileAccessService.class, true);
        But what I got instead is an exception error :
        opencard.core.terminal.CardTerminalException: Pcsc10CardTerminal: PCSC 
Exception in method SCardTransmit:  error occurred with SCardTransmit
        return code = 00000057
        I remember that you suggested to " send your APDU command with input data and 
send manually a GetResponse APDU
command afterwards." But how do I exactly do that in Java when I am using some 
predefined APIs. Do you have any  example that I can begin looking at to solve this
problem?
Thanks in advance,
Harley



_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com



---
> Visit the OpenCard web site at http://www.opencard.org/ for more
> information on OpenCard---binaries, source code, documents.
> This list is being archived at http://www.opencard.org/archive/opencard/

! To unsubscribe from the [EMAIL PROTECTED] mailing list send an email
! to
!                           [EMAIL PROTECTED]
! containing the word
!                           unsubscribe 
! in the body.

Reply via email to