Enter an ATR (Answer To Reset) and I will parse it for you.
Parsing ATR:
TS = 0x3B | Direct Convention |
---|---|
T0 = 0xB8 | Y(1): b1011, K: 8 (historical bytes) |
TA(1) = 0x97 | Fi=512, Di=64, 8 cycles/ETU (500000 bits/s at 4.00 MHz, 625000 bits/s for fMax=5 MHz) |
TB(1) = 0x00 | VPP is not electrically connected |
TD(1) = 0xC0 | Y(i+1) = b1100, Protocol T=0 |
---- | |
TC(2) = 0x08 | Work waiting time: 960 x 8 x (Fi/F) |
TD(2) = 0x31 | Y(i+1) = b0011, Protocol T=1 |
---- | |
TA(3) = 0xFE | IFSC: 254 |
TB(3) = 0x45 | Block Waiting Integer: 4 - Character Waiting Integer: 5 |
---- | |
Historical bytes | FF FF 13 57 30 50 23 00 |
Category indicator byte: 0xFF | (proprietary format) "..W0P#." |
TCK = 0x6A | correct checksum |
Possibly identified card: UNKNOWN
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.