<?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>Unable to change the serial LTE modem baudrate</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/62658/unable-to-change-the-serial-lte-modem-baudrate</link><description>How do i change the baud rate for the serial LTE modem interface, changing the baudrate in the ~\ncs\v1.2.0\nrf\applications\serial_lte_modem\nrf9160dk_nrf9160ns.overlay has not effect :( 
 &amp;amp;uart2 { current-speed = &amp;lt;9600&amp;gt;; status = &amp;quot;okay&amp;quot;; tx-pin = &amp;lt;10</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jun 2020 07:15:22 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/62658/unable-to-change-the-serial-lte-modem-baudrate" /><item><title>RE: Unable to change the serial LTE modem baudrate</title><link>https://devzone.nordicsemi.com/thread/255678?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2020 07:15:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e652c0db-f806-475a-8a9c-50a9fdb6c9d3</guid><dc:creator>Larry</dc:creator><description>&lt;p&gt;Hi KK,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Since you are using UART0, you can use original GPIO used for the UART connection:&lt;/p&gt;
&lt;p&gt;&amp;amp;uart0 {&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; current-speed = &amp;lt;9600&amp;gt;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; status = &amp;quot;okay&amp;quot;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; tx-pin = &amp;lt;29&amp;gt;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; rx-pin = &amp;lt;28&amp;gt;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; rts-pin = &amp;lt;27&amp;gt;;&lt;br /&gt;&amp;nbsp; &amp;nbsp; cts-pin = &amp;lt;26&amp;gt;;&lt;br /&gt;};&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best Regards,&lt;/p&gt;
&lt;p&gt;Larry&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to change the serial LTE modem baudrate</title><link>https://devzone.nordicsemi.com/thread/255661?ContentTypeID=1</link><pubDate>Thu, 18 Jun 2020 05:56:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:65d975de-19bd-42b2-8a48-f8c1ea362f45</guid><dc:creator>kk2mkk</dc:creator><description>&lt;p&gt;Hi Heidi,&lt;/p&gt;
&lt;p&gt;UART0 is connected to usb-serial interface on the DK board which is used to send any AT command (in SLM app) from PC not for logging i guess.&lt;/p&gt;
[quote userid="82276" url="~/f/nordic-q-a/62658/unable-to-change-the-serial-lte-modem-baudrate/255590"]What do you mean by &amp;quot;it has no effect&amp;quot;?&amp;nbsp;[/quote]
&lt;p&gt;My problem is to communicate in lower baudrate like 9600 or 19200, so to achieve that i have made following changes in the .overlay file but still i cant communicate with the configured baudrate, am i missing something here?&lt;/p&gt;
&lt;p&gt;&amp;amp;uart0 {&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;current-speed = &amp;lt;9600&amp;gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;status = &amp;quot;okay&amp;quot;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;tx-pin = &amp;lt;18&amp;gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;rx-pin = &amp;lt;17&amp;gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;rts-pin = &amp;lt;21&amp;gt;;&lt;br /&gt;&amp;nbsp;&amp;nbsp; &amp;nbsp;cts-pin = &amp;lt;19&amp;gt;;&lt;br /&gt;};&amp;nbsp;&lt;/p&gt;
[quote userid="82276" url="~/f/nordic-q-a/62658/unable-to-change-the-serial-lte-modem-baudrate/255590"]To check if it has an effect, open up serial_lte_modem/build_folder/spm/zephyr/zpehyr.dts after building and read out [/quote]
&lt;p&gt;Yes i do see these changes reflecting in the zephyr.dts file, but cant communicate from PC to the DK board with the configured baudrate.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;regards&lt;/p&gt;
&lt;p&gt;KK&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Unable to change the serial LTE modem baudrate</title><link>https://devzone.nordicsemi.com/thread/255590?ContentTypeID=1</link><pubDate>Wed, 17 Jun 2020 14:59:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:68f4b0b6-ecd6-44af-8f68-d8c80bfe5dee</guid><dc:creator>Heidi</dc:creator><description>&lt;p&gt;Hi!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;What do you mean by &amp;quot;it has no effect&amp;quot;?&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Be aware that UART0 is logging to the COM port, not UART2 so if you&amp;#39;re trying to read out the logging info at a 9600 baudrate,&amp;nbsp;it will be illegible.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;To check if it has an effect, open up serial_lte_modem/build_folder/spm/zephyr/zpehyr.dts after building and read out current-speed under &amp;amp;uart2.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Heidi&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>