Hi, hab auch ein kleines Problem damit, also wenn ich es so:
Versuche zeigt mir mein display "Hallo ihr!" an, wenn ich aber beim nächsten übertragen das "Writeeeprom B,Label 1" weglasse zeigt er mir nur 11 Kästchen an (Wegen Dim B as String * 11 denk ich mir mal). Woran könnte das liegen? Wird vllt. beim Übertragen der EEprom gelöscht und deshalb findet er nichts oder woran liegt das?Code:$lib "lcd4busy.lbx" $regfile = "attiny2313.dat" $crystal = 4000000 Config Lcd = 16 * 2 Const _lcdport = Portb Const _lcdddr = Ddrb Const _lcdin = Pinb Const _lcd_e = 1 Const _lcd_rw = 2 Const _lcd_rs = 3 Waitms 100 Initlcd Cls Cursor Off Noblink Dim B As String * 11 $eeprom Label1: Data 1 , 2 , 3 , 4 , 5 Label2: Data 10 , 20 , 30 , 40 , 50 $data B = "Hallo ihr!" Writeeeprom B , Label1 B = "" Readeeprom B , Label1 Lcd B End







Zitieren

Lesezeichen