<?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>nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/16637/nrf52-app_uart-send-data-missed-on-pc-side</link><description>I&amp;#39;m trying to send a set of 246 bytes by uart fifo. I have a PC side which retreive the data, but I always miss some bytes (4 to 6). 
 I&amp;#39;m checking app_uart_put return and it always return NRF_SUCCESS, otherwise the LED would lit 
 for (uint8_t i =</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 26 Sep 2016 09:41:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/16637/nrf52-app_uart-send-data-missed-on-pc-side" /><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63639?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2016 09:41:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:45f30e42-ac67-477e-8fb7-d71d9abfc1a2</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;CTS and RTS are the flow control pins, so if you do not have enough pins, then you need to disable the flow control, i.e.  &lt;code&gt;.flow_control = APP_UART_FLOW_CONTROL_DISABLED&lt;/code&gt;.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63637?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2016 09:03:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6e815b10-38a6-447f-a025-afe4f7e19ddf</guid><dc:creator>makouda</dc:creator><description>&lt;p&gt;@Bjorn I have only two pins, TX and RX, that&amp;#39;s the purpose of CTS and RTS ??&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63636?ContentTypeID=1</link><pubDate>Mon, 26 Sep 2016 08:49:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65a6eaf8-54f4-47a0-961c-f8484d8b70e1</guid><dc:creator>bjorn-spockeli</dc:creator><description>&lt;p&gt;@makouda: I doubt that  having flow control enabled, i.e. &lt;code&gt;APP_UART_FLOW_CONTROL_ENABLED&lt;/code&gt;, and the RTS and CTS pins set to &lt;code&gt;NULL&lt;/code&gt; at the same time is a good idea.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63638?ContentTypeID=1</link><pubDate>Fri, 23 Sep 2016 19:04:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:76888284-960c-429c-9b5e-42762765cbd9</guid><dc:creator>Nguyen Hoan Hoang</dc:creator><description>&lt;p&gt;I use CoolTerm.  It is very good easy to use and available on Windows, OSX &amp;amp; Linux.  No loss.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63635?ContentTypeID=1</link><pubDate>Fri, 23 Sep 2016 14:25:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:320d15b8-d9e9-4d86-b779-e8d1d9145f4f</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;Ok - it might depend of what chips sits in your usb to uart cable, but i assume that might be PuTTy problem. I observed similar issue when transferig tons of data at high throughputs (3mbps). I suggest checking other software. For me, very simple program called &amp;quot;termite&amp;quot; worked really good - no missing bytes at all. PuTTy lost randomly some bytes...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63634?ContentTypeID=1</link><pubDate>Fri, 23 Sep 2016 14:23:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c257d402-349a-4c80-8381-14ac65f776ce</guid><dc:creator>makouda</dc:creator><description>&lt;p&gt;I&amp;#39;m using putty as software and USB To RS232 TTL UART  as hardware&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63633?ContentTypeID=1</link><pubDate>Fri, 23 Sep 2016 14:08:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a0920ad-e1cb-43dc-9231-449f05ff8382</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;yup, so that is usb&amp;lt;-&amp;gt; serial adapter. is it ft232 or something else? what software are you using?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63632?ContentTypeID=1</link><pubDate>Fri, 23 Sep 2016 14:07:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0beaf83d-416c-4053-9a3f-b9f27c63d15d</guid><dc:creator>makouda</dc:creator><description>&lt;p&gt;no I dont use serial adapter, I&amp;#39;m using TX RX uart cable with UART to USB adapter on pc side&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nrf52 app_uart send : data missed on pc side</title><link>https://devzone.nordicsemi.com/thread/63631?ContentTypeID=1</link><pubDate>Fri, 23 Sep 2016 13:58:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0bfaedc2-a174-47ed-beb5-a37a89955fa1</guid><dc:creator>Wojtek</dc:creator><description>&lt;p&gt;what software are you using on pc to retrieve data?  and what serial adapter, segger?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>