<?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[Anyone using PlatformIO?  Unable to get serial terminal to work.]]></title><description><![CDATA[<p dir="auto">Does anyone here use platform IO?  I am unable to get the serial monitor to see what I print to the serial monitor.  Anyone else have this issue?</p>
<p dir="auto">Main.cpp</p>
<pre><code>#include &lt;Arduino.h&gt;
#include &lt;M5Unified.h&gt;

int counter1 = 0;

void setup() {
  auto cfg = M5.config();
  M5.begin(cfg);
  delay(500);

  M5.Display.setTextSize(2);
}

void loop() {
  M5.update();

  M5.Display.setCursor(0, 20);
  M5.Display.print("C1: ");
  M5.Display.print(counter1);

  Serial.println(counter1);
  delay(200);

  counter1++;
}
</code></pre>
<p dir="auto">Platform.ini</p>
<pre><code>[env:m5stack-atoms3]
platform = espressif32
board = m5stack-atoms3
framework = arduino
monitor_speed = 115200
monitor_rts = 0
monitor_dtr = 0
monitor_raw = yes
lib_deps = m5stack/M5Unified@^0.1.13
</code></pre>
]]></description><link>https://community.m5stack.com/topic/6280/anyone-using-platformio-unable-to-get-serial-terminal-to-work</link><generator>RSS for Node</generator><lastBuildDate>Wed, 11 Mar 2026 21:47:50 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/6280.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 31 Mar 2024 19:54:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Anyone using PlatformIO?  Unable to get serial terminal to work. on Sun, 31 Mar 2024 23:29:50 GMT]]></title><description><![CDATA[<p dir="auto">Thanks guys adding the build flags fixed the blank serial terminal in PlatformIO.</p>
]]></description><link>https://community.m5stack.com/post/24627</link><guid isPermaLink="true">https://community.m5stack.com/post/24627</guid><dc:creator><![CDATA[LukeS]]></dc:creator><pubDate>Sun, 31 Mar 2024 23:29:50 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone using PlatformIO?  Unable to get serial terminal to work. on Sun, 31 Mar 2024 21:02:29 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/62789">@LukeS</a></p>
<p dir="auto">please see this <a href="https://community.m5stack.com/topic/5858/serial-not-working-with-m5unified-on-atoms3/3">thread</a> for a solution.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/24621</link><guid isPermaLink="true">https://community.m5stack.com/post/24621</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 31 Mar 2024 21:02:29 GMT</pubDate></item><item><title><![CDATA[Reply to Anyone using PlatformIO?  Unable to get serial terminal to work. on Sun, 31 Mar 2024 20:59:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/62789">@lukes</a> In Arduino IDE you need to set the comm settings to USB CDC on Boot "Enabled", with S3 boards.</p>
]]></description><link>https://community.m5stack.com/post/24620</link><guid isPermaLink="true">https://community.m5stack.com/post/24620</guid><dc:creator><![CDATA[teastain]]></dc:creator><pubDate>Sun, 31 Mar 2024 20:59:54 GMT</pubDate></item></channel></rss>