<?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>How to enable RTS/CTS flow control on UART</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/103983/how-to-enable-rts-cts-flow-control-on-uart</link><description>I&amp;#39;m trying to send serial data from my computer (using python and pySerial) to the nrf52840. It works generally, however I am losing packets – my python reports that it wrote the correct amount of types (3) however my nrf52840 program only reports receiving</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 21 Sep 2023 08:25:34 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/103983/how-to-enable-rts-cts-flow-control-on-uart" /><item><title>RE: How to enable RTS/CTS flow control on UART</title><link>https://devzone.nordicsemi.com/thread/446993?ContentTypeID=1</link><pubDate>Thu, 21 Sep 2023 08:25:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f9f14de6-3fd1-41fd-a5bf-1710966cf407</guid><dc:creator>Kenneth</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;This can be done in the devicetree or overlay file by&amp;nbsp;adding the&amp;nbsp;hw-flow-control property, ref:&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/build/dts/api/bindings/serial/nordic%2Cnrf-uart.html#dtbinding-nordic-nrf-uart"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/build/dts/api/bindings/serial/nordic%2Cnrf-uart.html#dtbinding-nordic-nrf-uart&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Example of nrf52840dk_nrf52840.overlay:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
	status = &amp;quot;okay&amp;quot;;
	hw-flow-control;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;You may also check out this one:&lt;br /&gt;&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/peripheral/lpuart/README.html"&gt;https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/peripheral/lpuart/README.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kenneth&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>