File: UltraLightRead.cmd

package info (click to toggle)
libnfc 1.7.1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 1,636 kB
  • ctags: 1,779
  • sloc: ansic: 15,923; makefile: 381; sh: 211
file content (12 lines) | stat: -rw-r--r-- 492 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
02;                               // Get firmware version

// Reads content of a Mifare UltraLight
// PLEASE PUT ULTRALIGHT TAG NOW
4A  01  00;                       // 1 target requested

// Read memory content from address 4
40 01 30 00;                      Read 16 bytes from address 0x00
40 01 30 04;                      Read 16 bytes from address 0x04
40 01 30 08;                      Read 16 bytes from address 0x08
40 01 30 0C;                      Read 16 bytes from address 0x0C