Yes, HSERIN gets it's data from the USART's buffer.
In the main loop you could ...
The PC will wait until the PIC sends it.Code:IF HaveTime AND RCIF THEN GOSUB Serial
Don't see a reason to tell it there's no time to talk now. But maybe your app needs that.
Bookmarks