]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - winsrc/command.cpp
Rationalized LED usage in 14443-B: LED D shows RF Field OK,
[proxmark3-svn] / winsrc / command.cpp
index 9c4990a32349e2602c8908bc654018e8eed34b64..9599645d1faa9e3cddb206158258776578dd6fa4 100644 (file)
@@ -805,7 +805,7 @@ static void CmdHi15demod(char *str)
 {\r
        // The sampling rate is 106.353 ksps/s, for T = 18.8 us\r
 \r
-       // SOF defined as \r
+       // SOF defined as\r
        // 1) Unmodulated time of 56.64us\r
        // 2) 24 pulses of 423.75khz\r
        // 3) logic '1' (unmodulated for 18.88us followed by 8 pulses of 423.75khz)\r
@@ -833,7 +833,7 @@ static void CmdHi15demod(char *str)
                 1,  1,  1,  1\r
        };\r
 \r
-       // EOF defined as \r
+       // EOF defined as\r
        // 1) logic '0' (8 pulses of 423.75khz followed by unmodulated for 18.88us)\r
        // 2) 24 pulses of 423.75khz\r
        // 3) Unmodulated time of 56.64us\r
@@ -1667,7 +1667,7 @@ static void Cmdmanchesterdemod(char *str) {
                                BitStream[bitidx++]=GraphBuffer[i-1];
                        } else {
                                // Error
-                               PrintToScrollback("Warning: Manchester decode error for pulse width detection.");                               
+                               PrintToScrollback("Warning: Manchester decode error for pulse width detection.");
                                PrintToScrollback("(too many of those messages mean either the stream is not Manchester encoded, or clock is wrong)");
                        }
                }
@@ -1909,6 +1909,7 @@ static struct {
        "hi14alist",            CmdHi14alist,0,         "list ISO 14443a history",                              // ## New list command\r
        "hiddemod",             CmdHiddemod,1,          "HID Prox Card II (not optimal)",\r
        "hidfskdemod",          CmdHIDdemodFSK,0,       "HID FSK demodulator",\r
+    "indalademod",          CmdIndalademod,0,         "demod samples for Indala",\r
        "askdemod",             Cmdaskdemod,1,          "Attempt to demodulate simple ASK tags",\r
        "hidsimtag",            CmdHIDsimTAG,0,         "HID tag simulator",\r
        "mandemod",             Cmdmanchesterdemod,1,   "Try a Manchester demodulation on a binary stream",\r
Impressum, Datenschutz