<?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>Disable HWFC in serial modem application</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/74011/disable-hwfc-in-serial-modem-application</link><description>Is there a way to configure the serial LTE modem application to communicate through the UART using a 2-wire Tx/Rx with Hardware flow control disabled? 
 I have read that you can toggle this parameter: 
 CONFIG_SLM_DATAMODE_HWFC - UART HWFC for data mode</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Apr 2021 15:25:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/74011/disable-hwfc-in-serial-modem-application" /><item><title>RE: Disable HWFC in serial modem application</title><link>https://devzone.nordicsemi.com/thread/305153?ContentTypeID=1</link><pubDate>Thu, 15 Apr 2021 15:25:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e08a734d-6c56-437d-89cf-58fbba8d39ff</guid><dc:creator>upswing</dc:creator><description>&lt;p&gt;I did update the overlay file last night and removed the offending configuration settings.&amp;nbsp; The application compiles but I still have to validate the solution.&amp;nbsp; I&amp;nbsp; will respond with the results later today.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you for your help&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Disable HWFC in serial modem application</title><link>https://devzone.nordicsemi.com/thread/305145?ContentTypeID=1</link><pubDate>Thu, 15 Apr 2021 14:44:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93a66bd6-cc63-4603-9390-f35ce5d59b76</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;To disable flow control, make sure&amp;nbsp;hw-flow-control is not present in the dts node of the uart instance you&amp;#39;re using (remove it from &lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.5.1-rc1/applications/serial_lte_modem/nrf9160dk_nrf9160ns.overlay#L9"&gt;nrf9160dk_nrf9160ns.overlay&lt;/a&gt;), you can confirm this by checking the file build/zephyr/zephyr.dts. Earlier flow control was configured through Kconfig, but now it is done through dts/overlay-files.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m not sure what will happen if you set&amp;nbsp;CONFIG_SLM_DATAMODE_HWFC=n and enable flow control in the device tree, but I can see that it will fail if the opposite is the case:&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v1.5.1-rc1/applications/serial_lte_modem/src/slm_at_tcp_proxy.c#L862-L865"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v1.5.1-rc1/applications/serial_lte_modem/src/slm_at_tcp_proxy.c#L862-L865&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>