You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tytera's CPS works on Windows by re-using the STMicro Cube SDK's example DFU code, patched to add their own commands. They also re-use STMicro's driver, USB VID, and USB PID.
You'll find the device side of the source code as ./applet/src/usb.c. From a higher level perspective, we are hooking the USB Device Firmware Update protocol to add our own commands. Be sure to query the Manufacturer String first, as that's what installs our USB stack hooks on the device side.
I'll draft up some proper documentation of our protocol in the Wiki and close this issue when it's ready.
hello everybody,
who can say me where find the communication protocol between TYT and computer through USB for the user database implantation?
I would try to make a software on Windows OS :-)
thank you
The text was updated successfully, but these errors were encountered: