]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
BUG: the lf read now uses "getbigbuffer" which the offset from where the data start...
[proxmark3-svn] / client / cmddata.c
index e7be98840f5459443cfb2aa2e681b9f6d332c1f9..f5b9fc9cc103450b58cfd53e896c54e5eee0201a 100644 (file)
@@ -464,8 +464,8 @@ int CmdSamples(const char *Cmd)
   if (n == 0) n = 512;
   if (n > sizeof(got)) n = sizeof(got);
   
-  PrintAndLog("Reading %d samples\n", n);
-  GetFromBigBuf(got,n,0);
+  PrintAndLog("Reading %d samples from device memory\n", n);
+  GetFromBigBuf(got,n,3560);
   WaitForResponse(CMD_ACK,NULL);
   for (int j = 0; j < n; j++) {
     GraphBuffer[cnt++] = ((int)got[j]) - 128;
Impressum, Datenschutz