hi Ben,
Since our PICs are serial processors, at least for now, and must execute the instructions serially, that is to say one line or instruction at a time, you will never get Serin and Serout commands working at the same time.
If you use hardware USART, then it will be working in the background, so that you can receive something at the same time you send it.
-----------------------------
Bookmarks