<?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>UART sending data</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39518/uart-sending-data</link><description>hi, I&amp;#39;m using two nrf52840 and I was given a task to transmit a string between them. I&amp;#39;m trying to understand ble_uart central and peripheral examples. I&amp;#39;m using sdk15 and segger to compile. my problem is, how can i see the data transmitting from one</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Oct 2018 09:02:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39518/uart-sending-data" /><item><title>RE: UART sending data</title><link>https://devzone.nordicsemi.com/thread/153158?ContentTypeID=1</link><pubDate>Wed, 17 Oct 2018 09:02:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad624174-bd74-4331-94fc-476b16ae5eb2</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;The &lt;strong&gt;NRF_LOG_INFO(); &lt;/strong&gt;function is used for &lt;strong&gt;Real Time Transfer (&lt;/strong&gt;&lt;strong&gt;RTT) logging&lt;/strong&gt;, not &lt;strong&gt;UART&lt;/strong&gt;.&amp;nbsp;&lt;strong&gt;&lt;/strong&gt;The &lt;strong&gt;UART&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt; uses the printf(); function. You can read some information about the different techniques for communicating with the board &lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.gs.ses%2Fdita%2Fgs%2Fdeveloping%2Fcommunicate.html"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART sending data</title><link>https://devzone.nordicsemi.com/thread/153090?ContentTypeID=1</link><pubDate>Tue, 16 Oct 2018 14:13:58 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:28fb8757-7c82-4ffa-9af5-39579c654d17</guid><dc:creator>mercimek</dc:creator><description>&lt;p&gt;hello, thanks for your answer. I read and compiled the examples as written in there. the problem is I cannot see any printf line like&amp;nbsp;NRF_LOG_INFO(&amp;quot;BLE UART central example started.&amp;quot;);&lt;/p&gt;
&lt;p&gt;I&amp;#39;m sure I must see this on terminal. What will you recommend to me? What do you think why I don&amp;#39;t see any line?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: UART sending data</title><link>https://devzone.nordicsemi.com/thread/153058?ContentTypeID=1</link><pubDate>Tue, 16 Oct 2018 12:40:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:74a4bdaf-33c8-4a78-a58b-909690db755c</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Have you looked at the infocenter? Here you can find more in-depth information for each example, including how you can test the examples.&lt;/p&gt;
&lt;p&gt;For the UART Central (\examples\ble_central\ble_app_uart_c), you can find information on how to setup a test at the bottom of&lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_nus_c.html"&gt; this page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;For the UART Peripheral (\examples\ble_peripheral\ble_app_uart),&amp;nbsp;you can find information on how to setup a test at the bottom of &lt;a href="https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v15.0.0%2Fble_sdk_app_nus_eval.html"&gt;this page&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;In each of the pages on the infocenter you also find the correct UART settings that you should use in PuTTY.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>