Hello,
I have built a project in Arduino IDE that uploads and runs successfully while using usb cable (also powered up typically using usb).
But however, I want to upload it using serial communication. For this purpose, I have a usb to serial converter, whose Rx and Tx have been connected to Tx and Rx of the board respectively. Also the board is powered up using 5V external supply and the ground from the board is connected commonly to the supply and the serial converter.
And this does not seem upload my code.
What am I doing wrong here and how else can I upload my project using uart. Please help me with your kind inputs.
Thank you