Tnx Brian

for some reasons I still get garbage when sending text string(even with your trick), but single characters as in the following code appear ok...(I see a bunch of lowercase alphabet char)

For cycle = 25 to 70
hserout [12,cycle]
serout PortLCD, N9600, [12,"Hserout loop ",#cycle]
Pause 200
next