I am using Z-Stack Mesh 1.0.0 Generaic Application with CC2531. Hardware in use is CC2530ZDK.
HalUARTWrite(....) successfully send message to e.g., hyper-terminal. But HalUARTRead(...) function does not read any keystroke from hyper-terminal. This problem apparently seem to be a port issue (port parameter for HalUARTRead function may be wrong ). The function HalUARTRead does not make any difference to the message buffer passed as parameter.
I tried following ports,
MT_UART_DEFAULT_PORT
HAL_UART_PORT
HAL_UART_PORT1
If HalUARTRead(..) calls with the sequence of API functions, then mention the names and sequence of functions used to read from the UART.