Previously, I was using Portb.1 and Portb.2 for my RS232 Serin and Serout commands. To to be able to use a boot loader in the future, I had to change them to use the USART TX and RX pins.
I continue to use the normal SerIn and SerOut routines like before, but I started picking up a few errors here and there (4 - 10 errors per 1000 messages), which previously I did not encounter prior to changing the pin assignment.
I do not require interrupts for my serial routines, so can I still use the standard USART ports like I am for SerIn and SerOut?
I'm just curious to why it was error free before, and now I see errors, although they aren't a tremendous amount, still concerned.
Richard
Bookmarks