<?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[Accessing second UART on M5Stamp-PICO]]></title><description><![CDATA[<p dir="auto">Is there a way to access a second hardware UART on the M5Stamp-PICO?<br />
I do not need the SPI port but I do need the UART (and I2C) and uploading code while also using the UART in the application is really inconvenient.<br />
Any help appreciated.</p>
]]></description><link>https://community.m5stack.com/topic/3762/accessing-second-uart-on-m5stamp-pico</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 00:23:02 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3762.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 20 Nov 2021 12:55:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Accessing second UART on M5Stamp-PICO on Sat, 05 Nov 2022 01:22:37 GMT]]></title><description><![CDATA[<p dir="auto">Hi Felix,<br />
Sorry for the delay... my STAMP_PICO project was momentarily shelved but I just resurrected it and found your response.<br />
I will definitely try your suggestion since I would like to keep the native port to flash but I need another UART.<br />
Thank you!</p>
]]></description><link>https://community.m5stack.com/post/19204</link><guid isPermaLink="true">https://community.m5stack.com/post/19204</guid><dc:creator><![CDATA[didier9]]></dc:creator><pubDate>Sat, 05 Nov 2022 01:22:37 GMT</pubDate></item><item><title><![CDATA[Reply to Accessing second UART on M5Stamp-PICO on Sat, 20 Nov 2021 15:16:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/13661">@didier9</a></p>
<p dir="auto">for UART you should be able to use any available GPIO for RX and TX like this:</p>
<pre><code>Serial2.begin(115200, SERIAL_8N1, &lt;RX&gt;, &lt;TX&gt;);
</code></pre>
<p dir="auto">for I2C you should be able to use any available GPIO for SDA and SCL like this:</p>
<pre><code>Wire.begin(&lt;SDA&gt;, &lt;SCL&gt;);
</code></pre>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/15536</link><guid isPermaLink="true">https://community.m5stack.com/post/15536</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sat, 20 Nov 2021 15:16:10 GMT</pubDate></item></channel></rss>