Enter an ATR (Answer To Reset) and I will parse it for you.
Parsing ATR:
TS = 0x3B | Direct Convention |
---|---|
T0 = 0x8C | Y(1): b1000, K: 12 (historical bytes) |
TD(1) = 0x80 | Y(i+1) = b1000, Protocol T=0 |
---- | |
TD(2) = 0x01 | Y(i+1) = b0000, Protocol T=1 |
---- | |
Historical bytes | 04 43 FD 00 00 00 00 00 00 00 00 00 |
Category indicator byte: 0x04 | (proprietary format) "C.........." |
TCK = 0x00 | WRONG CHECKSUM, expected 0xB7 |
Possibly identified card:
3B 8C 80 01 04 43 FD .. .. .. .. .. .. .. .. .. ..
RFID - NFC Forum tag type 3 (FeliCa)
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.