I do not see the TX or RX connected to anything??

But... using http://www.picbasic.co.uk/forum/show...24&postcount=4
PIC MULTICALC the setting should be
Code:
DEFINE HSER_RCSTA 90h ' Enable serial port & continuous receive
DEFINE HSER_TXSTA 24h ' Enable transmit, BRGH = 1
DEFINE HSER_SPBRG 129 ' 9600 Baud @ 20MHz, 0.16%
DEFINE HSER_CLROERR 1 ' Clear overflow automatically