Its a problem with your serial baud settings for your pic.

Change the SPBRG value to 64 like this:

DEFINE HSER_SPBRG 64

You could probably even remove that line altogether.