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
{{ message }}
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
你好,我参照你的代码实现CH341的模拟,目前已经成功枚举,串口调试软件也能成功打开串口,但打开串口之后电脑不断请求设备状态,也就是下面:
我猜测是上位机让设备复位后在查询设备的复位情况。你的代码里面的处理方式是:
我按照你的代码返回值为
0xee9f的ch341_state返回,但并没有解决问题。希望能从你这获得帮助,谢谢!