hello,
does anybody know about a SIM card reader that has an SDK so i can read
the SIM serial from within my program ?
i see a lot of readers that supply their own program but i would like
to incorporate it into my own.
thanks,
tom
Tincho For Ever - 25 Aug 2006 14:37 GMT
Hey Tom!
There are severals Java Package relative with APDU (Aplication Protocol
Of Data Unit).
You must know how to read SiM's Files in APDU protocol.
In google you will find some relative information.
Byez!
Martin
> hello,
>
[quoted text clipped - 6 lines]
> thanks,
> tom
Aleksis - 29 Aug 2006 13:08 GMT
if you know the APDU protocol command to read the SIM card using a
smart card reader.
you can read SIM Serial Identification (ICC ID) by reading the file
2FE2 under 3F00 directory.
Select File - A0 A4 00 00 02 3F 00
Select File - A0 A4 00 00 02 2F E2
Read Binary - A0 B0 00 00 10
you will then read the 10 bytes of data containing ICC ID which are
swapped.
> hello,
>
[quoted text clipped - 6 lines]
> thanks,
> tom