<?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[How to stop the state information output to the serial port 0?]]></title><description><![CDATA[<p dir="auto">I want to control UART device through serial 0 of the M5stack.<br />
But M5stack output string (status information?) to the serial 0 at the timing of power on and reset. This string cause error of the UART device. So I want to stop this output. The string is like following.</p>
<hr />
<p dir="auto">ets Jun  8 2016 00:22:57</p>
<p dir="auto">rst:0x1 (POWERON_RESET),boot:0x17 (SPI_FAST_FLASH_BOOT)<br />
configsip: 0, SPIWP:0xee<br />
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00<br />
mode:DIO, clock div:1<br />
load:0x3fff0018,len:4<br />
load:0x3fff001c,len:1100<br />
load:0x40078000,len:9232<br />
load:0x40080400,len:6400<br />
entry 0x400806a8<br />
M5Stack initializing...OK</p>
<hr />
<p dir="auto">Even if the program is just only initializing process, the string is output. I am very confusing that. How can I stop it?</p>
<hr />
<p dir="auto">#include &lt;M5Stack.h&gt;<br />
//HardwareSerial Myserial(0);</p>
<p dir="auto">void setup() {<br />
// put your setup code here, to run once:<br />
M5.begin(true, false, true);<br />
serial.begin(115200);<br />
}</p>
<p dir="auto">void loop() {<br />
// put your main code here, to run repeatedly:<br />
delay (100);<br />
}</p>
]]></description><link>https://community.m5stack.com/topic/1280/how-to-stop-the-state-information-output-to-the-serial-port-0</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 23:34:09 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1280.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Sep 2019 02:16:50 GMT</pubDate><ttl>60</ttl></channel></rss>