I am using arduino uno board and trying to upload it with a serial communication code but nothing is writing to the arduino board.
And I am getting an error as
"avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x15
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions."
Thank you for your reply sir,
The board I am using is Arduino UNO R3
Arduino Software Version 1.8.5
Windows OS
Troubleshooting guide suggested to check the selected board and the serial port, installation of drivers, access to the ports, physical connections, auto-reset and bootloader. I had tried all and there are no issues.
Now as I am uploading, error is "Problem uploading to board"
I have checked only with serial communication program. Now I will try with Blink program.