]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/cmddata.c
LF t55xx and LF em4x commands now should manchester decode data. However t55xx...
[proxmark3-svn] / client / cmddata.c
index fa54d01a69387897b5498ccd8e43270e46a50dbf..72bc52e67ab995fa91a5b9aa8e68008363d2da64 100644 (file)
@@ -588,13 +588,16 @@ int CmdManchesterDemod(const char *Cmd)
     }
   }
 
+  PrintAndLog("Clock:  %d", clock); 
+  
   /* If we're not working with 1/0s, demod based off clock */
   if (high != 1)
   {
+       PrintAndLog("Entering path A"); 
     bit = 0; /* We assume the 1st bit is zero, it may not be
               * the case: this routine (I think) has an init problem.
               * Ed.
-              */
+                         */
     for (; i < (int)(GraphTraceLen / clock); i++)
     {
       hithigh = 0;
Impressum, Datenschutz