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

CLI losing incoming data

I have used the cli module in SDK 15.0.0 to create a test interface for a API I have built over UART. It works problem free when typing commands by hand but when automating the testing using Python pyserial library I seem to lose data when issuing commands. I have seen this forum post https://devzone.nordicsemi.com/f/nordic-q-a/29289/cli-overrun-by-remote-host and it is very similar to what I am seeing. It is however quiet old and I would like to know if updates to SDK that is talked about have been applied in 15.0.0? If not, how would I go about to apply them?

Related