I'm trying to send a string of 140 characters length using UART.....but only 98 characters length is being recieved in the output.
what could be the issue? How many bytes of string can i send through the UART?
Thanks,
Vimal
I'm trying to send a string of 140 characters length using UART.....but only 98 characters length is being recieved in the output.
what could be the issue? How many bytes of string can i send through the UART?
Thanks,
Vimal
My RX and TX buffer size is 256 and my baudrate is 9600.
i can send more characters when i'm not using app_uart_flush(),but when i use app_uart_flush() it is not sending more than 94 characters.
why it is happenning ?what could be reason?how do i send more characters even when i use app_uart_flush()?