]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - winsrc/command.cpp
Add basic communication shell for Legic RF in reader mode. Needs the new receive...
[proxmark3-svn] / winsrc / command.cpp
index e94c234cce4e572d10ecaf78b3f2455b62a62eee..5892a8e551b50b91c089448d5aa83c8385400d1e 100644 (file)
@@ -214,6 +214,13 @@ static void CmdLegicRfSim(char *str)
        SendCommand(&c, FALSE);\r
 }\r
 \r
+static void CmdLegicRfRead(char *str)\r
+{\r
+       UsbCommand c;\r
+       c.cmd = CMD_READER_LEGIC_RF;\r
+       SendCommand(&c, FALSE);\r
+}\r
+\r
 static void CmdFPGAOff(char *str)              // ## FPGA Control\r
 {\r
        UsbCommand c;\r
@@ -2908,6 +2915,7 @@ static struct {
        {"lcd",                                         CmdLcd,                                                 0, "<HEX command> <count> -- Send command/data to LCD"},\r
        {"lcdreset",                    CmdLcdReset,                            0, "Hardware reset LCD"},\r
        {"legicrfsim",                  CmdLegicRfSim,                                                  0, "Start the LEGIC RF tag simulator"},\r
+       {"legicrfread",                 CmdLegicRfRead,                                                 0, "Start the LEGIC RF reader"},\r
        {"load",                                        CmdLoad,                                                1, "<filename> -- Load trace (to graph window"},\r
        {"locomread",                   CmdLoCommandRead,               0, "<off period> <'0' period> <'1' period> <command> ['h'] -- Modulate LF reader field to send command before read (all periods in microseconds) (option 'h' for 134)"},\r
        {"loread",                              CmdLoread,                                      0, "['h'] -- Read 125/134 kHz LF ID-only tag (option 'h' for 134)"},\r
Impressum, Datenschutz