Robert Reif wrote:
Characters written to serial port A are not reliably making it to the
screen.
Turning on serial debugging shows that the characters are written to the
serial port. The characters do make it to the screen when debugging.
The problem seems to be caused by multiple streams outputting to the
screen.
It looks like different ways of outputting to the same device may use
different
streams!
Please disregard this possible cause. I left a debugging printf in by
accident.
The real problem is still there though.