Let's never say that we're not helpfull...

@ device INTRC_OSC_NOCLKOUT
http://www.picbasic.co.uk/forum/showthread.php?t=543

CMCON = 7 ' PortA = digital I/O
VRCON = 0 ' A/D Voltage reference disabled
Details on CMCON and VRCON are found in the Datsheet for your chosen PIC (downloadable from the Microchip website).

' Set receive register to receiver enabled
DEFINE HSER_RCSTA 90h
' Set baud rate
DEFINE HSER_BAUD 2400
I'm sorry you can't find this in your PBP Manual... this can be found in TWO places with all the information you need... the first is with the HSERIN Command (Section 5.30), and if those pages are missing from your manual, you'll also find it Appendix B at the back.