How do i grab 2 bytes from the UART with one interrupt? Is there a special ASM designation to command a double byte transfer from the RCREG buffer into a variable?
You probably don't grab two bytes with one interrupt, unless you want to run the risk of overrun errors and missed data. You can really only grab one byte per interrupt and put those bytes as words in your main program.
Bookmarks