Hi guys,
I am using mesh server example with UART fuctions integrated into it.
I wanted to send a string through UART.
I tried using app_uart_put() function and this function successfully transmits one byte to UART. I wanted to send a string of data through UART. I tried using a loop for app_uart_put() function but it is not working. I tried using nrf_drv_uart_tx() function and still only the first character is getting transmitted. Is there any other api which I can use to transmit a string ?
I tried putting a test print and only the first letter is displayed in the UART terminal.
Thanks & Regards,
Vibhu.