How do I reset my Arduino Mega2560 with my C# application?
问题 I noticed the Arduino IDE automatically resets on startup/exit by the built in serial application due to one of the hardware flow control lines (DTR) of the FT232RL is connected to the reset line of the ATmega1280 via a 100 nanofarad capacitor. When this line is asserted (taken low), the reset line drops long enough to reset the chip. I noticed that behaviour does not happen with my serial C# application. I would like the reset feature to work with my C# application. What am I not doing to