Hallo ihr müsst mal wieder jemand auf die Sprünge helfen. Ich versuche meinen Fehler zu finden. AT 2313 hab ich das hex file eingespielt steht aber öfters Unknow drin ist das normal ??? ( Siehe unten) liegt es an meinem programmier Adapter???
Muss ich Jumper setzen am ADD Board ???
Habe mehrere Output Module erstellt aber keins geht. 
Das einzigste was funktioniert ist das die Grüne Power Led Leuchtet sonst nichts 
Buskabel von ADD ZU Modul A auf A und B auf B 
Spannungversorgung 12 V Gleichspannung 
Hat jemand ne Idee ?? 
kann ja auch sein das meine Platinen auch einfach nicht gut sind würde nur gerne erstmal wissen ob das mit dem Programmieren klappt  
Danke für eure Mühen in vorraus 
das kommt beim flashen :
Code:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75  | C:\Dokumente und Einstellungen\Werkstatt\Eigene Dateien\Downloads\E2000-Logik_2.1.2\tools\isp>avrdude -p t2313 -b 115200 -c avr910 -P COM1 -e -U lfuse:w:0xff:m -U hfuse:w:0xd9:m -U flash:w:E2000-OutputDevice.hex 
  Found programmer: Id = "AVR ISP"; type = S     Software Version = 3.8; Hardware Version = 1.2 Programmer supports auto addr increment. Programmer supports buffered memory access with buffersize = 64 bytes.
  Programmer supports the following devices:     Device code: 0x13 = AT90S1200     Device code: 0x20 = ATtiny84     Device code: 0x28 = AT90S4414     Device code: 0x30 = AT90S4433     Device code: 0x34 = AT90S2333     Device code: 0x38 = AT90S8515     Device code: 0x48 = (unknown)     Device code: 0x4c = AT90S2343     Device code: 0x51 = (unknown)     Device code: 0x55 = ATtiny12     Device code: 0x56 = ATtiny15     Device code: 0x68 = AT90S8535     Device code: 0x6c = AT90S4434     Device code: 0xffffff86 = (unknown)     Device code: 0xffffff87 = (unknown)     Device code: 0x04 = (unknown)     Device code: 0x05 = (unknown)     Device code: 0x06 = (unknown)     Device code: 0x07 = (unknown)     Device code: 0x1a = (unknown)     Device code: 0x1b = (unknown)     Device code: 0x1c = (unknown)     Device code: 0x1d = (unknown)     Device code: 0x23 = (unknown)     Device code: 0x31 = (unknown)     Device code: 0x33 = (unknown)     Device code: 0x37 = (unknown)     Device code: 0x39 = (unknown)     Device code: 0x3d = (unknown)     Device code: 0x3e = (unknown)     Device code: 0x57 = (unknown)     Device code: 0x3a = ATMEGA8515     Device code: 0x3b = (unknown)     Device code: 0x41 = ATMEGA103     Device code: 0x43 = ATMEGA128     Device code: 0x44 = (unknown)     Device code: 0x45 = ATMEGA64     Device code: 0x46 = (unknown)     Device code: 0x5e = ATtiny2313     Device code: 0x60 = ATMEGA161     Device code: 0x61 = (unknown)     Device code: 0x62 = (unknown)     Device code: 0x63 = ATMEGA162     Device code: 0x64 = ATMEGA163     Device code: 0x66 = (unknown)     Device code: 0x69 = ATMEGA8535     Device code: 0x6a = (unknown)     Device code: 0x72 = ATMEGA32     Device code: 0x73 = (unknown)     Device code: 0x74 = ATMEGA6450     Device code: 0x75 = ATMEGA6490     Device code: 0x76 = ATMEGA8     Device code: 0x77 = (unknown)     Device code: 0x78 = ATMEGA169     Device code: 0x79 = (unknown)
  avrdude: AVR device initialized and ready to accept instructions
  Reading | ################################################## | 100% 0.01s
  avrdude: Device signature = 0xffffff avrdude: Yikes!  Invalid device signature.          Double check connections and try again, or use -F to override          this check.
 
  avrdude done.  Thank you.  | 
 
Edit by Tropby: Themenname angepasst von "Bus läuft nicht" zu "ATTiny2313 Programmieren geht nicht" da der Themenname nicht das Thema beschrieben hat.
Edit by Tropby: Code Tags hinzugefügt zur besseren übersicht!