Steve, danke erstmal. Vllt stelle ich mich auch zu blöd an, habe erstmal alles geschrumpft und hier meine Batchdatei:
C:\AVRDude\avrdude.exe -c stk500v1 -P COM7 -p t85 -v 2> "C:\AVRDude\protokoll.txt"
Ausgabe von AVRDude war (gekürzt)
Using Port : COM7
Using Programmer : stk500v1
avrdude stk500_getsync() warning: attempt 1 of 10: not in sync: resp=0xe0
avrdude stk500_getsync() warning: attempt 2 of 10: not in sync: resp=0xe0
avrdude stk500_getsync() warning: attempt 3 of 10: not in sync: resp=0xe0
avrdude stk500_getsync() warning: attempt 4 of 10: not in sync: resp=0x00
avrdude stk500_getsync() warning: attempt 5 of 10: not in sync: resp=0xe0
avrdude stk500_getsync() warning: attempt 6 of 10: not in sync: resp=0xe0
avrdude stk500_getsync() warning: attempt 7 of 10: not in sync: resp=0xe0
avrdude stk500_getsync() warning: attempt 8 of 10: not in sync: resp=0x00
avrdude stk500_getsync() warning: attempt 9 of 10: not in sync: resp=0xe0
avrdude stk500_getsync() warning: attempt 10 of 10: not in sync: resp=0xe0
avrdude main() error: unable to open programmer stk500v1 on port COM7
und nun ist das Problem gelöst nach dem Durchforsten der Protokolldateien der ArduinoIde und VisualStudioCode. Es liegt an der Beaudrate. Mit 19200 Beaud funzt alles.
C:\AVRDude\avrdude.exe -c stk500v1 -P COM7 -p t85 -b 19200 -v 2> "C:\AVRDude\protokoll.txt"
ergibt:
avrdude: Version 7.2
Copyright the AVRDUDE authors;
see https://github.com/avrdudes/avrdude/blob/main/AUTHORS
1 |
System wide configuration file is C:\AVRDude\avrdude.conf
|
2 |
|
3 |
Using Port : COM7
|
4 |
Using Programmer : stk500v1
|
5 |
Overriding Baud Rate : 19200
|
6 |
AVR Part : ATtiny85
|
7 |
Chip Erase delay : 4500 us
|
8 |
RESET disposition : possible i/o
|
9 |
RETRY pulse : SCK
|
10 |
Serial program mode : yes
|
11 |
Parallel program mode : yes
|
12 |
Timeout : 200
|
13 |
StabDelay : 100
|
14 |
CmdexeDelay : 25
|
15 |
SyncLoops : 32
|
16 |
PollIndex : 3
|
17 |
PollValue : 0x53
|
18 |
Memory Detail :
|
19 |
|
20 |
Block Poll Page Polled
|
21 |
Memory Type Alias Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack
|
22 |
----------- -------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
|
23 |
eeprom 65 5 4 0 no 512 4 0 4000 4500 0x00 0x00
|
24 |
flash 65 10 64 0 yes 8192 64 128 4500 4500 0x00 0x00
|
25 |
lfuse 0 0 0 0 no 1 1 0 9000 9000 0x00 0x00
|
26 |
hfuse 0 0 0 0 no 1 1 0 9000 9000 0x00 0x00
|
27 |
efuse 0 0 0 0 no 1 1 0 9000 9000 0x00 0x00
|
28 |
lock 0 0 0 0 no 1 1 0 9000 9000 0x00 0x00
|
29 |
signature 0 0 0 0 no 3 1 0 0 0 0x00 0x00
|
30 |
calibration 0 0 0 0 no 1 1 0 0 0 0x00 0x00
|
31 |
|
32 |
Programmer Type : STK500
|
33 |
Description : Atmel STK500 version 1.x firmware
|
34 |
Hardware Version: 2
|
35 |
Firmware Version: 1.18
|
36 |
Topcard : Unknown
|
37 |
Vtarget : 0.0 V
|
38 |
Varef : 0.0 V
|
39 |
Oscillator : Off
|
40 |
SCK period : 0.1 us
|
avrdude: AVR device initialized and ready to accept instructions
avrdude: device signature = 0x1e930b (probably t85)
avrdude done. Thank you.
Bin nun happy. schöne Woche wünsche ich Dir und allen Mitstreitern