pn53x-tamashell now accepts scripts, see examples
This commit is contained in:
parent
f23a8eced3
commit
80ee446f74
3 changed files with 69 additions and 3 deletions
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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue