Skip to content

Instantly share code, notes, and snippets.

@nicewrld
Created March 16, 2026 22:06
Show Gist options
  • Select an option

  • Save nicewrld/c9e67acfdc88ac5dd4bfca4390ae0921 to your computer and use it in GitHub Desktop.

Select an option

Save nicewrld/c9e67acfdc88ac5dd4bfca4390ae0921 to your computer and use it in GitHub Desktop.
the U command (actually flash the thing)
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