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 5 matches: re:

Searched query: re

by gorgekin
Mon Jun 12, 2017 3:19 am
Forum: Questions & Answers
Topic: BP tools crashed once running
Replies: 3
Views: 8174

Re: BP tools crashed once running

Hey guy,

Have you resolved this issue? I also have this problem. And my computer OS is windows7 64bit.
by gorgekin
Sat Mar 19, 2016 2:23 am
Forum: Communication
Topic: How to get source code from the cap file
Replies: 4
Views: 27630

Re: How to get source code from the cap file

IMO, there is NO way to do this!
by gorgekin
Sat Mar 19, 2016 2:22 am
Forum: Questions & Answers
Topic: How to call call the process() method in another applet
Replies: 1
Views: 5528

Re: How to call call the process() method in another applet

See the sample code:
Target applet

Code: Select all

class TargetApplet {
  public static Applet INSTANCE;

  private TargetApplet() {
  }

  public static void install() {
    INSTANCE = new TargetApplet();
    INSTANCE.register();
  }
}


Client applet:

Code: Select all

TargetApplet.INSTANCE.process();
by gorgekin
Fri Mar 18, 2016 11:40 pm
Forum: Communication
Topic: How to implement T=CL protocol
Replies: 4
Views: 26384

Re: How to implement T=CL protocol

Refer to iso 14443
by gorgekin
Sat Dec 12, 2015 4:45 am
Forum: Questions & Answers
Topic: How to use java code to load and install .cap file into card?
Replies: 1
Views: 5941

Re: How to use java code to load and install .cap file into card?

Hello my friend. I have also stuck with the same issue once and I found the solution which I am going to share with you. Download GPshell , JCkit, or OpenSC tool. Any one of these tools will help you reach your goal. Here are some links which may be helpful to you. 1. m 2. http://www.javacardos.com/...
JavaCard OS : Disclaimer