User Manual

BOOSTER 2G | USER GUIDE
Smartcard Configuration
13/27
Example
Data to read: MIFARE UltraLight data
Byte order: Normal
Page Number: 4
Data Length: 8
Data Offset: 2
Always 16 bytes are read from the card and in this example the reading starts at
page 4, thus pages 4, 5, 6 and 7 are read. The first 2 bytes are skipped because the
offset is set to 2. The following 8 bytes are transmitted because the configured data
length is 8.
Byte 0
Byte 1
Byte 2
Byte 3
Page 4
skipped
skipped
DATA
DATA
Page 5
DATA
DATA
DATA
DATA
Page 6
DATA
DATA
ignored
ignored
Page 7
ignored
ignored
ignored
ignored
Reverse example
Data to read: MIFARE UltraLight data
Byte order: Reverse
Page Number: 5
Data Length: 10
Data Offset: 6
Always 16 bytes are read from the card and in this example the reading starts at
page 5, thus pages 5, 6, 7 and 8 are read. After the byte order is reversed, the first 6
bytes are skipped because the offset is set to 6. The following 10 bytes are
transmitted because the configured data length is 10.
Byte 3
Byte 2
Byte 1
Byte 0
Page 8 skipped skipped skipped skipped
Page 7
skipped
skipped
DATA
DATA
Page 6
DATA
DATA
DATA
DATA
Page 5
DATA
DATA
DATA
DATA