application to r/w Mifare Card via Pegoda CL RD 701 reader
843851Sep 1 2008 — edited Sep 2 2008Hi,
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.