OK, dem kann ich abhelfen:
Der verwendete Code:
Der Anschluss ist wie im RN-Wissenbereich angebracht.Code:$regfile = "m8def.dat" $crystal = 1000000 $baud = 9600 $lib "lcd4.lbx" Config Lcdpin = Pin , Rs = Portc.4 , E = Portc.5 , Db4 = Portc.0 , Db5 = Portc.1 , Db6 = Portc.2 , Db7 = Portc.3 Config Lcd = 16 * 4 Cls Locate 1 , 1 Lcd "*mayer-world.de*" Lowerline Lcd "1234567812345678" End
4bit Ansteuerung ohne busy (I/O)
Lesezeichen