Enter an ATR (Answer To Reset) and I will parse it for you.
Parsing ATR:
TS = 0x3B | Direct Convention |
---|---|
T0 = 0x90 | Y(1): b1001, K: 0 (historical bytes) |
TA(1) = 0x95 | Fi=512, Di=16, 32 cycles/ETU (125000 bits/s at 4.00 MHz, 156250 bits/s for fMax=5 MHz) |
TD(1) = 0x80 | Y(i+1) = b1000, Protocol T=0 |
---- | |
TD(2) = 0x11 | Y(i+1) = b0001, Protocol T=1 |
---- | |
TA(3) = 0xFE | IFSC: 254 |
---- | |
Historical bytes | |
TCK = 0x6A | correct checksum |
Possibly identified card:
3B 90 95 80 11 FE 6A
JC30M48CR JavaCard (JavaCard)
The parsing code is part of pyscard and is available at parseATR.py.
The list of known ATR is also available online at smartcard_list.txt.
My blog contains a serie of artickes about ATR bytes.