<?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>Logging and UART-interfacing</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43531/logging-and-uart-interfacing</link><description>Hello everyone, I&amp;#39;m using nRF52 kit which has got only one UART module, i&amp;#39;m also using the log driver(which uses UART, typing stuff into a virtual terminal using NRF_LOG_INFO) and I want to interface an esp8266 which also uses UART, is there a way to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 11 Feb 2019 09:08:59 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43531/logging-and-uart-interfacing" /><item><title>RE: Logging and UART-interfacing</title><link>https://devzone.nordicsemi.com/thread/170281?ContentTypeID=1</link><pubDate>Mon, 11 Feb 2019 09:08:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:60e27ffb-7f6d-46b9-a112-79ad5aeb9f6d</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can use the Segger RTT as backend for the nrf_log instead of the UART. Set&amp;nbsp;NRF_LOG_BACKEND_RTT_ENABLED to 1 in sdk_config.h, if you are using Segger embedded studio IDE, RTT logs can be shown directly in the IDE. If you are using a different IDE/Toolchain, you can use&amp;nbsp;JLinkRTTViewer.exe.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>