photomattmills / proxmark3

Automatically exported from code.google.com/p/proxmark3
0 stars 0 forks source link

losim hangs while sending buffer to proxmark #12

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

Attachments:

GoogleCodeExporter commented 8 years ago
This issue was fixed in r317.

Original comment by dn3...@gmail.com on 18 Jun 2012 at 2:49