YES the interrupt does accure now! but i get a compiler error when i add "HSerin 500,TimeOut,[WAIT("A"),STR TimeDate\6]" into the routine "Handle"; the error is also resolved by setting the osc speed to 20any idea ?
if i just ignor the error and programm the device then it does jump to the interrupt but it does not receive any thing it jumps to timeout routine.Code:"pbppic18.lib 7153: argument out of range. least significant bits used"
EDIT:
yeah i found out 9600 was the minimum @40mhzOriginally posted by mister_e
That's interesting ! Thanks Bruce!
egberttheone
In fact it make sense that a PIC who run @40MHZ provide slow serial com. The slowest you can do @40MHZ is 9600 Bauds
Everything is in the datasheet! @40 MHZ for 9600 bauds SPBRG=64 TXSTA=20h, RCSTA=90h


any idea ?

Bookmarks