Smart card ATR parsing

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

Results

Parsing ATR:

3B DA 96 FF 81 B1 FE 45 1F 07 80 58 49 43 41 20 56 32 2E 30 E9
TS = 0x3BDirect Convention
T0 = 0xDAY(1): b1101, K: 10 (historical bytes)
TA(1) = 0x96Fi=512, Di=32, 16 cycles/ETU (250000 bits/s at 4.00 MHz, 312500 bits/s for fMax=5 MHz)
TC(1) = 0xFFExtra guard time: 255 (special value)
TD(1) = 0x81Y(i+1) = b1000, Protocol T=1
----
TD(2) = 0xB1Y(i+1) = b1011, Protocol T=1
----
TA(3) = 0xFEIFSC: 254
TB(3) = 0x45Block Waiting Integer: 4 - Character Waiting Integer: 5
TD(3) = 0x1FY(i+1) = b0001, Protocol T=15
----
TA(4) = 0x07Clock stop: not supported - Class accepted by the card: (3G) A 5V B 3V C 1.8V
----
Historical bytes80 58 49 43 41 20 56 32 2E 30
Category indicator byte: 0x80 (compact TLV data object)
Tag: 5, Len: 8 (card issuer's data)
Card issuer data: 49 43 41 20 56 32 2E 30 "ICA V2.0"
TCK = 0xE9correct checksum

Possibly identified card:

3B DA 96 FF 81 B1 FE 45 1F 07 80 58 49 43 41 20 56 32 2E 30 E9

Starcos chip card from Giesecke & Devrient (PKI)

https://ica.cz/functionality-smart-card

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.