Yup!
But in case some are afraid of datasheet, if they use the Calc i posted, they only have to modify the generated...
Code:
DEFINE HSER_RCSTA 90h
DEFINE HSER_TXSTA 20h
DEFINE HSER_SPBRG 51 ' 1200 Bauds
to
Code:
RCSTA=$90
TXSTA=$20
SPBRG= 51 ' 1200 Bauds
I'll add this feature in the next PicMultiCalc. It's handy when you don't use HSERIN/HSEROUT but just reading/writing to/from RCREG/TXREG.