Here is my code:
main:
pause 1000 ' wait for the LCD to startup
serout PortA.0,0,[$FE,$01] ' clear the screen
serout PortA.0,0,["Hello world !"] ' send string “Wherever you go”
serout PortA.0,0,[$FE,$C0] ' move the cursor to the 2nd line
serout PortA.0,0,[" Here we are "] ' send string “ there you are ”
pause 1000 ' pause for a second
goto main ' loop

Picture what i see is bellow.

Name:  serial 16x2 and 20x4 problem.jpg
Views: 1642
Size:  776.7 KB