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.
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.
"I think fish is nice, but then I think that rain is wet, so who am I to judge?" - Douglas Adams
Bookmarks