Skip to Main Content

Java Card

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

application to r/w Mifare Card via Pegoda CL RD 701 reader

843851Sep 1 2008 — edited Sep 2 2008
Hi,
I'm writing an application which read/write to MiFare Card (MF1ICS50) through a Philips Pegoda CL RD 701 reader (USB). The application will be similar to MifareWnd application (requesting, anticollision mode, authorization and of course reading/writing pointed block). Is it possible to write this application using JCOP?
When I try communicate with card via JCop I get an error:

EX: msg T=CL activation failed: T=CL error message: T=CL: SAK indicates, that no ATS info available (-1116)
, class class com.ibm.jc.JCException
T=CL activation failed: T=CL error message: T=CL: SAK indicates, that no ATS info available (-1116)

at com.ibm.jc.terminal.NativeJCTerminal.waitForCard(Native Method)
at com.ibm.jc.terminal.TraceJCTerminal.waitForCard(Unknown Source)
at com.ibm.jc.JCard.<init>(Unknown Source)
at CardInfo.getcardinfo(CardInfo.java:85)
at CardInfo.main(CardInfo.java:31)

Maybe is another tool or class , which will be useful? I will appreciate any help and examples how to solve this problem.

Zdravim,
Qblos.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 30 2008
Added on Sep 1 2008
4 comments
1,014 views