JavaCard Applet Development Related Questions and Answers.
-
coolgardie
- Posts: 2
- Joined: Wed Jun 30, 2021 2:51 pm
- Points :26
-
Contact:
Post
by coolgardie » Wed Jun 30, 2021 3:07 pm
I was sending test commands to my applet on the card when it just stopped working.
The card returns SW 6D00 (Invalid INS) whenever I send a SELECT APDU or any other GP or ISO command.
If I use a CLA that's not GP or ISO it returns SW 6E00 (Invalid Class).
Code: Select all
A>> T=0 (4+0000) 80F20000 7F
A<< (0000+2) (18ms) 6D00
A>> T=0 (4+0000) 00A40400 00
A<< (0000+2) (10ms) 6D00
A>> T=0 (4+0000) 90000000 00
A<< (0000+2) (18ms) 6E00
JC version is 3.0.4
GP version is 2.3
Using
https://github.com/martinpaljak/GlobalPlatformPro to send APDUs
Has anyone seen this before?
-
Tolice
- Posts: 40
- Joined: Wed May 20, 2015 2:41 am
- Points :254
-
Contact:
Post
by Tolice » Sun Aug 01, 2021 9:28 pm
Maybe you need to check you card reader and your java card are connect successful, and the card is on the OP_READY status.
-
coolgardie
- Posts: 2
- Joined: Wed Jun 30, 2021 2:51 pm
- Points :26
-
Contact:
Post
by coolgardie » Wed Sep 01, 2021 2:48 pm
How would I check that the card is in the OP_READY status?
I don't think the card reader is the problem since it still works with other cards.
-
tay00000
- Posts: 161
- Joined: Tue Sep 27, 2016 10:58 am
- Points :2326
-
Contact:
Post
by tay00000 » Sat Sep 18, 2021 11:19 pm
Where do you get the card from ?
What is the brand and model of the card ?
Also, can you post the GP commands you issued with GlobalPlatformPro ?
Can you issue
to get a printout of the information from GlobalPlatformPro ?
Users browsing this forum: Bing [Bot] and 20 guests
JavaCard OS : Disclaimer
Board Disclaimer
The views and comments posted in these fora are personal and do not necessarily represent the those of the Management of JavaCard OS.
The Management of JavaCard OS does not, under any circumstances whatsoever, accept any responsibility for any advice, or recommentations, made by, or implied by, any member or guest vistor of JavaCard OS that results in any loss whatsoever in any manner to a member of JavaCard OS, or to any other person.
Furthermore, the Management of JavaCard OS is not, and cannot be, responsible for the content of any other Internet site(s) that have been linked to from JavaCard OS.