Hey Moutnain747
What are your HSER defines set to ?
What clock speeds etc , internal or external oscillator ?
PIC's?
Is there anything between the two PIC's ?
Are they wired or wireless ?
Did it all work before ?
Did you try a lower baud rate ?
Think this info may help other help you more :-)
Thought this may help assuming you're running at 20 MHz
DEFINE HSER_RCSTA 90h ' Enable serial port & continuous receive
DEFINE HSER_TXSTA 24h ' Enable transmit, BRGH = 1
DEFINE HSER_SPBRG 0 ' 9600 KBaud @ 20MHz, -86.98%
DEFINE HSER_CLROERR 1 ' Clear overflow automatically
Kind regards
Dennis
Bookmarks