Tool/software: TI-RTOS
Hi,
i was just wondering (again :-) ) if there are any RTOS tools to tunnel a UART interface to another. Right now I am handling this with different threads and UART_read functions in UART_MODE_BLOCKING mode. I could use the UART_MODE_CALLBACK to prevent a blocking thread from processing, what I actually have to do if I want to break the blocking read. Could this be prevented or done an easier way?
\edit: Changed thread title from "tunnel" to "bridge" but left the description as it was