Device misdetected as serial mouse

前端 未结 9 1611
囚心锁ツ
囚心锁ツ 2020-12-24 05:59

I\'m working on a device which communicates with a PC through a (virtual) serial port. The problem is that the data we are sending occasionally gets incorrectly identified b

9条回答
  •  天涯浪人
    2020-12-24 06:19

    In my development environment, I've simply disabled Microsoft Serial Mouse from the Device Manager.

    This seems to solve the culprit of my problem. Before doing so, the CH340G chip I've used in my design used to lower the DTR five times before initiating the connection, effectively rebooting my Arduino-based board and render it useless.

提交回复
热议问题