Below the EUSART setting for 48 Mhz as per Mr E pic calculator.

DEFINE HSER_RCSTA 90h ' Enable serial port & continuous receive
DEFINE HSER_TXSTA 24h ' Enable transmit, BRGH = 1
DEFINE HSER_CLROERR 1 ' Clear overflow automatically
DEFINE HSER_SPBRG 225 ' 9600 Baud @ 48MHz, 0,0%
SPBRGH = 4
BAUDCON.3 = 1 ' Enable 16 bit baudrate generator
Al.