Hi guys,
I am confused at LPC Link II UART baud.
I got an example code from LPC Open. There's an example code. It's named "periph_uart". I upload it to my board. And it seems can not work. Only receive garbled. I tried MB3232I and Arduino. Both of them received garbled.
But if I change the baud rate to 9600. (Example code is 115200) They can receive correctly. Does this means this board can only send UART with baud 9600? Or where should I check to speed up the baud rate?