X-Git-Url: http://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/fdb67f1c8dd82f193ccc24d2db7f221c5505f357..05151b6fe876c8c5630f9c5160f79353c91ac49b:/client/cmdhf15.c diff --git a/client/cmdhf15.c b/client/cmdhf15.c index 03107509..4a781121 100644 --- a/client/cmdhf15.c +++ b/client/cmdhf15.c @@ -705,7 +705,7 @@ int CmdHF15CmdSysinfo(const char *Cmd) { PrintAndLog("CRC failed"); } } else { - PrintAndLog("no answer"); + PrintAndLog("timeout: no answer"); } return 0; @@ -713,6 +713,10 @@ int CmdHF15CmdSysinfo(const char *Cmd) { +/** + * Commandline handling: HF15 CMD READ + * Reads a single Block + */ int CmdHF15CmdRead(const char *Cmd) { UsbCommand *r; uint8_t *recv; @@ -786,6 +790,10 @@ int CmdHF15CmdRead(const char *Cmd) { } +/** + * Commandline handling: HF15 CMD WRITE + * Writes a single Block - might run into timeout, even when successful + */ int CmdHF15CmdWrite(const char *Cmd) { UsbCommand *r; uint8_t *recv;