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

Searched query: re

by JavaCardVE
Sun Feb 26, 2017 2:20 am
Forum: Card Products
Topic: IC Fabricator
Replies: 6
Views: 29533

Re: IC Fabricator

This is code of opensource tool javaemvreader , "4090" is the ID of infineon . public static String getICFabricationName(String id) { if("4180".equals(id)){ return "Atmel"; } if("4250".equals(id)){ return "Samsung"; } if("4790".equals(id))...
by JavaCardVE
Wed Feb 22, 2017 6:00 am
Forum: Card Products
Topic: IC Fabricator
Replies: 6
Views: 29533

Re: IC Fabricator

thanks for your attention. the CPLC get from "gp.exe -i" command: 1rst Card CPLC: ***** Card info: Card CPLC: ICFabricator: 8100 ICType: 7733 OperatingSystemID: A710 OperatingSystemReleaseDate: 6068 OperatingSystemReleaseLevel: 8100 ICFabricationDate: 6084 ICSerialNumber: A6162455 ICBatchI...
by JavaCardVE
Tue Jan 31, 2017 12:43 am
Forum: Other Tools
Topic: Command " -emv " in gp.exe
Replies: 5
Views: 14791

Re: Command " -emv " in gp.exe

EMV or not is simply whether a card is loaded with payment and loyalty applets that conform to EMV standards. You mentioned that the card is blank, thus it has not a single applet in it. If you want an EMV compliant payment or loyalty applet, you will have to look for one or make one yourself. EMV ...
by JavaCardVE
Mon Jan 30, 2017 7:17 am
Forum: Other Tools
Topic: Command " -emv " in gp.exe
Replies: 5
Views: 14791

Re: Command " -emv " in gp.exe

What EMV means is the card keys are not derived using EMV methods of deriving the MAC, ENC and KEK keys. It does not immediately mean the card has no EMV applications. I can lock the EMV applets using my own randomly generation MAC, ENC and KEK keys but that does not immediately mean I did not inst...
by JavaCardVE
Wed Sep 21, 2016 12:26 am
Forum: Questions & Answers
Topic: Authenticating an applet on Javacard and an applet on SAM (Secure Access Module)
Replies: 5
Views: 9620

Re: Authenticating an applet on Javacard and an applet on SAM (Secure Access Module)

IMG_20160920_162948.jpg The SAM slot is in the internal of the reader. And i try to conntect to PICC and SAM interface at the same time. For your requirement. You need to code the tool yourself. Because gp.exe can only connect to one reader interface once, when you switch to the other reader(s), yo...
by JavaCardVE
Wed Sep 21, 2016 12:18 am
Forum: Questions & Answers
Topic: Authenticating an applet on Javacard and an applet on SAM (Secure Access Module)
Replies: 5
Views: 9620

Re: Authenticating an applet on Javacard and an applet on SAM (Secure Access Module)

Hello, could you tell me how to connect to the SAM read? I hava one smartcard reader contains these interfaces: - 0 : ACS ACR1281 1S Dual Reader ICC 0 - 1 : ACS ACR1281 1S Dual Reader PICC 0 - 2 : ACS ACR1281 1S Dual Reader SAM 0 But i don't know how to insert card to SAM interface and connect to i...
by JavaCardVE
Tue Sep 13, 2016 8:10 am
Forum: Other Tools
Topic: gp.exe Load .cap file
Replies: 9
Views: 15942

Re: gp.exe Load .cap file

The FM1208 JavaCard has only 8K EEPROM. Is there enough space to load your applet? And you need to get more information about functions of this card. I searched it but no information got. thanks a lot for replying my post. This card has 64k EEPROM and i've checked and measured it and it has not mem...
by JavaCardVE
Tue Sep 13, 2016 6:52 am
Forum: Other Tools
Topic: gp.exe Load .cap file
Replies: 9
Views: 15942

Re: gp.exe Load .cap file

1 What is your card model? 2 Can you send your cap file to me? 1-FM1208 contactless cpu card/fUDAN microelectronic 2- The cap files uses usual packages -the cap file uses these package import javacard.framework.AID; import javacard.framework.ISO7816; import javacard.framework.ISOException; import j...
by JavaCardVE
Tue Sep 13, 2016 2:18 am
Forum: Other Tools
Topic: gp.exe Load .cap file
Replies: 9
Views: 15942

Re: gp.exe Load .cap file

UNKNwYSHSA wrote:Was the package "KFPBase" loaded first? it is imported by this cap file.


Yes. "KFPBase" has loaded successfully.
by JavaCardVE
Mon Sep 12, 2016 11:53 pm
Forum: Other Tools
Topic: gp.exe Load .cap file
Replies: 9
Views: 15942

Re: gp.exe Load .cap file

gp.exe response after load command using gp.exe -r "READERNAME" -d --load xxx.cap # Detected readers from SunPCSC [*] ACS ACR1281 1S Dual Reader PICC 0 [*] ACS ACR1281 1S Dual Reader SAM 0 SCardConnect("ACS ACR1281 1S Dual Reader PICC 0", T=*) -> T=1, 3B8B8001209000000 00000D3C8C...
JavaCard OS : Disclaimer