<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.2" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>LeafLabs Garden &#187; Topic: SIM900 Shield programming</title>
		<link>http://forums.leaflabs.com/topic.php?id=74347</link>
		<description>A place to share, learn, and grow...</description>
		<language>en-US</language>
		<pubDate>Fri, 22 Jan 2016 00:20:27 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.2</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://forums.leaflabs.com/search.php</link>
		</textInput>
		<atom:link href="http://forums.leaflabs.com/rss.php?topic=74347" rel="self" type="application/rss+xml" />

		<item>
			<title>umam on "SIM900 Shield programming"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74347#post-105435</link>
			<pubDate>Sun, 15 Jun 2014 21:53:45 +0000</pubDate>
			<dc:creator>umam</dc:creator>
			<guid isPermaLink="false">105435@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thank you for your response gbulmer
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "SIM900 Shield programming"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74347#post-105434</link>
			<pubDate>Sun, 15 Jun 2014 12:03:16 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105434@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;umam - I avoid commenting on code that doesn't compile.&#60;br /&#62;
I haven't used that device, either.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>umam on "SIM900 Shield programming"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74347#post-105433</link>
			<pubDate>Sat, 14 Jun 2014 06:58:21 +0000</pubDate>
			<dc:creator>umam</dc:creator>
			<guid isPermaLink="false">105433@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Thanks gbulmer for your response.&#60;/p&#62;
&#60;p&#62;Sorry, I made mistake when write in this forum. But in my IDE the spelling is not mistake like that.&#60;/p&#62;
&#60;p&#62;Do you looked another mistakes in my code like flow of GPRS programming or the other?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gbulmer on "SIM900 Shield programming"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74347#post-105432</link>
			<pubDate>Sat, 14 Jun 2014 06:14:07 +0000</pubDate>
			<dc:creator>gbulmer</dc:creator>
			<guid isPermaLink="false">105432@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;umam - that code contains an error, it tries to call &#60;code&#62;delya(500);&#60;/code&#62; which does not exist. Change that to &#60;code&#62;delay(500);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I suggest you try to learn how to use the compilers error messages.&#60;br /&#62;
Take a small working example program, and change a few characters, and see what the error message says. undo the change and try something different. That way, you'll know where the error is, and what it is. It may help you understand the error messages.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>umam on "SIM900 Shield programming"</title>
			<link>http://forums.leaflabs.com/topic.php?id=74347#post-105429</link>
			<pubDate>Fri, 13 Jun 2014 17:44:38 +0000</pubDate>
			<dc:creator>umam</dc:creator>
			<guid isPermaLink="false">105429@http://forums.leaflabs.com/</guid>
			<description>&#60;p&#62;Dear,&#60;/p&#62;
&#60;p&#62;Sorry, I'm newbie for ARM maple. I'm trying GPRS Shield using SIM900. I try this code:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;void setup()
{
 Serial1.begin(19200);
 delay(500);
 Serial1.println(&#38;quot;AT+IPR=19200&#38;quot;);
 delya(500);
}

void loop()
{
 Serial1.println(&#38;quot;AT+CMGF=1&#38;quot;);
 delay(500);
 Serial1.println(&#38;quot;AT+CMGS=&#38;quot;/+6281286692xxx/&#38;quot;&#38;quot;);
 delay(500);
 Serial1.print(&#38;quot;Hello&#38;quot;);
 delay(2000);
 Serial1.print(0x1A,BYTE);
 delay(2000);
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;But, my code can't working. Any mistake with my code?&#60;/p&#62;
&#60;p&#62;Thanks,&#60;/p&#62;
&#60;p&#62;Umam
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
