<?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 issue</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/25217/uart-issue</link><description>How should we empty the receiver array after getting response from receiver using uart since previous values are also coming with new values (or) how much delay should be kept from first received message to next received message</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 15 Sep 2017 11:49:54 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/25217/uart-issue" /><item><title>RE: Uart issue</title><link>https://devzone.nordicsemi.com/thread/99368?ContentTypeID=1</link><pubDate>Fri, 15 Sep 2017 11:49:54 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45eebe59-a736-40e1-af55-3e4ffbcf89c3</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Are you using the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/hardware_driver_uart.html?cp=4_0_0_2_18"&gt;uart driver&lt;/a&gt; or the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/group__app__uart.html?cp=4_0_0_6_10_50"&gt;uart library&lt;/a&gt; (app_uart)? If you are using the driver in non-blocking mode, you will get a callback when the transfer is finished. You can then read the array before setting up a new transfer. Please have a look at the &lt;a href="http://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v14.0.0/uart_example.html?cp=4_0_0_4_5_42"&gt;UART example in the SDK&lt;/a&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>