ataradov / usb-sniffer-lite

A simple USB sniffer based on Raspberry Pi RP2040
BSD 3-Clause "New" or "Revised" License
547 stars 49 forks source link

Error issue #14

Closed 1250364116 closed 3 months ago

1250364116 commented 5 months ago

hi, i am testing your code. it gives for each keystroke an error. can you help me?

Capture

ataradov commented 5 months ago

This looks like legitimately broken frames. The decoded data must be correct, since overall flow is not broken.

My only guess here is that device clock frequency is way off and the error accumulates on the long packets, but the short ones are received correctly.

I would try with a different target device to see if you get a different result.