<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Stamp Pico USB Serial]]></title><description><![CDATA[<p dir="auto">Hi ,<br />
im testing the Pico to create a standalone measurement device with 2 ADC and 2 DACs.Before i was using MCUs with internal USB but now i want to create a separte USB serial connection only to transmit the measurements to the PC and receive some settings from the PC.I can use the burner to transmit the program but i do not know how to create an additional serial.Where can i find a example code which is running on the PICO and where do i have to connect the D+D-?An additional USBC breakout board is available.   Hope anybody can help me to get started. Best regards Hannes</p>
]]></description><link>https://community.m5stack.com/topic/3772/stamp-pico-usb-serial</link><generator>RSS for Node</generator><lastBuildDate>Thu, 12 Mar 2026 02:26:13 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3772.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 24 Nov 2021 20:06:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Stamp Pico USB Serial on Fri, 26 Nov 2021 18:31:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> said in <a href="/post/15611">Stamp Pico USB Serial</a>:</p>
<blockquote>
<p dir="auto">Or in other words, there is no way to directly connect D- and D+ from the USB-C breakout to the M5PicoStamp.</p>
</blockquote>
<p dir="auto">Hi Felix,</p>
<p dir="auto">thanks alot for that information.<br />
Was hoping this converter could be easy be done by some ICs and restistors maybe but would be too difficult for me yet.<br />
So i think i will get another controller with built in or a cojntroller with onboard USBC connection.<br />
Makes no sense to spend much time and money if the device will be procudes 100 times each with MCU and a serial converter.</p>
<p dir="auto">Your help was great!!!</p>
<p dir="auto">Best regards<br />
Hannes</p>
]]></description><link>https://community.m5stack.com/post/15621</link><guid isPermaLink="true">https://community.m5stack.com/post/15621</guid><dc:creator><![CDATA[HannesKannes]]></dc:creator><pubDate>Fri, 26 Nov 2021 18:31:58 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp Pico USB Serial on Fri, 26 Nov 2021 06:47:06 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/14211">@HannesKannes</a></p>
<p dir="auto">D+ and D- are USB signals whereas Tx0 and Rx0 are serial signals. They are different and just wiring them together doesn't work. Somewhere between the two there needs to be an <strong>USB serial converter</strong>.</p>
<p dir="auto">If you'd like to use Tx0 and Rx0 of the M5PicoStamp you'll need an <strong>external</strong> USB serial converter - for instance the same you used to program the M5PicoStamp.</p>
<p dir="auto">If you'd like to connect D- and D+ from the USB-C breakout directly to an ESP32 you'll need to use an ESP32 variant like the ESP32<strong>C3</strong> which has USB <strong>built in</strong>.<br />
Or in other words, there is no way to directly connect D- and D+ from the USB-C breakout to the M5PicoStamp.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15611</link><guid isPermaLink="true">https://community.m5stack.com/post/15611</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Fri, 26 Nov 2021 06:47:06 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp Pico USB Serial on Fri, 26 Nov 2021 05:02:51 GMT]]></title><description><![CDATA[<p dir="auto">Hi Felix,<br />
<a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a><br />
sorry for this confusion.I tested to connect Tx0,Rx0,D+,D- but the USB wasnt recognized by PC. So there was no chance for me to initialize the com port to establish the connection.<br />
<img src="/assets/uploads/files/1637902109110-34cbde9d-1f19-4efb-b2b0-ee0455b8fef0-grafik.png" alt="0_1637902107608_34cbde9d-1f19-4efb-b2b0-ee0455b8fef0-grafik.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">I also tested to change D- and D+.Same result.<br />
I must have done something wrong^^</p>
<p dir="auto">Best regards</p>
<p dir="auto">Hannes</p>
]]></description><link>https://community.m5stack.com/post/15609</link><guid isPermaLink="true">https://community.m5stack.com/post/15609</guid><dc:creator><![CDATA[HannesKannes]]></dc:creator><pubDate>Fri, 26 Nov 2021 05:02:51 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp Pico USB Serial on Thu, 25 Nov 2021 21:55:33 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/14211">@HannesKannes</a></p>
<p dir="auto">hmm, I am a bit confused. You wrote '<em>where do i have to connect the D+D-</em>'. That indicated to us that you'll want built in USB.</p>
<p dir="auto">That said, what is wrong about just using the same TX and RX you used to program the device? If in your code you use <code>Serial.println()</code> that will be sent to RX and can  be read by your PC (via external Serial USB dongle)? What are we missing?</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15606</link><guid isPermaLink="true">https://community.m5stack.com/post/15606</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Thu, 25 Nov 2021 21:55:33 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp Pico USB Serial on Thu, 25 Nov 2021 19:51:27 GMT]]></title><description><![CDATA[<p dir="auto">Thanks Guys!<br />
I was hoping to get the connections (0,) G1 and G3 modified to be used as serial only after the programm was "burnt"<br />
I dont need a complete build in USB only the serial connection for data transmition.<br />
<img src="/assets/uploads/files/1637869557806-5124c704-b359-440a-afc9-7b371dd3a6ac-grafik.png" alt="0_1637869556165_5124c704-b359-440a-afc9-7b371dd3a6ac-grafik.png" class=" img-fluid img-markdown" /><br />
All of the other s connections are perfect for my project with 2 DACs and more than 2 ADCs.<br />
Additional components wouldnt be a problem. I have enough space on my SMD layout...<br />
Best regards</p>
<p dir="auto">Hannes</p>
]]></description><link>https://community.m5stack.com/post/15601</link><guid isPermaLink="true">https://community.m5stack.com/post/15601</guid><dc:creator><![CDATA[HannesKannes]]></dc:creator><pubDate>Thu, 25 Nov 2021 19:51:27 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp Pico USB Serial on Thu, 25 Nov 2021 09:36:33 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/4037">@felmue</a> is correct, the C3 is the only one with usb built in.</p>
]]></description><link>https://community.m5stack.com/post/15593</link><guid isPermaLink="true">https://community.m5stack.com/post/15593</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 25 Nov 2021 09:36:33 GMT</pubDate></item><item><title><![CDATA[Reply to Stamp Pico USB Serial on Wed, 24 Nov 2021 21:28:05 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/14211">@HannesKannes</a></p>
<p dir="auto">the <a href="https://docs.m5stack.com/en/core/stamp_pico" target="_blank" rel="noopener noreferrer nofollow ugc">M5Stamp Pico</a> uses the ESP32-PICO-D4 and searching within its datasheet for 'USB' yields nothing. I don't think this particular ESP32 variant has USB built in. If you want built in USB have a look at the <a href="https://docs.m5stack.com/en/core/stamp_c3" target="_blank" rel="noopener noreferrer nofollow ugc">M5Stamp C3</a>; USB pins are GPIO18 and GPIO19.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15591</link><guid isPermaLink="true">https://community.m5stack.com/post/15591</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Wed, 24 Nov 2021 21:28:05 GMT</pubDate></item></channel></rss>