I use NRF_CLI with UART backend. I would like to send some raw data over that UART. Is it possible?
I use NRF_CLI with UART backend. I would like to send some raw data over that UART. Is it possible?
Hi,
There is a macro: NRF_LOG_RAW_INFO to print raw data on UART. This will not print data immidiately but it will add message to log queue and will be printed with other logs but without logger prefix.
Hi,
There is a macro: NRF_LOG_RAW_INFO to print raw data on UART. This will not print data immidiately but it will add message to log queue and will be printed with other logs but without logger prefix.