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
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.