Skip to content

Instantly share code, notes, and snippets.

@selfup
Last active January 4, 2019 20:47
Show Gist options
  • Save selfup/a4341ab281e3583663a3651da9407853 to your computer and use it in GitHub Desktop.
Save selfup/a4341ab281e3583663a3651da9407853 to your computer and use it in GitHub Desktop.

Using BusDog on Windows 10 and pluging in the Flex 1500 I could find:

  1. VID=2192 hex->0x890
  2. PID=1502 hex->0x5DE

How the radio was told to start:

https://gist.github.com/selfup/89e3ffcad7ee1298eb6de30c137d215a

How the radio was told to stop:

https://gist.github.com/selfup/be3e16f1803814e4a1dca54c703035c1

If VID and PID are known, we can use gousb like so: https://godoc.org/github.com/google/gousb#ex-package--Simple

Maybe all read writes can be done here? Unclear if I can do cat commands this way but this is an interesting approach!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment