<?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>DevAcademy ncs fundamentals Lesson 3 Exercise 2</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105191/devacademy-ncs-fundamentals-lesson-3-exercise-2</link><description>Hi, 
 
 For the last parts of exercise 2 for lesson 3 of the DevAcademy ncs fundamentals, may I know what are the serial parameters below to output the string in 9600 baud rate? 
 data bits stop bits parity flow control</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 31 Oct 2023 15:12:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105191/devacademy-ncs-fundamentals-lesson-3-exercise-2" /><item><title>RE: DevAcademy ncs fundamentals Lesson 3 Exercise 2</title><link>https://devzone.nordicsemi.com/thread/453336?ContentTypeID=1</link><pubDate>Tue, 31 Oct 2023 15:12:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:150a7306-79c1-427b-ba26-fdb1472a8ea7</guid><dc:creator>al_ns</dc:creator><description>&lt;p&gt;Hello Runar,&lt;/p&gt;
&lt;p&gt;I mean the instruction is to make the baudrate to 9600 in step 13 in the overlay file.&lt;/p&gt;
&lt;p&gt;I was able to go through it again this time with the following parameters that is ask by the workspace when I connect to serial port:&lt;/p&gt;
&lt;p&gt;baud rate: 9600&lt;br /&gt;data bits: 8&lt;br /&gt;stop bits: 1&lt;br /&gt;parity: none&lt;br /&gt;flow control: RTSCTS&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1698765089882v2.png" /&gt;&lt;/p&gt;
&lt;p&gt;This is working now on my end.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1698765127133v3.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thank you for the assistance.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DevAcademy ncs fundamentals Lesson 3 Exercise 2</title><link>https://devzone.nordicsemi.com/thread/453124?ContentTypeID=1</link><pubDate>Mon, 30 Oct 2023 16:45:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5c5d464e-9032-4d10-a89a-fdc33ac2a5b0</guid><dc:creator>runsiv</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You would need to&amp;nbsp;make a change in the overlay for your board.&lt;/p&gt;
&lt;p&gt;If you don&amp;#39;t have an overlay you can create one by clicking as shown in this image&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1698684229830v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;&amp;amp;uart0 {
	status = &amp;quot;okay&amp;quot;;
	current-speed = &amp;lt;new baud rate&amp;gt;; //&amp;lt;115200&amp;gt; is the default baud rate;
};&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;
&lt;p&gt;Runar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>