Dear All,
I want to collect the received characters from hyperterminal through UART0 of my launchapd and to save them to a string and then to print it back on the hyperterminal.
When I try to print it (e.g. UARTCharPut(UART0_BASE, *stringrecv[0])
it prints nothing.
my code is as follows;
