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

by BirdKing
Mon Apr 08, 2019 10:44 pm
Forum: Questions & Answers
Topic: What's the difference between APDU and TPDU?
Replies: 16
Views: 37632

Re: What's the difference between APDU and TPDU?

yes, T0 evelope command is packaged by application Layer on PC.The tool does not determine if the device is an APDU level. If I want extend APDU, I should implement envelope command.
by BirdKing
Mon Apr 01, 2019 6:56 pm
Forum: Questions & Answers
Topic: T0 envelope command
Replies: 0
Views: 5560

T0 envelope command

T0 implements extendAPDU by envelope commands. I'm not clear about envelope commands.
How do the envelope commmands work?
by BirdKing
Mon Apr 01, 2019 6:52 pm
Forum: Questions & Answers
Topic: What's the difference between APDU and TPDU?
Replies: 16
Views: 37632

Re: What's the difference between APDU and TPDU?

For APDU level, do we need achieve T0 envelope commands ?
by BirdKing
Tue Mar 19, 2019 11:05 pm
Forum: Questions & Answers
Topic: What's the difference between APDU and TPDU?
Replies: 16
Views: 37632

Re: What's the difference between APDU and TPDU?

The IFSC is dedicated to T=1. For APDU level, maxCCIDMessageLenth decided fsc length. In fact,we can send any length by only need to take care of this length smaller than maxCCIDmessageLength.
by BirdKing
Fri Mar 15, 2019 6:05 am
Forum: Questions & Answers
Topic: What's the difference between APDU and TPDU?
Replies: 16
Views: 37632

Re: What's the difference between APDU and TPDU?

There are two variables: IFSC and maxCCIDmessageLength in In CCID class descripter. Which factor plays a decisive role in determining the length of CCID subcontracting?
by BirdKing
Fri Mar 15, 2019 5:58 am
Forum: Questions & Answers
Topic: What's the difference between APDU and TPDU?
Replies: 16
Views: 37632

Re: What's the difference between APDU and TPDU?

The response command to '61' was wrong. When I corrected this error, this phenomenon did not recur.
by BirdKing
Fri Mar 15, 2019 5:51 am
Forum: Questions & Answers
Topic: How to process "GetSlot" command
Replies: 3
Views: 8818

Re: How to process "GetSlot" command

A solution is when card received a CCID command it would turn on the timer in USB IRQ. If timer interrupted CCID send wtx request command util the ccid start to process CCID command.
by BirdKing
Fri Mar 15, 2019 5:45 am
Forum: Questions & Answers
Topic: Is there any way to get the EEPROM size of a Java Card?
Replies: 3
Views: 9200

Re: Is there any way to get the EEPROM size of a Java Card?

Note, the return value type of getAvailableMemory() is short. It max value 32767. If getAvailableMemory() returned 32767, you should called this method again to check wether the card has more memory.
by BirdKing
Mon Mar 04, 2019 8:52 am
Forum: Questions & Answers
Topic: How to process "GetSlot" command
Replies: 3
Views: 8818

How to process "GetSlot" command

Hello, everyone. I have a question about how to process "GetSlot". Now I have a device which implemented HID and CCID. At first, I processed "GetSlot" command in USB IRQ. But my hardware lost message. So I changed my implementation. I processed "GetSlot" command out of USB IRQ.While another question...
by BirdKing
Mon Mar 04, 2019 8:15 am
Forum: Questions & Answers
Topic: What's the difference between APDU and TPDU?
Replies: 16
Views: 37632

Re: What's the difference between APDU and TPDU?

Hello, I have a new question about T0 ATR. When I send chained blocks, a mismake happened. The commands are: OUT 63 00 00 00 00 00 69 00 00 00 IN 81 00 00 00 00 00 69 01 00 00 OUT 62 00 00 00 00 00 6a 00 00 00 IN 80 13 00 00 00 00 6a 00 00 00 3b 9c 95 80 1f 03 90 67 46 4a 01 01 38 06 00 00 00 00 50 ...
JavaCard OS : Disclaimer