<?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 57600  Packet loss</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/14701/uart-57600-packet-loss</link><description>I use the softdevice which is s130.The code is from the demo: 
 static void nus_data_handler(ble_nus_t * p_nus, uint8_t * p_data, uint16_t length)
{
 for (uint32_t i = 0; i &amp;lt; length; i++)
 {
 while(app_uart_put(p_data[i]) != NRF_SUCCESS);
 }
/</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 23 Jun 2016 14:13:00 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/14701/uart-57600-packet-loss" /><item><title>RE: uart 57600  Packet loss</title><link>https://devzone.nordicsemi.com/thread/56094?ContentTypeID=1</link><pubDate>Thu, 23 Jun 2016 14:13:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:72fd6655-e203-4c43-9a4a-4da45ab28454</guid><dc:creator>Stefan Birnir Sverrisson</dc:creator><description>&lt;p&gt;Hi Davy&lt;/p&gt;
&lt;p&gt;When UART data is lost, it is usually either because UART TX buffer is too small or because the BAUD rate is too slow. I suspect the former in your case.  Make sure you use app_uart_fifo.c instead of app_uart.c in your project. Try also to make the UART fifo TX buffer larger, defined with UART_TX_BUF_SIZE constant in the ble_app_uart example in the SDK.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>