Hello,
i'm new to OCF. I've installed the OCF in order to read an EMV compliant
smartcard (www.microcircuito.it). I have a TOWITOKO CHIPDRIVE 110 smartcard
reader. 
I use this code to access the card:

SmartCard.start();
        
      // wait for a smartcard with file access support
      CardRequest cr =
        new CardRequest(CardRequest.NEWCARD, null,
BasicEMVAppletAccess.class);
      SmartCard   sc = SmartCard.waitForCard(cr);
 
      BasicEMVAppletAccess facs = (BasicEMVAppletAccess)
        sc.getCardService(BasicEMVAppletAccess.class, true);
      

and i receive this output:

------------------------------------------------------------
Starting demo...
initializing file...
[ERROR    ] opencard.opt.emv.mgmt.BasicEMVAppletAccess.list
--- message   error occurred while selecting info information file (27266)
--- thread    Thread[main,5,main]
--- source    [EMAIL PROTECTED]

[ERROR    ] opencard.opt.emv.mgmt.BasicEMVAppletAccess.list
--- message   Command Sent:[EMAIL PROTECTED]
0000:  00 A4 00 00 02 2F 00                             ...../.

--- thread    Thread[main,5,main]
--- source    [EMAIL PROTECTED]

[ERROR    ] opencard.opt.emv.mgmt.BasicEMVAppletAccess.list
--- message   Response returned:[EMAIL PROTECTED]
0000:  6A 82                                            j.

--- thread    Thread[main,5,main]
--- source    [EMAIL PROTECTED]


Please i need some help to understand this problem.

Thanks

Andrea


---------------------------------------------------------------
Andrea Manca                E-mail: [EMAIL PROTECTED]
Nacon S.r.l.                Phone:  +39 010 583158
Information Technology      Fax:    +39 010 584795
Web site: www.nacon.it
---------------------------------------------------------------



---
> 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