i doubt it would be if you used the EUSART but may worth to try..
PicMultiCalc gaves me...
Code:
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
mixing INT_18 and asm would certainly have some great effect.
Last edited by mister_e; - 26th February 2007 at 03:33.
Steve
It's not a bug, it's a random feature.
There's no problem, only learning opportunities.
Bookmarks