<?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>Arduino Primo SoftwareSerial</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/27655/arduino-primo-softwareserial</link><description>I am attempting to run the SoftwareSerial example on the Arduino Primo.
The example code does not work and I am wondering whether the pin assignments are correct.
Example code: 
 #include &amp;lt;SoftwareSerial.h&amp;gt;

SoftwareSerial mySerial(2, 3); // RX,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 30 Nov 2017 14:35:51 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/27655/arduino-primo-softwareserial" /><item><title>RE: Arduino Primo SoftwareSerial</title><link>https://devzone.nordicsemi.com/thread/109180?ContentTypeID=1</link><pubDate>Thu, 30 Nov 2017 14:35:51 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c2043c07-a1c1-4bf2-b20a-d42026e6aa18</guid><dc:creator>Bj&amp;#248;rn Kvaale</dc:creator><description>&lt;p&gt;What kind of error code are you getting? Does the program run or not? Have you taken a look at &lt;a href="https://www.arduino.cc/en/Reference/SoftwareSerial"&gt;this link here&lt;/a&gt;? I think &lt;a href="https://www.arduino.cc/en/Tutorial/SoftwareSerialExample"&gt;this page&lt;/a&gt; could also be very helpful. They&amp;#39;re using pins 10 &amp;amp; 11 for RX &amp;amp; TX respectively instead of 2 &amp;amp; 3. Might want to try that instead.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>