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.

How to read exact place from java card

Applets Development Guide

Moderator: product

arasn
Posts: 3
Joined: Sat Oct 14, 2017 3:09 am
Points :84
Contact:

How to read exact place from java card

Post by arasn » Mon Oct 16, 2017 11:40 am

Dears,
I wundering how to read a value from exact location?

In this example the value of
byte sendStr[] = {'A','P','D','U', ',', 'C','l','a','s','s', ',', 'D','e','m','o'};

whould be written:
https://javacardos.com/wiki/javacard-ap ... munication

Then how to read this value with other application to compare?

Best Regards

jennyvenus
Posts: 24
Joined: Sun Aug 23, 2015 11:14 pm
Points :420
Contact:

Re: How to read exact place from java card

Post by jennyvenus » Thu Dec 07, 2017 11:32 pm

http://www.microissuer.com/download_en.html

Download snooper.exe

Write a script, as follows
clear

reset

auto_response on

00A404000B 4A617661436172644F5301
if sw != 9000
?
pause
endif
set resp

80 01 00 00 ( 00 )
if sw != 9000
?
pause
endif
set resp
if $resp != "APDU,Class,Demo"
?
pause
endif

Post Reply Previous topicNext topic

Who is online

Users browsing this forum: No registered users and 15 guests

JavaCard OS : Disclaimer