Smart card ATR parsing

Enter an ATR (Answer To Reset) and I will parse it for you.

Results

Parsing ATR:

3B F2 18 00 02 C1 0A 31 FE 58 C8 09 75
TS = 0x3BDirect Convention
T0 = 0xF2Y(1): b1111, K: 2 (historical bytes)
TA(1) = 0x18Fi=372, Di=12, 31 cycles/ETU (129032 bits/s at 4.00 MHz, 161290 bits/s for fMax=5 MHz)
TB(1) = 0x00VPP is not electrically connected
TC(1) = 0x02Extra guard time: 2
TD(1) = 0xC1Y(i+1) = b1100, Protocol T=1
----
TC(2) = 0x0AWork waiting time: 960 x 10 x (Fi/F)
TD(2) = 0x31Y(i+1) = b0011, Protocol T=1
----
TA(3) = 0xFEIFSC: 254
TB(3) = 0x58Block Waiting Integer: 5 - Character Waiting Integer: 8
----
Historical bytesC8 09
Category indicator byte: 0xC8 (proprietary format) "."
TCK = 0x75correct checksum

Possibly identified card:

3B F2 18 00 02 C1 0A 31 FE 58 C8 09 75

Siemens CardOS V4.2B

Canonical URL JSON output

Again

Submit another ATR


See also

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.