Missing UGSimple controller reset command
Opened this issue · 2 comments
Doing device_write( 0x0F )
resets the UGSimple, causing it to re-enumerate as if it were power-cycled. If you really want the USB command set to be complete, I think you should support this reset.
Doing device_write( 0xEC )
does something too, although I haven't figured it out yet. The response seems to be related to whatever command was sent immediately prior.
Neat!
Yeah, it seems like the documentation I got on the command set isn't really all that complete (has main parts though).
I haven't had much time to look at this project recently, but I hope to get back to it in a few weeks.
Do let me know if you find any other commands.
Sure. I'm developing a cross-platform C# library for the UGSimple. I'm pretty much done. I'll post the code soon.