Hello everyone!
I am new in this Forum but I done a few things with Arduino already and for some reason all my Arduino's stopped working (Via Serial) and now I do not know what to do I read a few Articles on this forum either they lead to dead links or it does not work I already tried all Bootloaders/Processor and so on (It still works via an direct usb connection on the board but I do not want to go that way I want to use Serial) I appreciate for all the help I receive!
Log:
Sketch uses 924 bytes (3%) of program storage space. Maximum is 30720 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xcd
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xcd
Problem uploading to board. See https://support.arduino.cc/hc/en-us/sections/360003198300 for suggestions.
(The Code I use is the simple Blink script delivered in the IDE (I use v1.8.19 I already tried the new one but I receive the same result)
as the Arduino I use an Arduino Nano and I also use this USB-Device for the Serial connection.
Anyway I thank everyone again who read all this and I thank everyone for an advice/tip to how I can fix the issue Thanks in advance ^^
Edit: I use Windows 10 Pro 22H2 (Maybe I need to switch to Debian or Ubuntu that it finally works )