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 1 match

by justintyler
Mon Dec 20, 2021 7:28 am
Forum: Questions & Answers
Topic: How to access Pinpad of a Smartcard Reader
Replies: 1
Views: 11516

Re: How to access Pinpad of a Smartcard Reader

If anyone is wondering, I found out how to do it. public static byte[] verifyPin(Card card) throws CardException { byte[] command = new byte[]{ 0x00, //Timeout 0x00, //Timeout 0x00, //Format 0x0f, //PIN Block 0x00, //PIN length format 0x04, //Max PIN size 0x04, //Min PIN size 0x02, //Entry validatio...
JavaCard OS : Disclaimer