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

by user143816329648988
Sun Oct 25, 2015 9:56 pm
Forum: Questions & Answers
Topic: Convert a byte array to binary array in Java Card
Replies: 2
Views: 6852

Re: Convert a byte array to binary array in Java Card

What't the relationship of the code and the post topic? You make a mistake? Why you have this requirement? You can implement this function like this: for (short i = 0; i < length; ++i) { byte oneByte = input[(short)(iOffset + i)]; for (short j = 0; j < (short) 8; ++j) { output[(short)(oOffset2++)] ...
by user143816329648988
Sun Oct 25, 2015 4:19 am
Forum: Questions & Answers
Topic: Convert a byte array to binary array in Java Card
Replies: 2
Views: 6852

Convert a byte array to binary array in Java Card

How can I convert a byte array to binary array in Java Card ,such as 10101010?
JavaCard OS : Disclaimer