mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
added more captures
This commit is contained in:
BIN
captures/gmmk_matrix_scan_to_cat_USB_dev_input_event.sal
Normal file
BIN
captures/gmmk_matrix_scan_to_cat_USB_dev_input_event.sal
Normal file
Binary file not shown.
Binary file not shown.
BIN
captures/gmmk_matrix_scan_to_python_USB_dev_input_event.sal
Normal file
BIN
captures/gmmk_matrix_scan_to_python_USB_dev_input_event.sal
Normal file
Binary file not shown.
16
captures/usb delay notes.txt
Normal file
16
captures/usb delay notes.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
very useful video:
|
||||
https://youtu.be/wdgULBpRoXk
|
||||
|
||||
search for PID ACK for data packet
|
||||
|
||||
from keypress to PID ACK on USB line: 10 to 20ms
|
||||
|
||||
catting /dev/input/event0 in bash: 490us
|
||||
printing via python3: 1ms
|
||||
|
||||
script below:
|
||||
|
||||
fff = open("/dev/input/event0", "rb" )
|
||||
while 1:
|
||||
data = fff.read(24)
|
||||
print(data)
|
||||
Reference in New Issue
Block a user