From ace500869d1f5e54c3b7605c81f1321d5523c3d9 Mon Sep 17 00:00:00 2001 From: henryk Date: Wed, 5 Dec 2007 16:30:04 +0000 Subject: Add a kludge to make repetitive sends working. For some obscure reason the first transfer of subsequent transmissions (32 sample-bits, equalling 2 data-bits) gets lost. It does work if I just give the same TX buffer to the PDC twice (once after starting the TX PDC). git-svn-id: https://svn.openpcd.org:2342/trunk@374 6dc7ffe9-61d6-0310-9af1-9938baff3ed1 --- openpicc/application/iso14443_layer3a.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'openpicc/application/iso14443_layer3a.c') diff --git a/openpicc/application/iso14443_layer3a.c b/openpicc/application/iso14443_layer3a.c index 06857f2..1433b33 100644 --- a/openpicc/application/iso14443_layer3a.c +++ b/openpicc/application/iso14443_layer3a.c @@ -206,6 +206,10 @@ void iso14443_layer3a_state_machine (void *pvParameters) DumpUIntToUSB((unsigned int)ssc_tx_buffer.source); DumpStringToUSB(" "); DumpUIntToUSB((unsigned int)&ATQA_FRAME); + DumpStringToUSB(" "); + DumpUIntToUSB(ssc_tx_buffer.len); + DumpStringToUSB(" "); + DumpBufferToUSB((char*)ssc_tx_buffer.data, ssc_tx_buffer.len); DumpStringToUSB("\n\r"); state=INITIAL_STATE; if(INITIAL_STATE == IDLE) -- cgit v1.2.3