<?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 Terminal over GPIO Pins</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/50069/serial-terminal-over-gpio-pins</link><description>Hi, 
 I am running my nRF9160 DK in &amp;quot;nRF Only Mode&amp;quot; (Via SW1). I would like to drive the serial terminal out via one of the GPIO pins, connected to my MAC using an FTDI serial to usb cable. 
 https://www.digikey.co.uk/product-detail/en/adafruit-industries</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 22 Jul 2019 16:39:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/50069/serial-terminal-over-gpio-pins" /><item><title>RE: Serial Terminal over GPIO Pins</title><link>https://devzone.nordicsemi.com/thread/199870?ContentTypeID=1</link><pubDate>Mon, 22 Jul 2019 16:39:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:91ac6449-3486-49e9-8678-02dcd5c1ad7f</guid><dc:creator>RodWatt</dc:creator><description>&lt;p&gt;I managed to get this working.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;I added the following code to the overlay file in nrf/samples/nrf9160/spm&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
	current-speed = &amp;lt;115200&amp;gt;;
	status = &amp;quot;ok&amp;quot;;
	tx-pin = &amp;lt;25&amp;gt;;
	rx-pin = &amp;lt;24&amp;gt;;
//	rts-pin = &amp;lt;12&amp;gt;;
//	cts-pin = &amp;lt;13&amp;gt;;
};
&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>