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

Searched query: re

by pitbar
Sun Apr 25, 2021 10:54 pm
Forum: Reader
Topic: Card Reader Option
Replies: 1
Views: 12673

Re: Card Reader Option

You can describe your questions more details, so that others can help you
by pitbar
Mon Apr 24, 2017 10:17 pm
Forum: Questions & Answers
Topic: How do dowanload applet into MIFARE DESFire EV1 D81
Replies: 5
Views: 13149

Re: How do dowanload applet into MIFARE DESFire EV1 D81

rena2019 wrote:You can use libfreefare https://github.com/nfc-tools/libfreefare or check ridrix blog https://ridrix.wordpress.com/2009/09/19 ... n-example/ for Mifare Desfire communication example


Great library and example. I will start with these guides. Thank you so much, rena2019.
by pitbar
Mon Apr 24, 2017 5:18 am
Forum: Questions & Answers
Topic: How do dowanload applet into MIFARE DESFire EV1 D81
Replies: 5
Views: 13149

Re: How do dowanload applet into MIFARE DESFire EV1 D81

If that is the case, how can I write data into DESFire card? Is there any samples?
by pitbar
Thu Dec 29, 2016 2:26 am
Forum: Questions & Answers
Topic: How to create files in java card
Replies: 2
Views: 7419

Re: How to create files in java card

You have to implement a proprietary version of CREATE FILE and the ISO versions of READ BINARY and UPDATE BINARY by yourself according to your needs.

FYI: ISO applet viewtopic.php?f=17&t=31 is really a good example for you to learn more on this part.
by pitbar
Fri Jul 22, 2016 6:01 am
Forum: Questions & Answers
Topic: How to debug my applet on a real card
Replies: 3
Views: 8133

Re: How to debug my applet on a real card

Hello bro.

Thanks for your help!

But actually I want to monitor some values during the execution flow. What can i do? Is there any method?
by pitbar
Wed Mar 30, 2016 4:57 am
Forum: Questions & Answers
Topic: How to update javacard applet
Replies: 5
Views: 10373

Re: How to update javacard applet

I think there is no card provider that can allow this.
by pitbar
Wed Mar 30, 2016 4:13 am
Forum: Questions & Answers
Topic: How to update javacard applet
Replies: 5
Views: 10373

Re: How to update javacard applet

The only way to do this is to delete and reinstall the applet.
by pitbar
Sat Mar 19, 2016 3:53 am
Forum: Questions & Answers
Topic: Help me understand a piece of code well
Replies: 2
Views: 6658

Re: Help me understand a piece of code well

short lc = (short) (a[ISO7816.OFFSET_LC] & 0xff); It's the standard way to compute Lc byte. short read = apdu.setIncomingAndReceive(); This line is to get at least the beginning of the incoming data in the APDU buffer. while(read < lc) { read += apdu.receiveBytes(read); } Appends whatever addit...
by pitbar
Sat Mar 19, 2016 3:39 am
Forum: Questions & Answers
Topic: Can two applets in separate package call each other?
Replies: 1
Views: 4583

Re: Can two applets in separate package call each other?

cycle call? Why do you want to do this?
by pitbar
Sat Mar 19, 2016 3:12 am
Forum: Communication
Topic: How to put key private RSA or private RSA CRT key
Replies: 1
Views: 6841

Re: How to put key private RSA or private RSA CRT key

Firstly, tell us which security domain key you want to send to the card.
JavaCard OS : Disclaimer