Hi I have a FT232RL board that I'm trying to use to program an arduino (ATmega328p). Ive tried to use the arduino IDE to upload the sketch but it keeps giving me programmer not responding. I also tried to use avrdude from the command line and that gave me:
avrdude -p m328p -c stk500v1 -P com4 -b 115200
avrdude: stk500_getsync(): not in sync: resp=0x00
I have tried multiple baudrates and still same thing.
When its trying to upload I do see a light blink which I presume to be the Rx but don't see the Tx one light.
Here is the link to the board I am using.