Hi, I want to redirect printf() to use one of my serial ports. It seems to default to use UART1, but there is no documentation on how to redirect to another port ???. For XC32 I found an article to create a _mon_putc(char) function but this doesn't want t..
↧