<?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>Limiting the amount of data received from AT#XRECV command.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127073/limiting-the-amount-of-data-received-from-at-xrecv-command</link><description>Hi, 
 
 We are updating an older platform with the nRF9151 on an add-on PCB.The platform has very limited processing power and buffer space. 
 The nRF9151 module with the at firmware is connected via UART without CTS/RTS connected. Our previous modules</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Feb 2026 07:39:36 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127073/limiting-the-amount-of-data-received-from-at-xrecv-command" /><item><title>RE: Limiting the amount of data received from AT#XRECV command.</title><link>https://devzone.nordicsemi.com/thread/561780?ContentTypeID=1</link><pubDate>Mon, 23 Feb 2026 07:39:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ff373044-8bd3-4abc-9bfc-de92ad708874</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes its correct that the old Serial LTE Modem (SLM) application does not have the new version of&amp;nbsp;#XRECV command.&amp;nbsp;It has been added in the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/app/README.html"&gt;Serial Modem Application&lt;/a&gt;&amp;nbsp;which is available from&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/releases_and_maturity/migration/migration_guide_3.2.html#serial_lte_modem"&gt;NCS v3.2.0&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;So either you start using newer NCS version (simpler) or if you want you can also migrate from the SLM to serial modem by making changes as mentioned in this&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/migration_notes.html"&gt;link&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Limiting the amount of data received from AT#XRECV command.</title><link>https://devzone.nordicsemi.com/thread/561690?ContentTypeID=1</link><pubDate>Fri, 20 Feb 2026 11:01:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97076eaf-b891-4e2f-9379-6bc1ba623f0f</guid><dc:creator>Daniel B. J.</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve run some test using the&amp;nbsp;nRF91 firmware binaries v2.04 and the serial LTE modem firmware, and the at commands shown in the link you provided does not seem to match with the firmware I&amp;#39;ve tested.&lt;/p&gt;
&lt;p&gt;What firmware should i download/build in order to use that version of the #XRECV command?&lt;/p&gt;
&lt;p&gt;Kind regards, Daniel&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Limiting the amount of data received from AT#XRECV command.</title><link>https://devzone.nordicsemi.com/thread/561571?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2026 10:06:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbd96bcf-69e7-4028-9395-cb13954e9336</guid><dc:creator>Daniel B. J.</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Perfect, thank you.&lt;/p&gt;
&lt;p&gt;It seems I had bookmarked an older version of the at-firmware documentation with a simpler version of #XRECV described.&lt;/p&gt;
&lt;p&gt;Kind Regards,&lt;/p&gt;
&lt;p&gt;Daniel.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Limiting the amount of data received from AT#XRECV command.</title><link>https://devzone.nordicsemi.com/thread/561568?ContentTypeID=1</link><pubDate>Thu, 19 Feb 2026 09:27:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:56a71827-c8c7-4c6c-b6e9-5801c3585d62</guid><dc:creator>Syed Maysum Abbas Zaidi</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Yes,&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/app/at_socket.html#receive_data_xrecv"&gt;#XRECV&lt;/a&gt;&amp;nbsp;supports small reads. It has an optional &amp;lt;data_len&amp;gt; argument that lets you specify the maximum number of bytes to receive from the socket in a single call.&lt;br /&gt;However, this only limits how much data is&amp;nbsp;read per #XRECV and does not replace&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/addon-serial_modem-latest/page/app/sm_data_mode.html#flow_control_in_data_mode"&gt;UART hardware flow control&lt;/a&gt;. If the Serial Modem UART RX buffers fill up, it will disable UART reception.&amp;nbsp;Whereas when&amp;nbsp;hw flow control (RTS/CTS) is enabled, the modem can pause the sender, but without it incoming UART data may be dropped. Therefore, its sill recommended to add at least CTS.&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;br /&gt;Syed Maysum&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>