pn53x-tamashell now accepts scripts, see examples

This commit is contained in:
Philippe Teuwen 2010-10-04 12:36:29 +00:00
parent f23a8eced3
commit 80ee446f74
3 changed files with 69 additions and 3 deletions

View 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