X-Git-Url: http://cvs.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/f3b83bee837314a4d2bf97bc5e17cd3705a21fde..146600578c1ab840c33321662ee91ce169bb9086:/client/cmdhf14b.c diff --git a/client/cmdhf14b.c b/client/cmdhf14b.c index bec1d19c..4b69ab4c 100644 --- a/client/cmdhf14b.c +++ b/client/cmdhf14b.c @@ -206,7 +206,7 @@ int CmdHF14BCmdRaw (const char *Cmd) { bool crc2 = true; cmd2[0] = 0x05; cmd2[1] = 0x00; - cmd2[2] = 0x00; + cmd2[2] = 0x08; // REQB if (HF14BCmdRaw(true, &crc2, true, cmd2, &cmdLen, false)==0) return rawClose(); @@ -397,7 +397,7 @@ int HF14BStdReader(uint8_t *data, uint8_t *datalen){ //std read cmd data[0] = 0x05; data[1] = 0x00; - data[2] = 0x00; + data[2] = 0x08; if (HF14BCmdRaw(true, &crc, true, data, datalen, false)==0) return rawClose();