Hi ethobias,
Apparently, Microchip has changed the size of the ACCESS bank on this family.
So the HSER2 DEFINEs are not working.
We need to fix that. But in the mean time you can use these statements instead of the DEFINEs.
Code:RCSTA2 = $90 ' Enable serial port & continuous receive TXSTA2 = $20 ' Enable transmit, BRGH = 0 SPBRG2 = 25 ' 9600 Baud @ 16MHz, 0.16%
Bookmarks