Ok I can blink the LED's
but only if I program from MPLAB with no BL. and no LCD messageCode:DEFINE OSC 20 ' this makes the pauses be correct time 'DEFINE LOADER_USED 1 include "modedefs.bas" include "LCD_3310v32.inc" start: @ PrintStr 0,0, "I love being" @ PrintStr 0,1, "able to print " @ PrintStr 0,2, "so easily!" low porte.2 pause 1000 low porte.3 pause 1000 high porte.2 pause 1000 high porte.3 pause 1000 goto start end![]()
Bookmarks