<?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[SIM800C send sms - Uiflow or Micropython]]></title><description><![CDATA[<p dir="auto">Hi,<br />
I'm stuck with code to send SMS, I'm not able to find how to send char at the end of command Ascii(26).<br />
The uart.writechar is not recognized.<br />
Code:<br />
uart2.write('AT+CMGS="+48xxxxxxxx"\r')<br />
uart2.write('Test SIM800')  &lt;- and here should be send ASCII(26)<br />
wait(1)</p>
]]></description><link>https://community.m5stack.com/topic/2988/sim800c-send-sms-uiflow-or-micropython</link><generator>RSS for Node</generator><lastBuildDate>Tue, 05 May 2026 16:13:03 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/2988.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 22 Feb 2021 15:40:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to SIM800C send sms - Uiflow or Micropython on Mon, 22 Feb 2021 19:34:50 GMT]]></title><description><![CDATA[<p dir="auto">Solution:<br />
isMessage = (str('Test SIM800') + chr(26))</p>
]]></description><link>https://community.m5stack.com/post/12619</link><guid isPermaLink="true">https://community.m5stack.com/post/12619</guid><dc:creator><![CDATA[Jacek]]></dc:creator><pubDate>Mon, 22 Feb 2021 19:34:50 GMT</pubDate></item></channel></rss>