svn rev 316
losim sends the buffer to the proxmark in chunks of 48 bit.
After sending about 10 to 20 chunks the UsbCommand does not return.
Adding some timeout while sending on the client side (in command.c) or an
the proxmark in appmain.c does improve the situation but not reliable.
The only reliable (but dirty) solution I found was to send an answer back
for each received packet.
Patch included.
Original issue reported on code.google.com by taliesin.tc@googlemail.com on 28 Jan 2010 at 5:18
Original issue reported on code.google.com by
taliesin.tc@googlemail.com
on 28 Jan 2010 at 5:18Attachments: