<?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[M5Stack BASIC - screen turns off when Serial.begin used]]></title><description><![CDATA[<p dir="auto">Hi<br />
I couldn't find solution for my problem anywhere here. I'm playing with CORE + SIM7600 to receive SMS and facing weird problem. Everything works, until I call Serial.begin(9600); in setup(). For example I can upload simple Hello World code and it works just fine. But when I add Serial declaration in code, text shows up for a half of second and screen turns off. I really limited this to minimum and still can't find out what's wrong. Thank you for your help.</p>
<p dir="auto">#include &lt;M5Stack.h&gt;</p>
<p dir="auto">void setup(){<br />
M5.begin();<br />
M5.Power.begin();<br />
M5.Lcd.print("Hello World");<br />
Serial.begin(115200);<br />
}</p>
<p dir="auto">void loop() {<br />
}</p>
]]></description><link>https://community.m5stack.com/topic/3446/m5stack-basic-screen-turns-off-when-serial-begin-used</link><generator>RSS for Node</generator><lastBuildDate>Fri, 06 Mar 2026 07:48:31 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/3446.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 10 Jul 2021 19:08:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to M5Stack BASIC - screen turns off when Serial.begin used on Sun, 11 Jul 2021 09:53:49 GMT]]></title><description><![CDATA[<p dir="auto">Hello <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/11111">@DavidoZ</a></p>
<p dir="auto">why don't you try the provided <a href="https://github.com/m5stack/M5-ProductExampleCodes/blob/master/Module/COMX_LTE/COMX_LTE.ino" target="_blank" rel="noopener noreferrer nofollow ugc">example</a>?</p>
<p dir="auto">Strictly <code>Serial.begin()</code> isn't needed in <code>setup()</code> as <code>M5.begin()</code> already takes care of that. And for the communication with the SIM7600 you'll need to open <code>Serial2</code>. See above example.</p>
<p dir="auto">Thanks<br />
Felix</p>
]]></description><link>https://community.m5stack.com/post/14377</link><guid isPermaLink="true">https://community.m5stack.com/post/14377</guid><dc:creator><![CDATA[felmue]]></dc:creator><pubDate>Sun, 11 Jul 2021 09:53:49 GMT</pubDate></item></channel></rss>