From 9fc6a167792c48d20a41bc716d85a2e2b0a22b0b Mon Sep 17 00:00:00 2001 From: "roel@libnfc.org" Date: Fri, 29 Jun 2012 12:21:17 +0000 Subject: [PATCH] removed output that slowed down the process, this is to avoid missing frames --- armsrc/iso14443a.c | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/armsrc/iso14443a.c b/armsrc/iso14443a.c index 7f82ad32..22d8d0bf 100644 --- a/armsrc/iso14443a.c +++ b/armsrc/iso14443a.c @@ -1242,16 +1242,6 @@ void SimulateIso14443aTag(int tagType, int uid_1st, int uid_2nd) if(respLen > 0) { EmSendCmd14443aRaw(resp, respLen, receivedCmd[0] == 0x52); } - - // After sending the response, print out some debug data. - if (receivedCmd[0] == 0x60 || receivedCmd[0] == 0x61) { - Dbprintf("Authenticate request from reader: %02x %02x",receivedCmd[0],receivedCmd[1]); - } else if (receivedCmd[0] == 0xE0) { - Dbprintf("RATS request from reader: %02x %02x",receivedCmd[0],receivedCmd[1]); - } else if (receivedCmd[0] == 0x30) { - Dbprintf("READ request from reader: %02x %02x",receivedCmd[0],receivedCmd[1]); - } - if (tracing) { LogTrace(receivedCmd,len, 0, Uart.parityBits, TRUE); -- 2.39.2