Hi,
I was just about to make the same sugestion as Steve. But looking at the manual it actually says that if no number follows the DEC modifier it will receive as many digits as it gets. So I'd say it should work as it is (except the missing comma after jump).
Is your X-tal 3.5Mhz or 3.58Mhz? (Can't seem to find a 3.5Mhz so I'm guessing 3.58Mhz). Have you informed PBP of oscillator speed?
Code:
DEFINE OSC 3 '<---This assumes a 3.58Mhz X-tal
And how is the USART baud rate generator setup? With PBP defines or 'manual' ?
Please, try adding 3 to the DEC modifier as per Steves post and let us know if that helps. If so there seems to be an error in the manual.
/Henrik Olsson.
Bookmarks