Tool/software: TI-RTOS
Hello Sir,
I want to know how to time out form the uart read. I setup the example name "uartecho"
source code
/* Loop forever echoing */
while (1) {
UART_read(uart, &input, 1);
UART_write(uart, &input, 1);
}
}
Thank you for your help
James