I have never used HSEROUT before but I use SEROUT.
Try this code just change your output pin from PORTB.0 to what ever one you are using:
If the "Baud con 2" doesn't work change it to "Baud con 6"Code:DEFINE OSC 4 Baud con 2 ' Define serial mode main: Serout PORTB.0,Baud,["Hello World",13,10] pause 1000 goto main
This is the Mode - 2 is 9600 TTL True and 6 is 9600 TTL Inverted
Bookmarks