<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Sending raw data through UART using NRF_LOG</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/32082/sending-raw-data-through-uart-using-nrf_log</link><description>Hello, 
 For my project I need to send raw data (without prefix or timestamps ) along with system logs trough the same UART. 
 So far one possible solution is to use NRF_LOG_RAW_INFO, e.g.: 
 
 
 The question is whether this will be efficient enough and</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 14 Mar 2018 08:21:12 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/32082/sending-raw-data-through-uart-using-nrf_log" /><item><title>RE: Sending raw data through UART using NRF_LOG</title><link>https://devzone.nordicsemi.com/thread/124291?ContentTypeID=1</link><pubDate>Wed, 14 Mar 2018 08:21:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd45ebe5-7152-4bbf-86ff-2bcc5106dd55</guid><dc:creator>Jakub Rzeszutko</dc:creator><description>&lt;p&gt;Hi kont40,&lt;/p&gt;
&lt;p&gt;If you need Logger functionality proposed macro is fine. If you would like to print logs and process some text from the user you can be interested in CLI module. It allows to print text either by NRF_LOG_RAW_INFO or by the function nrf_cli_fprintf.&lt;/p&gt;
&lt;p&gt;If you need a simple message printer without logger and console you can use nrf_fprintf module.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>