How to read/write MiFare standard( type 04) card

## Enable Passthrough Mode (2C-01)

CMD: 5669564f7465636832002c01000101191d
EXR: 5669564f7465636832002c0000001c9b


## Poll for a token (2C-02)
CMD: 5669564f7465636832002c0200021a0097b2

// 5669564f7465636832002c000008040453350af84580ccde

// return type: 04

// serial number: 0453350af84580


## Read Block 1 (Mifare Light), this reads pages 1,2,3,4 (2C-07)
CMD: 5669564f7465636832002c07000241008543

// 41 : cardtype 4 and block count:1

// 00 : start block
# 0439f84d0af8458037480000e80dc913


## Read Block 2 (Mifare Light), this reads pages 5,6,7,8

CMD: 5669564f7465636832002c0700024101a453

// 41 : cardtype 4 and block count:1

// 01 : start block


# 0af8458037480000e80dc91300000000


## Read Block 3 (Mifare Light), this reads pages 9,10,11,12
CMD: 5669564f7465636832002c0700024102c763

// 41 : cardtype 4 and block count:1

// 02 : start block


# 0af8458037480000e80dc91300000000


## Read Block 4 (Mifare Light), this reads pages 13,14,15,16
CMD: 5669564f7465636832002c0700024103e673

// 41 : cardtype 4 and block count:1

// 03 : start block


# e80dc913000000000000000000000000


## Read Block 5 (Mifare Light), this reads pages 17,18,19,20
CMD: 5669564f7465636832002c07000241040103

// 41 : cardtype 4 and block count:1

// 04 : start block


# 00000000000000000000000000000000