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

by kuafu
Sat Jan 30, 2016 9:34 am
Forum: Algorithm School
Topic: LRU-MRU algorithm
Replies: 2
Views: 7976

LRU-MRU algorithm

/* * Implementation of an LRU cache with a maximum size. * * See http://code.google.com/p/lru-cache-cpp/ for usage and limitations. * * Licensed under the GNU LGPL: http://www.gnu.org/copyleft/lesser.html * * Pierre-Luc Brunelle, 2011 * pierre-luc.brunelle@polytml.ca * * 使用stl中的map替换hash_table * Pe...
by kuafu
Thu Dec 31, 2015 1:57 am
Forum: Questions & Answers
Topic: Does JCIDE support executing the script file?
Replies: 2
Views: 7016

Re: Does JCIDE support executing the script file?

Or you can write a PC/SC tool to execute your own script file with virtual reader.
viewtopic.php?f=3&t=3
by kuafu
Sat Dec 19, 2015 1:45 am
Forum: Questions & Answers
Topic: Does JCIDE allow one to develop simtoolkit?
Replies: 1
Views: 6026

Re: Does JCIDE allow one to develop simtoolkit?

It can't. You can't download the cap successfully, no mater its simulator or card.
by kuafu
Wed Dec 16, 2015 11:25 am
Forum: Questions & Answers
Topic: JCKit register
Replies: 10
Views: 18306

Re: JCKit register

show some picture.
by kuafu
Fri Dec 04, 2015 3:27 am
Forum: Questions & Answers
Topic: How to send extended APDU to java card
Replies: 1
Views: 5955

Re: How to send extended APDU to java card

when the card's protocol is T=0 , it didn't support extended APDU .
by kuafu
Tue Dec 01, 2015 10:11 pm
Forum: pyGlobalPlatform
Topic: How to use pyGlobalPlatform to list smartcard readers
Replies: 2
Views: 28589

Re: How to use pyGlobalPlatform to list smartcard readers

Life is short ,use python.
by kuafu
Mon Nov 30, 2015 6:25 am
Forum: Questions & Answers
Topic: What happens with the x variable in the "for" loop?
Replies: 1
Views: 5636

Re: What happens with the x variable in the "for" loop?

x is a local variable , and its type is base type .So it's allocated in RAM. It will be recycled after the method or the block end. Its recycle is different with the reference type variable alloacated in EEPROM . It's recycle is faster . And most of the reference type is allocate in EEPROM, garbage ...
JavaCard OS : Disclaimer