<?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>About the length of the serial buffer</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/21967/about-the-length-of-the-serial-buffer</link><description>#define UART_TX_BUF_SIZE 1024
#define UART_RX_BUF_SIZE 1024
Why to send and receive buffer length of the definition of 1024 bytes, increase the value, again if serial port will not work</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 May 2017 10:51:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/21967/about-the-length-of-the-serial-buffer" /><item><title>RE: About the length of the serial buffer</title><link>https://devzone.nordicsemi.com/thread/86191?ContentTypeID=1</link><pubDate>Thu, 11 May 2017 10:51:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7317e4d4-f6bc-4d0a-878f-88d634ad418a</guid><dc:creator>Sigurd</dc:creator><description>&lt;p&gt;The size of &lt;code&gt;UART_TX_BUF_SIZE&lt;/code&gt;/ &lt;code&gt;UART_RX_BUF_SIZE&lt;/code&gt;  is the RAM buffer size you want to reserve for uart library. You can change this define to increase or decrease the number as per your requirement but keeping the RAM size in mind. Note that the size of the buffers needs to be a power of 2.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>