<?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[AtomS3 lite uart G1 G2]]></title><description><![CDATA[<p dir="auto">Hello,<br />
In AtomS3 lite, I want to use the exposed G1 G2 pins as a UART in Arduino environment.<br />
How can I setup the serial port?</p>
<p dir="auto">Thanks.</p>
]]></description><link>https://community.m5stack.com/topic/7583/atoms3-lite-uart-g1-g2</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 11:00:46 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/7583.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 28 May 2025 22:55:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to AtomS3 lite uart G1 G2 on Fri, 30 May 2025 03:50:53 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/xgonc" aria-label="Profile: xgonc">@<bdi>xgonc</bdi></a></p>
<pre><code>SoftwareSerial mySerial(1, 2);

void setup() {
  mySerial.begin(115200);
}

void loop() {
  mySerial.write("Hello world!");
}
</code></pre>
]]></description><link>https://community.m5stack.com/post/29131</link><guid isPermaLink="true">https://community.m5stack.com/post/29131</guid><dc:creator><![CDATA[kuriko]]></dc:creator><pubDate>Fri, 30 May 2025 03:50:53 GMT</pubDate></item></channel></rss>