Hello, i try to programming to Arduino Pro Mini. I try first on Arduino Uno and program its working very well. I buy Prolific PL2303 USB-TTL Serial Converter and made the connections;
GND to GND
3V3 to VCC
TXD to RXI
RXD to TXO
and 5V empty.
I try to 5V to VCC later and same error.
The power light came on in both the converter and the Arduino Pro Mini. Everything is OK for now.
And i try for first test program (blink) on this program. After waiting for a long time it gives this error (avrdude: stk500_getsync():...) I try I tried many ways, but I was not able to install some kind of program.
I try for only simply program. (Basic -> Blink)
I have this error;
avrdude: stk500_recv(): programmer is not responding
(Screenshot by Lightshot)
I updated driver;
My Tools Menu;
(Screenshot by Lightshot)
I select Correct Serial Port correct card and correct card.
Last update;
I try with manual reset with button. I press and release when see the message:
Arduino:1.8.11 (Windows 10), Kart:"Arduino Pro or Pro Mini, ATmega328P (3.3V, 8 MHz)"
Your work used the program's 928 bytes (3%) of storage space. Maximum 30720 bytes.
Global variables use up to 9 bytes of memory (0%). 2039 bytes of space remain for local variables. Up to 2048 bytes can be used.
Have error again;
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xf2
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xf2
What can i do? Please help me masters. Thank you so much.