Demonstration of usbip timing issue #3
manna-harbour
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a demonstration of the usbip timing issue from zmkfirmware/zmk#1444.
https://github.com/manna-harbour/xmk/blob/main/src/recordings/delay-test is sythetic recording created by https://github.com/manna-harbour/xmk/blob/main/src/delay-test designed to be be played back with the default keymap.
x
,Space
, andEnter
are tapped with a 100ms delay between press and release. On each line,.
and/
are tapped with a variable delay between press and release, starting with 0ms on the first line, increasing by 10ms for each line, and ending with 100ms on the last line.Using the
xmk
shield the output is:Here are 3 sample runs with the
native_posix_64
board:Taps with a delay of less than 80ms are not reliably received.
Beta Was this translation helpful? Give feedback.
All reactions