![]() |
![]()
| ![]() |
![]()
NAMEpn53x-tamashell - PN53x TAMA communication demonstration shell SYNOPSISpn53x-tamashell [script] DESCRIPTIONpn53x-tamashell is a simple interactive tool to send so called TAMA commands and receive the answers. TAMA refers to the command set supported by the PN53x family. Messages are binary and the shell expects hexadecimal notation. TAMA commands and responses prefixes (0xD4/0xD5), CRC and any framing above are handled transparently. You can use the shell interactively (with readline support) or you can write your own script file consisting in commands and comments (anything that starts with ";", "#" or "//"). Spaces are ignored and can be used for readability. Shebang is supported, simply start your script with:
COMMANDSp N to introduce a pause of N milliseconds. q or Ctrl-d to quit. EXAMPLESGetFirmware command is D4 02, so one has just to send the command "02":
Same thing, with a script:
OPTIONSscript Script file with tama commands BUGSPlease report any bugs on the libnfc issue tracker at:
LICENCElibnfc is licensed under the GNU Lesser General Public
License (LGPL), version 3.
This manual page is licensed under the terms of the GNU GPL (version 2 or later).
|