<?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>CLI Agent &amp;gt; Print buffer to serial</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/42553/cli-agent-print-buffer-to-serial</link><description>Hi, I&amp;#39;m trying to print a buffer on the virtual serial (from USB) with the Zigbee CLI agent example on SES. 
 I was originally using the nrf_log function but I&amp;#39;d like to be able to print raw buffer without the logging module. 
 What could be the best</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 29 Jan 2019 09:10:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/42553/cli-agent-print-buffer-to-serial" /><item><title>RE: CLI Agent &gt; Print buffer to serial</title><link>https://devzone.nordicsemi.com/thread/168398?ContentTypeID=1</link><pubDate>Tue, 29 Jan 2019 09:10:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7194fc7e-ab18-448a-abc4-5a3a44406270</guid><dc:creator>Clem</dc:creator><description>&lt;p&gt;Thank you very much J&amp;oslash;rgen!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CLI Agent &gt; Print buffer to serial</title><link>https://devzone.nordicsemi.com/thread/165956?ContentTypeID=1</link><pubDate>Wed, 16 Jan 2019 12:19:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d36a7308-0fa8-4103-a878-63e6f8f16f4b</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;There is a&amp;nbsp;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/usbd_cdc_acm_example"&gt;USB CDC ACM Example&lt;/a&gt; in nRF5 SDK that show how to configure and use the USB CDC ACM module. If you do not want to use nrf_log, you should remove the init of nrf_log and replace it with USB CDC ACM. You can use the function&amp;nbsp;&lt;a href="https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-2-0/group__app__usbd__cdc__acm?20980#ga01f02199ff963085225751057f4d9e5d"&gt;app_usbd_cdc_acm_write&lt;/a&gt;() to write the buffer to USB COM port.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Jørgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>