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

by UNKNwYSHSA
Sat Aug 05, 2017 1:10 pm
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26529

Re: What is APDU to read ATR ?

:roll:
You didn't tell me what you want to do using the ATR value?
by UNKNwYSHSA
Sat Aug 05, 2017 1:06 pm
Forum: Other Tools
Topic: GP Verify error: GP init update failed. recv: 6D 00
Replies: 5
Views: 20608

Re: GP Verify error: GP init update failed. recv: 6D 00

Do you want to use GP to establish secure channel and load applet to the card?

Here is the information of this card: http://shop.sysmocom.de/products/sysmousim-sjs1-4ff
And the card manual: https://www.sysmocom.de/manuals/sysmousim-manual.pdf
And you can use this tool to upload applet to this card: http://git.osmocom.org/sim/sim-tools/

Other question(s), please let me know.
by UNKNwYSHSA
Sat Aug 05, 2017 12:55 pm
Forum: Questions & Answers
Topic: ARPC generation
Replies: 22
Views: 32509

Re: ARPC generation

I already sent you private message.
by UNKNwYSHSA
Wed Jul 26, 2017 11:19 pm
Forum: Other Tools
Topic: GP Verify error: GP init update failed. recv: 6D 00
Replies: 5
Views: 20608

Re: GP Verify error: GP init update failed. recv: 6D 00

What's the model of your card?
Is there any document the card provider give you?
The response of the SELECT command looks have any problem.
And please switch to tab "Basic APDU" to show more details to us.
by UNKNwYSHSA
Tue Jul 25, 2017 10:34 pm
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26529

Re: What is APDU to read ATR ?

As I read in ISO 7816, if cards support extended length it should be store in ATR Where's the position of this description in the specification? What is your requirement? What you want to do to use the ATR/ATS/ATTRIB? Because they are need for readers to get protocol parameters to communicate with ...
by UNKNwYSHSA
Tue Jul 25, 2017 1:31 am
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26529

Re: What is APDU to read ATR ?

NFC is only for contactless card, contactless card do not have ATR.
by UNKNwYSHSA
Sun Jul 23, 2017 9:46 pm
Forum: Questions & Answers
Topic: Error 6881 in SmartCafe Expert 6 for Extended APDU
Replies: 2
Views: 6376

Re: Error 6881 in SmartCafe Expert 6 for Extended APDU

What's the type of protocol you using to send this APDU? T0/T1?
Please show us your code for this APDU if you do not mind.
by UNKNwYSHSA
Thu Jul 20, 2017 10:09 pm
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26529

Re: What is APDU to read ATR ?

How do you connect the reader to your Android Device? Using OTG?

And how do you send APDUs (You send "00B0810000" and "6982" received in this topic)?
Can you show me your code?
by UNKNwYSHSA
Wed Jul 19, 2017 10:44 pm
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26529

Re: What is APDU to read ATR ?

The PassportService is constructed with a CardService instance.
When you using PassportService, you have to create a CardService instance.
The CardService instance have a method called getATR(), you can use it to get ATR value.

PassportService
PassportService.png


CardService
CardService.png
by UNKNwYSHSA
Wed Jul 19, 2017 5:43 am
Forum: Questions & Answers
Topic: What is APDU to read ATR ?
Replies: 12
Views: 26529

Re: What is APDU to read ATR ?

You can get ATR after card connected. If you write code, see following: Using Windows API see https://msdn.microsoft.com/en-us/library/windows/desktop/aa379559(v=vs.85).aspx Using pyScard see m Using language JAVA and use package javax.smartcardio.Card see m Or other platform/language please tell me...
JavaCard OS : Disclaimer