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

Searched query: re

by Ellisun
Mon Nov 02, 2015 8:33 am
Forum: Other Tools
Topic: card quantity production tool can not recognise my readers
Replies: 1
Views: 6165

Re: card quantity production tool can not recognise my readers

As I know, the production tool only supports the Feitian smart card reader.
by Ellisun
Wed Oct 07, 2015 10:22 am
Forum: Card Products
Topic: How to get the list of the applet-AID and package-AID on java card
Replies: 3
Views: 9258

Re: How to get the list of the applet-AID and package-AID on java card

You can use pyApdutool to list the package-AID and the applet-AID.
The details you can visit "http://javacardos.com/javacardforum/viewtopic.php?f=3&t=38"
by Ellisun
Mon Aug 31, 2015 2:04 am
Forum: Questions & Answers
Topic: Why does my JCIDE automatically send many APDU commands?
Replies: 2
Views: 8531

Re: Why does my JCIDE automatically send many APDU commands?

Only need to forbid the first two is OK, and restart the computer.
win7_auto_send_apdu.png
by Ellisun
Wed Aug 19, 2015 2:05 am
Forum: Other Tools
Topic: JavaCard Algorithms Support Test Tool
Replies: 2
Views: 8264

Re: Why my JCOP card failed?

I use the pyApduTool to download the AlgTest.cap and install successfully, After I use AlgTestPC.exe according to the guide, all algorithms failed. you can see the attachment as follows. can anyone tell me? failed.png This tool only supports T0, maybe your card protocol is T1, you can set the card ...
by Ellisun
Fri Jun 12, 2015 8:30 am
Forum: PassportApplet
Topic: PassportApplet Instructions & Applet Source Code
Replies: 7
Views: 45436

Re: The PassportApplet

@Angela Merkel You can get more information about the open-source applications on www http://jmrtd.org/
by Ellisun
Fri Jun 12, 2015 1:55 am
Forum: Questions & Answers
Topic: How much memory does this java card really have? (EEPROM and ObjectDeletion game!)
Replies: 1
Views: 7815

Re: How much memory does this java card really have? (EEPROM and ObjectDeletion game!)

The answer is simply because each array (and other objects as well) requires 'header' to indicate its type, its size, etc. You need to read carefully on JCRE and JCVM specification for this. I haven't check the precise size of the 'header', but you can imagine it as (100 + 'header') * X, not as plai...
by Ellisun
Thu Jun 11, 2015 2:10 am
Forum: JCOP Tool
Topic: Why oracle doesn't provide any Development Kit for Java Card 3.0.1 and 3.0.2 and 3.0.4?
Replies: 1
Views: 21603

Re: Why oracle doesn't provide any Development Kit for Java Card 3.0.1 and 3.0.2 and 3.0.4?

You can read this: http://www.oracle.com/technetwork/java/javame/javacard/download/releasenotes-jsp-1440109.html The Java Card 3 platform consists of versions 3.0, 3.0.1 and 3.0.4 of the specifications and versions 3.0.1, 3.0.2, 3.0.3 and 3.0.4 of the development kit. SDK 3.0.3 targets specification...
by Ellisun
Wed Jun 10, 2015 5:08 am
Forum: Questions & Answers
Topic: Upload CAP file to smart card using APDU
Replies: 4
Views: 16806

Re: Upload CAP file to smart card using APDU

If the card is using Global Platform, then it's not that simple, you need to authenticated against the card manager. Then you send multiple commands to load the .cap file (as APDU's may only contain 255 bytes payload - GP does not use extended length). Then you issue an INSTALL for INSTALL command t...
JavaCard OS : Disclaimer