I'm finding some issues in sending data from nRF52832 using UART.
I need to send a string of length more than 100 characters.but when i
try to send,only 94 characters of string is sending.Remaining characters
i couldn't able to receive in the Receiver side(i.e.,PC)
How can i solve this issue?Maximum how many bytes can i send through the
uart in a single string?