Created
March 16, 2026 22:06
-
-
Save nicewrld/c9e67acfdc88ac5dd4bfca4390ae0921 to your computer and use it in GitHub Desktop.
the U command (actually flash the thing)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Host -> Device (Report ID 1, now on endpoint 0x02 — new enumeration): | |
| 01 55 00 00 00 00 ... .U.............. | |
| ^^ 'U' = 0x55 | |
| Device -> Host (Report ID 2, endpoint 0x82): | |
| 02 41 00 00 00 00 ... .A.............. | |
| ^^ 'A' = 0x41 (ACK) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment