I am trying to modify the uart_echo example using UART4 instead of UART0 on an ICE board. I can connect with the ICE through the pins in J12 with a terminal but the characters displayed on the terminal do not correspond with the characters I intend to send (i.e. if I send char 0x31 I get char 0x67; send 0x32 and get 0x7c).
Can someone help setting up UART4 for serial communication (RS232)?
Thanks,