This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF CLI cannot handle long arguments

I am trying to pass a base64 encoded string as an argument to a CLI command over UART. It seems like the longest length command I can send is 258 bytes long. How can I pass in longer strings (1024 bytes long)? I set the UART RX buffer size to 2048. I am using SDK 14.0

Related