<?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 Communication with nrf5340 and Windows 10</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112321/serial-communication-with-nrf5340-and-windows-10</link><description>How do I get to the point that I can print a simple &amp;quot;Hello World&amp;quot; on a terminal from a custom board? 
 I have a custom board the is based on the nrf5340. Specifically, I am using the Raytac MDBT53-1M module. I am able to program the board and I have verified</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 24 Jun 2024 08:12:31 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112321/serial-communication-with-nrf5340-and-windows-10" /><item><title>RE: Serial Communication with nrf5340 and Windows 10</title><link>https://devzone.nordicsemi.com/thread/490164?ContentTypeID=1</link><pubDate>Mon, 24 Jun 2024 08:12:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:153a0b50-8c0e-47c9-8c29-f4e517236d6f</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am glad to hear you got it working. Unfortunately you cannot get just a USB CDC device showing up in VS Code, as it requiers J-Link (see the &lt;a href="https://docs.nordicsemi.com/bundle/nrf-connect-vscode/page/reference/ui_sidebar_connected_devices.html"&gt;documentation&lt;/a&gt; for details).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial Communication with nrf5340 and Windows 10</title><link>https://devzone.nordicsemi.com/thread/490040?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 17:28:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:06df854b-d5e6-4d35-a8ab-c71c2aceb13e</guid><dc:creator>mhandford</dc:creator><description>&lt;p&gt;I seem to have crossed my positive and negative inputs on the usb lines on the board. I used your supplied code, and it works perfectly with puTTy. Thanks for your help trouble shooting.&lt;/p&gt;
&lt;p&gt;As a follow up, is there any way to get nrf connect to detect the board as a device? While I can get the puTTy terminal to see the board, it doesn&amp;#39;t show up under &amp;quot;connected devices&amp;quot; in vscode.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial Communication with nrf5340 and Windows 10</title><link>https://devzone.nordicsemi.com/thread/490036?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 17:01:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a16dfb9e-ffa4-4f2a-9cef-27c34644c9a7</guid><dc:creator>mhandford</dc:creator><description>&lt;p&gt;I have uploaded the code to the nrf5340dk and it seems to work. So maybe it&amp;#39;s an issue with the board? Are there certain pin requirements for&amp;nbsp;CDC ACM to work?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial Communication with nrf5340 and Windows 10</title><link>https://devzone.nordicsemi.com/thread/490035?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 16:59:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fec94d00-b5dd-4b19-8eb9-3b0ab8667fc9</guid><dc:creator>mhandford</dc:creator><description>&lt;p&gt;Windows still doesn&amp;#39;t recognize the usb device.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ve swap to trying the usb console sample that seems like a simpler sample to work with.&lt;/p&gt;
&lt;p&gt;I will attach the project files.&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/6064.console.zip"&gt;devzone.nordicsemi.com/.../6064.console.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Serial Communication with nrf5340 and Windows 10</title><link>https://devzone.nordicsemi.com/thread/490014?ContentTypeID=1</link><pubDate>Fri, 21 Jun 2024 14:37:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b6eff85b-6af5-4e2f-86f3-cb91f21c6713</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I did a quick test on my end using the following device tree overlay:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;/ {
	chosen {
		zephyr,console = &amp;amp;cdc_acm_uart0;
	};
};

&amp;amp;zephyr_udc0 {
	cdc_acm_uart0: cdc_acm_uart0 {
		compatible = &amp;quot;zephyr,cdc-acm-uart&amp;quot;;
	};
};
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And with that I got terminal over CDC ACM working on Windows 10. Does it work if you do this on your end? If not, can you share the entier project with your modifications?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>