<?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[Sim800l module]]></title><description><![CDATA[<p dir="auto">I can't find any example about sim800l module. Can you help with that.</p>
]]></description><link>https://community.m5stack.com/topic/63/sim800l-module</link><generator>RSS for Node</generator><lastBuildDate>Mon, 04 May 2026 07:16:02 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/63.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 02 Jan 2018 18:10:19 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Sim800l module on Fri, 05 Jan 2018 06:26:54 GMT]]></title><description><![CDATA[<p dir="auto">no serial1, m5stack offer serial0 and serial2</p>
]]></description><link>https://community.m5stack.com/post/143</link><guid isPermaLink="true">https://community.m5stack.com/post/143</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Fri, 05 Jan 2018 06:26:54 GMT</pubDate></item><item><title><![CDATA[Reply to Sim800l module on Thu, 04 Jan 2018 18:51:19 GMT]]></title><description><![CDATA[<p dir="auto">Can I use:<br />
HardwareSerial Serial1(1);<br />
to declare RX and Tx for communication between the board and sim800l module?</p>
]]></description><link>https://community.m5stack.com/post/141</link><guid isPermaLink="true">https://community.m5stack.com/post/141</guid><dc:creator><![CDATA[Souheil]]></dc:creator><pubDate>Thu, 04 Jan 2018 18:51:19 GMT</pubDate></item><item><title><![CDATA[Reply to Sim800l module on Thu, 04 Jan 2018 02:11:48 GMT]]></title><description><![CDATA[<p dir="auto">it use AT command, so you can use the serial&lt;-&gt;serial2 program to test it.<br />
if (Serial2.available()) {<br />
int inByte = Serial2.read();<br />
Serial.write(inByte);<br />
}</p>
<p dir="auto">// read from port 0, send to port 1:<br />
if (Serial.available()) {<br />
int inByte = Serial.read();<br />
Serial2.write(inByte);<br />
}</p>
<p dir="auto">bps=9600</p>
]]></description><link>https://community.m5stack.com/post/137</link><guid isPermaLink="true">https://community.m5stack.com/post/137</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Thu, 04 Jan 2018 02:11:48 GMT</pubDate></item></channel></rss>