I'm implementing stdout redirect to UART. I'm using XC16 v1.25. Without buffering it operates perfectly, but consumes a lot of clock cycles sending one character at a time. When I turn on buffering, the C library seems to eat 2 characters between calls to..
↧