Smart card ATR parsing

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

Results

Parsing ATR:

3B DC 96 FF 81 11 FE 80 31 C8 54 43 56 35 07 73 FF A1 C0 3C
TS = 0x3BDirect Convention
T0 = 0xDCY(1): b1101, K: 12 (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) = 0x11Y(i+1) = b0001, Protocol T=1
----
TA(3) = 0xFEIFSC: 254
----
Historical bytes80 31 C8 54 43 56 35 07 73 FF A1 C0
Category indicator byte: 0x80 (compact TLV data object)
Tag: 3, Len: 1 (card service data byte)
Card service data byte: 200
- Application selection: by full DF name
- Application selection: by partial DF name
- EF.DIR and EF.ATR access services: by READ BINARY command
- Card with MF
Tag: 5, Len: 4 (card issuer's data)
Card issuer data: 43 56 35 07 "CV5."
Tag: 7, Len: 3 (card capabilities)
Selection methods: 255
- Record identifier supported
- Record number supported
- Short EF identifier supported
- Implicit DF selection
- DF selection by file identifier
- DF selection by path
- DF selection by partial DF name
- DF selection by full DF name
Data coding byte: 161
- EF of TLV structure supported
- Behaviour of write functions: proprietary
- Value 'FF' for the first byte of BER-TLV tag fields: invalid
- Data unit in quartets: 1
Command chaining, length fields and logical channels: 192
- Command chaining
- Extended Lc and Le fields
- Logical channel number assignment: No logical channel
- Maximum number of logical channels: 1
TCK = 0x3Ccorrect checksum

Possibly identified card:

3B DC 96 FF 81 11 FE 80 31 C8 54 43 56 35 07 73 FF A1 C0 3C

NXP JCOP 4, J3R200P0X3U/0ZA16CP NXD6.2 (JavaCard)

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.