Enter an ATR (Answer To Reset) and I will parse it for you.
Parsing ATR:
TS = 0x3B | Direct Convention |
---|---|
T0 = 0xA7 | Y(1): b1010, K: 7 (historical bytes) |
TB(1) = 0x00 | VPP is not electrically connected |
TD(1) = 0x40 | Y(i+1) = b0100, Protocol T=0 |
---- | |
TC(2) = 0x00 | Work waiting time: 960 x 0 x (Fi/F) |
---- | |
Historical bytes | 80 65 A2 08 00 00 00 |
Category indicator byte: 0x80 | (compact TLV data object) Tag: 6, Len: 5 (pre-issuing data) Data: A2 08 00 00 00 "....." |
Possibly identified card:
3B A7 00 40 .. 80 65 A2 08 .. .. ..
Gemplus GemSAFE Smart Card (8K)
Click here to enter the card description
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.