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

by product
Sat Aug 29, 2015 4:50 am
Forum: User Guide
Topic: Some tips for JCIDE - set installation parameters
Replies: 2
Views: 21326

Some tips for JCIDE - set installation parameters

When developing Applet, you may often encounter the problem of setting installation parameters. In JCIDE, it's very easy. You can set installation parameters successfully without knowing the meaning of "INSTALL Command".

set_install_parameter.gif
by product
Wed Aug 26, 2015 10:23 pm
Forum: Applets Development Guide
Topic: How to import another package and debug it in JCIDE
Replies: 2
Views: 9101

Re: How to import another package and debug it in JCIDE

The project used in this vedio is as follows.
by product
Wed Aug 26, 2015 10:21 pm
Forum: Applets Development Guide
Topic: Video Tutorial - How to use Virtual Card Reader?
Replies: 5
Views: 31076

Re: How to use Virtual Card Reader?

The project used in this vedio is as follows.
by product
Wed Aug 26, 2015 10:20 pm
Forum: Applets Development Guide
Topic: Video Tutorial - How to download CAP file to smart card?
Replies: 36
Views: 247246

Re: How to download CAP file to card?

The project used in this vedio is as follows.
by product
Wed Aug 26, 2015 10:07 pm
Forum: Applets Development Guide
Topic: Video Tutorial - Create new project and debug javacard applet with JCIDE.
Replies: 3
Views: 25493

Re: Create new project and debug javacard applet with JCIDE.

The code used in this video as follows: package testApplet; import javacard.framework.*; public class testApplet extends Applet { public static void install(byte[] bArray, short bOffset, byte bLength) { new testApplet().register(bArray, (short) (bOffset + 1), bArray[bOffset]); } public void process(...
by product
Wed Aug 26, 2015 8:29 am
Forum: Applets Development Guide
Topic: How to import another package and debug it in JCIDE
Replies: 2
Views: 9101

How to import another package and debug it in JCIDE

This video shows you how to import another package and debug it in JCIDE. You can import the existing package to use it's function. https://www.youtube.com/watch?v=pAghsWxgSuc Note: 1. Download the attachment to view this video. 2. Download the video from Google Drive. Import_another_package.zip
by product
Tue Aug 25, 2015 7:21 am
Forum: Applets Development Guide
Topic: Video Tutorial - How to use Virtual Card Reader?
Replies: 5
Views: 31076

Video Tutorial - How to use Virtual Card Reader?

This vedio shows how to use virtual smart card reader in JCIDE and send APDU script to the applet via PyApduTool . Through the virtual smart card reader, you can communicate with JCIDE Debugger using any PC/SC tools . It's really a powerful feature for javacard developers. https://youtu.be/xX0O7PC0T...
by product
Sun Aug 23, 2015 11:57 pm
Forum: Applets Development Guide
Topic: Video Tutorial - How to download CAP file to smart card?
Replies: 36
Views: 247246

Video Tutorial - How to download CAP file to smart card?

This vedio can help you use JCIDE and PyApduTool to build package, upload package to card, install applet, select applet, send/receive apdu , look up the meaning of SW. https://www.youtube.com/watch?v=9qT9Q4bt9IQ Note: 1. Download the attachment to view this video. 2. Download the video from Google ...
by product
Fri Aug 21, 2015 3:44 am
Forum: Applets Development Guide
Topic: Video Tutorial - Create new project and debug javacard applet with JCIDE.
Replies: 3
Views: 25493

Video Tutorial - Create new project and debug javacard applet with JCIDE.

This video shows how to create new project and debug javacard applet with JCIDE.

phpBB [video]


Note:
    1. Download the attachment to view this video.
    2. Download the video from Google Drive.
by product
Fri Aug 21, 2015 3:00 am
Forum: Questions & Answers
Topic: the advantages of using JCIDE ?
Replies: 2
Views: 7327

Re: the advantages of using JCIDE ?

JCIDE is a free integrated development environment designed specifically for the Java Card programming language. Compared with other development tools, our IDE with easier installation, more powerful debugger and more intelligent editor is more suitable for javacard developers . ● Write code faster ...
JavaCard OS : Disclaimer