<?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>Is there a way to disable flow control in CLI?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/23702/is-there-a-way-to-disable-flow-control-in-cli</link><description>I am trying everything. 
 In sdk_config: #define UART_DEFAULT_CONFIG_HWFC 0
In the nrf_cli_uart.c I changed it to APP_UART_FLOW_CONTROL_DISABLED, 
 in the pca10040.h I changed the pins to:
#define CTS_PIN_NUMBER 0xFF
#define RTS_PIN_NUMBER 0xFF </description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 26 Jul 2017 02:09:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/23702/is-there-a-way-to-disable-flow-control-in-cli" /><item><title>RE: Is there a way to disable flow control in CLI?</title><link>https://devzone.nordicsemi.com/thread/93198?ContentTypeID=1</link><pubDate>Wed, 26 Jul 2017 02:09:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3b20cfa3-37fc-4e4d-ab7a-04be65c12843</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;Thanks. I have it working now in both terminals. basically I changed the CLI library to APP_UART_FLOW_CONTROL_DISABLED and placed the CTS and RTS pins as unused w/ 0xFFFFFFFF.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to disable flow control in CLI?</title><link>https://devzone.nordicsemi.com/thread/93199?ContentTypeID=1</link><pubDate>Tue, 25 Jul 2017 06:28:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6c9a3f3f-4fb7-4ef1-9688-38ffe41ac9b3</guid><dc:creator>Jakub Rzeszutko</dc:creator><description>&lt;p&gt;I recommend using Putty.
CLI implements standard VT100 commands and it is easy to configure Putty like that. Please see related topic:
&lt;a href="https://devzone.nordicsemi.com/question/139432/cli-autocomplete/#comment-139481"&gt;devzone.nordicsemi.com/.../&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Important:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;The most important setting for you is &amp;quot;Keyboard&amp;quot; - last picture.&lt;/li&gt;
&lt;li&gt;When you are using serial connection &lt;strong&gt;you shall not&lt;/strong&gt; update &amp;quot;Terminal&amp;quot; settings - middle picture. In case of serial connection &amp;quot;Local echo&amp;quot; and &amp;quot;Local line editing&amp;quot; shall stay &amp;quot;auto&amp;quot;.&lt;/li&gt;
&lt;/ul&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to disable flow control in CLI?</title><link>https://devzone.nordicsemi.com/thread/93201?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 16:28:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:2acdac83-0403-4deb-84d0-8f1b5ed4bb44</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;Update: PuTTY works!. Basically what Tera Term is not doing is taking input. It does print. Anyway, if there is a way of making it work for Tera Term I would appreciate it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to disable flow control in CLI?</title><link>https://devzone.nordicsemi.com/thread/93200?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 16:19:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12ddca48-2f8d-4178-9fba-45292f176eb0</guid><dc:creator>Antonio</dc:creator><description>&lt;p&gt;I am using Tera Term VT. The way I know it is activated ie because I will not get any communication from the board, unless I activate some &amp;quot;real&amp;quot; (0-31) non-connected pins for CTS and RTS&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Is there a way to disable flow control in CLI?</title><link>https://devzone.nordicsemi.com/thread/93197?ContentTypeID=1</link><pubDate>Mon, 24 Jul 2017 06:33:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93d1aa19-4daa-4b3f-aac3-c6cbcfa32314</guid><dc:creator>Jakub Rzeszutko</dc:creator><description>&lt;p&gt;Hi Antonio,&lt;/p&gt;
&lt;p&gt;Please let me know what is the problem when you change above parameters?
How do you test that flow control is still activated?
What terminal are you using with CLI?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>