Hi everyone
I am able to send the data over the UART to the Real Terminal and also to my other device working on UART protocol. However , I am not able to read the data coming from the UART device using the nrf_serial_read function.
The fucntion when called, It gives an error which has a number of 13 which stands for NRF_TIMEOUT_ERROR.
What can be the reason ?
Everything else is working fine, i can send commands to my UART device but i can not read the response from the device.(Which is important for debugging)
I have configured the nrf_serial_read function in non blocking mode.
What can be done to solve this issue?
Thanks
Rajat