Do you get something or just garbage character?
I would suggest you to use the following settings
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
EDIT: seems we hit the buton at the same time or so... anyways, keep thse settings above handy... produce a better error %
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks