JavacardOS will not accept order any more, please contact our partner Feitian online Store:
https://ftsafe.en.alibaba.com/index.html
https://ftsafe.en.alibaba.com/index.html
Search found 3 matches
- Wed Jun 15, 2016 5:27 am
- Forum: Questions & Answers
- Topic: the client application with a JCOP card
- Replies: 1
- Views: 6755
Re: the client application with a JCOP card
You may not need to use the power up command to communicate with the simulator. You could look at the OpenCard Framework library for a way to communicate with the JCOP simulator.
- Mon Dec 14, 2015 10:21 pm
- Forum: Questions & Answers
- Topic: Get "6E 00" APDU response
- Replies: 2
- Views: 12384
Re: Get "6E 00" APDU response
I investigate further. The problem is due to the Get Response command. When sending the get processing option (80A80000028300) the card respond 6114. But, instead of sending the following APDU (00 C0 00 00 14) it sends (80 C0 00 00 14) which is a Class error, then the card respond 6E00. Does anyone ...
- Sat Dec 05, 2015 3:32 am
- Forum: Questions & Answers
- Topic: Get "6E 00" APDU response
- Replies: 2
- Views: 12384
Get "6E 00" APDU response
I am testing an EMV card. After a successful selection of the EMV application, when I send the APDU command--Get Processing Options with class value 0x80, it threw SW=6E 00 (CLA value not supported). Here is my command. Send: 0x80 0xA8 0x00 0x00 0x02 0x83 0x00 0x00 Recv: 0x6E 0x00 Part of my code: b...