Our Online Store have the new products: RFID antenna board. Currently it can work with JC10M24R and JCOP4 card chips.
Compared with normal cards, the antenna board module has a smaller size and fixed holes, which is easy to integrate in the IOT(Internet Of Things) project.

Search found 25 matches

by leonard
Fri Jul 28, 2017 1:14 am
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26535

Re: What is APDU to read ATR ?

I have a 1443 type B card and currently I can read ATR by send SELECT command with file id is 0x2F01 and then send READBINARY command 00 B0 00 00 00 This is response: 4301F84703F741E07F6608020205F0020205F09000 But why the command 00 B0 81 00 00 does not work?. According to ISO/IEC 7816-4 this comman...
by leonard
Tue Jul 25, 2017 3:21 am
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26535

Re: What is APDU to read ATR ?

Thank you for your answer. I found that : Contactless cards do NOT provide a real ATR. Instead, a pseudo-ATR generated by the PC/SC driver that connect your smartcard reader to applications is return (the value which I get when use reader to read the card), for example: pyapdutool_ATR.png The pseudo...
by leonard
Mon Jul 24, 2017 10:16 pm
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26535

Re: What is APDU to read ATR ?

I use android device as a reader and use NFC to tranmit data. Below is my source code: CommandAPDU capdu = new CommandAPDU(ISO7816.CLA_ISO7816, ISO7816.INS_READ_BINARY, (byte)0x81, (byte)0x00, (byte)0x00); LOGGER.info(this.getClass().getSimpleName() + IopTest.IOP_READ_ATR +"\n" + Hex.bytes...
by leonard
Thu Jul 20, 2017 3:08 am
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26535

Re: What is APDU to read ATR ?

Thanks for your response. I already checked the jmrtd api,it provides communication interface base on APDU command (7816-4) between reader and card and support a lot of function and security mechanism, but currently getATR() function is not implemented. That why I ask the possibility of reading ATR ...
by leonard
Wed Jul 19, 2017 6:31 am
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26535

Re: What is APDU to read ATR ?

Just use pyApduTool to connect your card. ATR value will be directly displayed. pyapdutool_ATR.png Thank you for your quick response ! I writing an application in Android and using jmrtd api which. I wondering is it possible to read ATR by sending a APDU command directly to card instead of using ap...
by leonard
Wed Jul 19, 2017 4:33 am
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26535

What is APDU to read ATR ?

I am newbie in smart card development. I have a sample of eID and I want to read ATR to check the card support extended APDU or not. I am using jmrtd api in Android platform, but it is not implement ATR reading function. I tried command "00B0810000" but i get "6A 82" . Could you ...
by leonard
Wed Dec 23, 2015 12:23 am
Forum: Questions & Answers
Topic: JCKit register
Replies: 10
Views: 18167

Re: JCKit register

crash wrote:I tried "sign in" but got the error.
:(

I have same problem but still haven't solved .
Do you know other tool like JCKit?
I really need it right now.
by leonard
Tue Dec 22, 2015 9:52 am
Forum: Questions & Answers
Topic: JCKit Register online failure ?
Replies: 8
Views: 13761

Re: JCKit Register online failure ?

I did what you said, I selected Help->Register then I used my username and password to register but it notify "login error" Is there another way to register JCIDE express version? Thanks. Hi leonard. According to your problem, you may need to re-install the tool and login again. Sorry for...
by leonard
Fri Dec 11, 2015 1:03 am
Forum: Questions & Answers
Topic: What is Multi-records Reading APDU command structure?
Replies: 5
Views: 10188

Re: What is Multi-records Reading APDU command structure?

Thank you very much UNKNwYSHSA, you save my all day !
by leonard
Thu Dec 10, 2015 11:15 pm
Forum: Questions & Answers
Topic: What is Multi-records Reading APDU command structure?
Replies: 5
Views: 10188

Re: What is Multi-records Reading APDU command structure?

UNKNwYSHSA wrote:
leonard wrote:I test this command with the card, the card return 'Unknown Error' message.
Could you tell me what is wrong with the command? What is correct multi-records reading command?
Thanks.

"Unknown error"?
Give us the SW value, please.

Card return '61 23' SW bytes.
JavaCard OS : Disclaimer