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
Mon Sep 28, 2015 2:41 am
Forum: Questions & Answers
Topic: pyAPDUTool
Replies: 1
Views: 7601

Re: pyAPDUTool

Sorry for that. It's a bug in the old version of pyAPDUTool. Now we're happy to announce our latest version. You can get it here ! This version fixed some bugs including the problem you experienced and add many new features. For this new version of PyApduTool, after clicking "GP Key..." bu...
by product
Sat Sep 26, 2015 5:24 am
Forum: Products Release
Topic: JCKit JAVACOS_1.0.5.36 released
Replies: 6
Views: 31789

JCKit JAVACOS_1.0.5.36 released

Greetings all, We are pleased to announce the release of JCKit JAVACOS_1.0.5.36. Compared with the previous version, this version fixed some bugs and add many new features. New features include: 1. JCIDE: Based on the default card simulation, add IFD A40CR Card and eJava Token(coming soon in the st...
by product
Mon Sep 21, 2015 5:50 am
Forum: Questions & Answers
Topic: How to set more then one Breakpoint into JCIDE?
Replies: 5
Views: 11265

Re: How to set more then one Breakpoint into JCIDE?

Hello Is good to know JCIDE will be fully upgrade soon. Would be nice as well to have JCIDE capable with the Packages sim.toolkit and sim.access in order to work with SIM cards (telecomm). Do you know if is it in the plans to be included into next JCIDE version? Thanks Regards Hi JorgeGomes, Sorry ...
by product
Mon Sep 21, 2015 5:36 am
Forum: User Guide
Topic: pyApduTool User Guide
Replies: 14
Views: 80589

Re: pyApduTool User Guide

Windows 10, JCKit_JAVACOS_1.0.5.29.exe what is the difference compared to JCKit_JAVACOS_1.0.5.35.exe I can not find a change log / release note Hi rena, The software you are using is an old version. You can download the latest version of JCkit . With this version, we have already test the problem y...
by product
Wed Sep 16, 2015 5:54 am
Forum: Questions & Answers
Topic: How to set more then one Breakpoint into JCIDE?
Replies: 5
Views: 11265

Re: How to set more then one Breakpoint into JCIDE?

Hi JorgeGomes.

Our JCIDE is being fully upgraded now and will be completed soon.

After upgrade, it can provide more powerful features, including that you are able to add more breakpoints during debugging.

Stay tuned...
by product
Wed Sep 09, 2015 3:35 am
Forum: User Guide
Topic: How to send a script file in JCIDE
Replies: 4
Views: 25641

How to send a script file in JCIDE

When you debug your applet in JCIDE, you can send multi-APDUs together to your applet by a script file. 1. Write your own script file Every APDU command is ended up with semicolon. The format of script command is as follows. 00A404000611223344556600; 0001223300; 0001050602112200; 00025566010100; 2. ...
by product
Mon Sep 07, 2015 3:03 am
Forum: User Guide
Topic: pyApduTool User Guide
Replies: 14
Views: 80589

Re: pyApduTool User Guide

How to run the PyAPDUTool properly under Windows 10? I started it from the JAVACOD Panel and it displayed the following error http://up.picr.de/23000110nt.jpg The selected Smartcard Reader works (you can see the ATR / select APDU in the console screenshot) If I start the PyAPDUTool with administrat...
by product
Wed Sep 02, 2015 2:00 am
Forum: User Guide
Topic: Some tips for JCIDE - JCIDE Debugger
Replies: 10
Views: 42260

Some tips for JCIDE - JCIDE Debugger

The JCIDE debugger enables you to detect and diagnose errors in your programs running. It also allows you to control the execution of your program by setting breakpoints, suspending launched programs, stepping through your code, and watching the contents of variables. 1,Add Breakpoint: In the editor...
by product
Tue Sep 01, 2015 2:12 am
Forum: User Guide
Topic: Some tips for JCIDE - Java Editor
Replies: 1
Views: 18569

Some tips for JCIDE - Java Editor

In this section, You will learn about some of the basic Java editor features in JCIDE. 1, You can open *.java files in JCIDE editor by double clicking on it. 2, Syntax highlighting. Different kinds of elements in the Java source are rendered in different colors. Java_Editor.png 3, The Outline view d...
by product
Mon Aug 31, 2015 10:51 pm
Forum: Applets Development Guide
Topic: Java Card Applet Development Guide ——Applet Demo
Replies: 8
Views: 41735

Java Card Applet Development Guide ——Applet Demo

This shows you how to create the famous "Hello World" application. //define package name. package appletDemo; //import using java card API interface. import javacard.framework.*; /* * Package: appletDemo * Filename: appletDemo.java * Class: appletDemo */ public class appletDemo extends App...
JavaCard OS : Disclaimer