mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-02-26 19:56:39 +00:00
pn53x-tamashell now accepts scripts, see examples
This commit is contained in:
12
examples/pn53x-tamashell-scripts/UltraLightRead.cmd
Normal file
12
examples/pn53x-tamashell-scripts/UltraLightRead.cmd
Normal file
@@ -0,0 +1,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
|
||||
|
||||
Reference in New Issue
Block a user