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

by Vivinn
Thu Jun 15, 2017 11:20 pm
Forum: Questions & Answers
Topic: Error 0x643A when installing applet on ACOSJ card
Replies: 7
Views: 12943

Re: Error 0x643A when installing applet on ACOSJ card

The CAP file version is different from the JCDK version. I built the applet with JCDK version 2.2.2 and 3.0.4, and the result is the same.
by Vivinn
Thu Jun 15, 2017 8:59 pm
Forum: Questions & Answers
Topic: Error 0x643A when installing applet on ACOSJ card
Replies: 7
Views: 12943

Re: Error 0x643A when installing applet on ACOSJ card

I've already shown that in my first post :p Again, but without the debug content: $ gp-pro --list # Mode: GP22 ISD: A000000151000000 (OP_READY) Privs: SecurityDomain, CardLock, CardTerminate, CardReset, CVMManagement, TrustedPath, AuthorizedManagement, GlobalDelete, GlobalLock, GlobalRegistry, Final...
by Vivinn
Thu Jun 15, 2017 10:25 am
Forum: Questions & Answers
Topic: Error 0x643A when installing applet on ACOSJ card
Replies: 7
Views: 12943

Re: Error 0x643A when installing applet on ACOSJ card

I wrote and compiled this applet: package test; import javacard.framework.*; public class TestApplet extends Applet { protected TestApplet() { JCSystem.requestObjectDeletion(); register(); } public static void install(byte[] bArray, short bOffset, byte bLength) { new TestApplet(); } public void proc...
by Vivinn
Tue Jun 13, 2017 6:59 am
Forum: Questions & Answers
Topic: Error 0x643A when installing applet on ACOSJ card
Replies: 7
Views: 12943

Error 0x643A when installing applet on ACOSJ card

After the successful installation (and deletion) of the same applet twice, I can't manage to install an applet anymore on my Java Card. The setup involved: ⋅ Smart card: ACS ACOSJ 40KB Java Card 3.0.4 (dual interface) ⋅ Card reader: Cherry TC 1300 (dual interface) ⋅ CCI...
JavaCard OS : Disclaimer