I’m working on a project using the TM4C129X dev kit as a starting point, and IAR 7.20.1.7307 as the dev tool. We are attempting to use the UART0 through the Stellaris virtual COM port. We have had good success with the stand-alone uart_echo demo, but the demo from the TI-RTOS (tirtos_tivac_2_00_01_23) is not working for us using the RTOS UART drivers. Specifically, the call to the “UART_Read” function never returns no matter how many bytes are sent to the board. The issue is not the virtual COM port, as I can see the data coming in on the UART0 Rx line. The “UART_Write” function does work. This occurs using the “uartecho” demo project with no modifications. Thanks!