Closed GoogleCodeExporter closed 8 years ago
this has been fixed for a while. originally rfcat was written to use 256-byte
USB packets because the controller allowed it. this works ok on some older
hardware. however, as we moved into newer hardware, the 64-byte
max-packet-size for Full Speed USB devices was enforced more rigorously.
we had to rework the entire USB TX/RX pipeline to buffer the 64-byte packets
into larger packets that would be handled well by the rest of the firmware.
Original comment by 0a71a5
on 16 Jul 2012 at 4:49
Original issue reported on code.google.com by
wm.Paul....@gmail.com
on 3 Mar 2012 at 9:32