USB debugging assistant (20191028)

According to the suggestions of comrades, the USB debugging assistant has been updated today, the program has been optimized, and the following functions have been added: 1. Different configurations are available for the output endpoint and input endpoint, and the endpoint type
and maximum packet length can be different. .
2. The endpoint type supports interrupt transmission (interrupt) and block transmission (bulk).
3. Receive data by starting a new thread when "opening the port". No matter when the USB device has data, it will automatically receive it until the reception is completed.
4. The interface has been optimized.

Download address: https://download.csdn.net/download/donghailin/11933092

Guess you like

Origin blog.csdn.net/donghailin/article/details/102781995