Hi. This is the first time on this site so please forgive any mistakes.
I am trying to program a ATtiny85 on a breadboard and connected to a Arduino Uno and use a serial monitor to debug. Verification is okay, uploading without the TX cable connected is okay but when the TX cable is attached it takes about 1 minute 50 seconds to upload and then I get the following error message :
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x03
The ATtiny is connected to the Arduino as follows:
Physical pin 1 to Arduino pin 10
pin 3 to pin TX1
pin 4 to ground
pin 5 to pin 11 and a LED
pin 6 to pin 12
pin 7 to pin 13
pin 8 to 5v
The library file is :
#include <SendOnlySoftwareSerial.h>
SendOnlySoftwareSerial Serial(4);
Board info:
BN; Arduino Uno
VID: 2341
PID: 0043
Operating system: Windows 10
IDE version: 1.8.19 (Windows Store 1.8.57.0)
As a newcomer I am not allowed to upload any files unfortunately.
Any help would be greatly appreciated.
Thank you in advance.
Bob May