Morgen

Ich hab mich noch etwas umgesehen was ich mitbekommen hab solten die controller kompatibel sein.
Db4 = Portc.0 ,
Db5 = Portc.1 ,
Db6 = Portc.2 ,
Db7 = Portc.3 ,
E = Portc.5 ,
Rs = Portc.4
Code:
$regfile = "m16def.dat"                                     ' ATmega8515
$crystal = 3690000                                          ' für STK500
$baud = 19200


 Config Lcd = 16 * 4                                        'wir verwenden ein 4 x 20 Zeichen Display
 ' Im I/O Mode wird jeder Prozessor Pin einzeln angegeben
 Config Lcdpin = Pin , Db4 = Portc.0 , Db5 = Portc.1 , Db6 = Portc.2 , Db7 = Portc.3 , E = Portc.5 , Rs = Portc.4

 Cls                                                        'loesche das LCD Display
 Locate 1 , 1                                               'Cursor auf 1 Zeile, 1 Spalte
 Lcd "Hello world."                                         'String auf Display anzeigen