<?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>Not responding to AT commands</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/61287/not-responding-to-at-commands</link><description>Hi Team, 
 
 i am working on serial LTE modem sample project trying to send at commands through serial lte link monitor, found that device is not responding to at commands after below mentioned sequence. 
 AT+CFUN=1; 
 AT+CFUN? 
 AT+CGATT=0 --&amp;gt; no response</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 27 May 2020 08:01:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/61287/not-responding-to-at-commands" /><item><title>RE: Not responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/251840?ContentTypeID=1</link><pubDate>Wed, 27 May 2020 08:01:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f63b5bb4-1988-4c2a-a287-c08cf5f31f3d</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi d4L,&lt;br /&gt;Would you like to share what you have changed in the code so we could take a look, and if it&amp;#39;s actually benefiting the sample we could add it &amp;amp; merge it with the existing sample.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/251669?ContentTypeID=1</link><pubDate>Tue, 26 May 2020 10:03:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9e7c90a2-958b-4f03-b981-36b9a9a25702</guid><dc:creator>d4L</dc:creator><description>&lt;p&gt;Hi there. The one(UART) which is used to send special BSD lib TCP commands and regular AT commands.&lt;br /&gt;Anyway I have fixed that issue. Just moded serial lte modem source, so now this example is much more responsive and does not have constant 100ms delay.&lt;br /&gt;Seems there are no side effects. So it is ok for me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/251475?ContentTypeID=1</link><pubDate>Mon, 25 May 2020 12:14:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b3972e1-75be-4b8a-b5e2-6b8bbd8a6f3b</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi d4L,&lt;br /&gt;Which serial terminal do you use on the computer side?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/251451?ContentTypeID=1</link><pubDate>Mon, 25 May 2020 10:54:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:452b5d93-24be-4cbc-9d5f-c33dc8c626a4</guid><dc:creator>d4L</dc:creator><description>&lt;p&gt;Hello. I have tested that firmware. Now modem does not stuck after few AT commands, now it just ignores them, it handles AT commands too slow. Without 100ms delays it just ignores, at least doesn&amp;#39;t brick as it was before. This firmware fixed bricking, but not speed of AT cmd handling which is way too slow.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/250154?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 11:02:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b967e609-9c26-46eb-9e9b-1b5686bd2219</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Praveen,&lt;br /&gt;I have build the&amp;nbsp;Serial LTE Modem sample with the included fix that Håkon mentioned.&lt;br /&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-863dd52b67a749b386ad5c2bbfcf04bd/serial_5F00_lte_5F00_modem_5F00_15_5F00_05.hex"&gt;devzone.nordicsemi.com/.../serial_5F00_lte_5F00_modem_5F00_15_5F00_05.hex&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;Please try this version and you should not get this modem &amp;quot;forever&amp;quot; hand.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;BR,&lt;br /&gt;Martin l.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/250133?ContentTypeID=1</link><pubDate>Fri, 15 May 2020 09:42:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:58a5fe74-0678-428a-9560-22681ef99357</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Can you try implementing &lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/pull/2264"&gt;this PR&lt;/a&gt; and see if it solves it?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Not responding to AT commands</title><link>https://devzone.nordicsemi.com/thread/249700?ContentTypeID=1</link><pubDate>Wed, 13 May 2020 11:41:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c59e411f-e8c5-4f54-97f1-d121d1fa2151</guid><dc:creator>Hakon</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;can you send me the code so I can try to reproduce the issue?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>