Using BusDog on Windows 10 and pluging in the Flex 1500 I could find:
- VID=2192 hex->0x890
- 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!