<?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[OMG, serial console!]]></title><description><![CDATA[<p dir="auto">Maybe everyone else knows this, but I just discovered that you can connect to the M5stickC over the serial connection and get a python prompt!</p>
<pre><code>&gt;plink -serial \\.\COM4 -sercfg 115200,8,1,n,n
[0;32mI (8) boot: ESP-IDF v3.3-beta1-696-gc4c54ce07 2nd stage bootloader[0m
[0;32mI (9) boot: compile time 19:37:28[0m
...
Connected. Network config: ...
Traceback (most recent call last):
  File "main.py", line 130, in &lt;module&gt;
  File "main.py", line 128, in &lt;module&gt;
  File "main.py", line 96, in GetAQI
NameError: name 'wait_ms' isn't defined
MicroPython v1.11-321-gac7da0a70-dirty on 2020-02-25; ESP32 module with ESP32
Type "help()" for more information.
</code></pre>
]]></description><link>https://community.m5stack.com/topic/1913/omg-serial-console</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 07:56:43 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1913.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 29 Apr 2020 15:40:26 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to OMG, serial console! on Thu, 30 Apr 2020 08:16:02 GMT]]></title><description><![CDATA[<p dir="auto">The serial console access is known as <strong>REPL.</strong><br />
If you didn't know about <strong>REPL</strong> then it is no wonder that you are surprised.</p>
]]></description><link>https://community.m5stack.com/post/8446</link><guid isPermaLink="true">https://community.m5stack.com/post/8446</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 30 Apr 2020 08:16:02 GMT</pubDate></item><item><title><![CDATA[Reply to OMG, serial console! on Wed, 29 Apr 2020 22:41:13 GMT]]></title><description><![CDATA[<p dir="auto">Thanks for the IDE recommendations.</p>
<p dir="auto">I like vstudio because I can load the vim extension and pretend that I'm using a terminal. :)<br />
(Shoveling python is my day job, so I don't tend to use an ide unless I have to).</p>
]]></description><link>https://community.m5stack.com/post/8438</link><guid isPermaLink="true">https://community.m5stack.com/post/8438</guid><dc:creator><![CDATA[dclaar]]></dc:creator><pubDate>Wed, 29 Apr 2020 22:41:13 GMT</pubDate></item><item><title><![CDATA[Reply to OMG, serial console! on Wed, 29 Apr 2020 22:33:32 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ajb2k3" aria-label="Profile: ajb2k3">@<bdi>ajb2k3</bdi></a> Thanks! I figured that <em>somebody</em> knew about it, but I had searched for various terms like serial, console, debug, etc, and didn't find it, so I thought I'd post this to perhaps help others find it. :)</p>
]]></description><link>https://community.m5stack.com/post/8437</link><guid isPermaLink="true">https://community.m5stack.com/post/8437</guid><dc:creator><![CDATA[dclaar]]></dc:creator><pubDate>Wed, 29 Apr 2020 22:33:32 GMT</pubDate></item><item><title><![CDATA[Reply to OMG, serial console! on Wed, 29 Apr 2020 21:48:16 GMT]]></title><description><![CDATA[<p dir="auto">Hi</p>
<p dir="auto">I have found Thonny a nice editor as well, it lets you interact with the shell and transfer files.</p>
<p dir="auto"><a href="https://thonny.org" target="_blank" rel="noopener noreferrer nofollow ugc">https://thonny.org</a></p>
]]></description><link>https://community.m5stack.com/post/8436</link><guid isPermaLink="true">https://community.m5stack.com/post/8436</guid><dc:creator><![CDATA[kylebuttress]]></dc:creator><pubDate>Wed, 29 Apr 2020 21:48:16 GMT</pubDate></item><item><title><![CDATA[Reply to OMG, serial console! on Wed, 29 Apr 2020 17:25:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dclaar" aria-label="Profile: dclaar">@<bdi>dclaar</bdi></a> Welcome to the Micropython world.<br />
This feature has been known and doumented several times, I think <a class="plugin-mentions-user plugin-mentions-a" href="/user/lukasmaximus" aria-label="Profile: lukasmaximus">@<bdi>lukasmaximus</bdi></a> made a video for it.</p>
<p dir="auto">BTW if you use the new beta firmware (1.5.0) use Mu as the IDE as it make coding so much easer.<br />
BTW2: you can also access it in vstudio.</p>
]]></description><link>https://community.m5stack.com/post/8435</link><guid isPermaLink="true">https://community.m5stack.com/post/8435</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Wed, 29 Apr 2020 17:25:26 GMT</pubDate></item></channel></rss>