I was looking at some old posts and I wanted to ask a few questions because I was unable to reply to those posts. I am trying to find a way to force reset my Arduino without unplugging the Usb cable. I found that I could either cut the Vcc on the Usb cable so that when I remove the external power supply it will not be powered by the usb cable. I also found that I can remove F1 on the Arduino which should work similarly to cutting the Vcc on the Usb cable just that way it seems like I would have less issues with the voltage drop in the cable. I just wanted to double check with everyone to make sure it works before I drastically change my set up.
No, I am trying to remotely reset communication with the rs232. either through code or modifying my board so that once the 5v external power is removed I can leave the usb connected without having power on the board to reset the rs232.
I am trying to reset the Arduino similarly to how it would be reset if the usb and external 5v power were to be removed. I will not be able to remove the usb because of where the Arduino is located with my project. I cannot use the reset button on the Arduino because that will not reset the rs232.