<?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>Serial LTE Modem doesn&amp;#39;t show what I typed</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116126/serial-lte-modem-doesn-t-show-what-i-typed</link><description>Is there an option (on cofig files etc.) to set it true for echoing what I typed on Serial LTE Modem firmware application?</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 12 Nov 2024 15:58:02 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116126/serial-lte-modem-doesn-t-show-what-i-typed" /><item><title>RE: Serial LTE Modem doesn't show what I typed</title><link>https://devzone.nordicsemi.com/thread/510166?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 15:58:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3c6448e2-0807-4fc3-a9c3-e2bb7c51198c</guid><dc:creator>Oguzhan Turk</dc:creator><description>&lt;p&gt;I created a pull request for this purpose:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/pull/18823"&gt;github.com/.../18823&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem doesn't show what I typed</title><link>https://devzone.nordicsemi.com/thread/510132?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 14:13:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5b6edcad-2617-499a-8307-797eb1c7ab5a</guid><dc:creator>Oguzhan Turk</dc:creator><description>&lt;p&gt;Ok, picocom worked fine with parameter &amp;quot;-c&amp;quot; and even tio worked fine with &amp;quot;-e&amp;quot;. But, I wrote an executable communicating with modem through UART with socket operations. And my parser&amp;nbsp;expects the first line of answer (what I read from buffer) is what I sent. And It works fine with modem shell&amp;#39;s at_cmd_mode. Because firmware application itself has local echo. I also mentioned in this answer: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/116126/serial-lte-modem-doesn-t-show-what-i-typed/509564"&gt;RE: Serial LTE Modem doesn&amp;#39;t show what I typed&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The question is is there way to do it&amp;nbsp;on serial lte modem as well? Maybe with assigning some variable on conf file etc?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem doesn't show what I typed</title><link>https://devzone.nordicsemi.com/thread/510080?ContentTypeID=1</link><pubDate>Tue, 12 Nov 2024 11:35:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2e83959-b73f-463d-9a64-2cd0ea547b0b</guid><dc:creator>Michal</dc:creator><description>&lt;p&gt;Hello, we would recommend using a terminal that supports local echo.&lt;/p&gt;
&lt;p&gt;Looks like tio has an ongoing issue on that, so best use something else, like maybe picocom: &lt;a href="https://github.com/tio/tio/issues/92"&gt;https://github.com/tio/tio/issues/92&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michal&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem doesn't show what I typed</title><link>https://devzone.nordicsemi.com/thread/509564?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 19:58:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:500b8624-23dc-46e3-95e1-36a7ea6ccb31</guid><dc:creator>Oguzhan Turk</dc:creator><description>&lt;p&gt;For the referance this line of modem_shell firmware application does it:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/main/samples/cellular/modem_shell/src/at/at_cmd_mode.c#L181"&gt;github.com/.../at_cmd_mode.c&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem doesn't show what I typed</title><link>https://devzone.nordicsemi.com/thread/509563?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 19:50:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:00a642de-e1e6-486c-bbae-9be1627163b0</guid><dc:creator>Oguzhan Turk</dc:creator><description>&lt;p&gt;Ok I&amp;#39;ve added&amp;nbsp;&lt;span&gt;CONFIG_SHELL but now I have another problem now:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;normally my uarts were:&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;chosen {
ncs,slm-ppp-uart = &amp;amp;uart0;
ncs,slm-uart = &amp;amp;uart1;
};&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;In order to enable shell uart we must add &amp;quot;zephyr,shell-uart = &amp;amp;uart1;&amp;quot; too so:&lt;/div&gt;
&lt;div&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt; &lt;/span&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;chosen {
ncs,slm-ppp-uart = &amp;amp;uart0;
zephyr,shell-uart = &amp;amp;uart1;
ncs,slm-uart = &amp;amp;uart1;
};&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;But then it constantly gives an error:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;[Sec Thread] Secure image initializing!
TF-M Float ABI: Hard
Lazy stacking enabled
Booting TF-M v2.0.0


FATAL ERROR: SecureFault
FATAL ERROR: HardFault&lt;/pre&gt;&lt;br /&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;I guess it&amp;#39;s because of both shell and slm uarts enabled on same uart, therefore if we do:&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;pre class="ui-code" data-mode="text"&gt;chosen {
ncs,slm-ppp-uart = &amp;amp;uart0;
zephyr,shell-uart = &amp;amp;uart1;
};&lt;/pre&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;Then, I was able to get shell uart which has echo. But this shell uart was not what I want. Because it was not containing&amp;nbsp;AT host on it. What I want is simply ncs,slm-uart with echo functionality.&lt;/span&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;div id="gtx-trans" style="left:59px;position:absolute;top:781px;"&gt;
&lt;div class="gtx-trans-icon"&gt;&lt;/div&gt;
&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem doesn't show what I typed</title><link>https://devzone.nordicsemi.com/thread/509405?ContentTypeID=1</link><pubDate>Thu, 07 Nov 2024 10:01:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6febf1c7-5aba-488f-8c8b-9923f8a7b729</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The reason for the lack of echo in the SLM application is that CONFIG_SHELL is disabled in the application. For the Modem Shell sample, CONFIG_SHELL is enabled, which again enables &lt;span&gt;CONFIG_SHELL_ECHO_STATUS by default. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;So you will need to add shell functionality to the SLM application to get the functionality you want. CONFIG_SHELL_ECHO_STATUS should be enabled by default, but if it is not you can enable it manually. &lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Maria&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem doesn't show what I typed</title><link>https://devzone.nordicsemi.com/thread/509267?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 14:25:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93385766-59b0-4507-ade1-b6de4e751b1a</guid><dc:creator>Oguzhan Turk</dc:creator><description>&lt;p&gt;Let&amp;#39;s say tio. There is an echo on modem shell but not on slm.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial LTE Modem doesn't show what I typed</title><link>https://devzone.nordicsemi.com/thread/509251?ContentTypeID=1</link><pubDate>Wed, 06 Nov 2024 13:42:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:de7c98cc-2432-45c2-9dd1-9340b01e9487</guid><dc:creator>Maria Gilje</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Which serial terminal are you using to interface with the nRF9160? &lt;/p&gt;
&lt;p&gt;I am not an expert in our cellular solutions, but a local echo seems more dependant on the serial terminal used than the application running on the board.&lt;/p&gt;
&lt;p&gt;The Serial Terminal application available through nRF Connect for Desktop is using local echo by default.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Maria&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>