<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<channel>
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>

<language>en-gb</language>
				<copyright><a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank"><img alt="Creative Commons License" width="80" height="15" style="border-width:0" src="http://i.creativecommons.org/l/by-nc/2.5/in/80x15.png" target="_blank" /></a>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc/2.5/in/" target="_blank">Creative Commons Attribution-Noncommercial 2.5 India License</a>.<a href='http://www.8051projects.net/disclaimer.htm' target='_blank' />Rickey's World Disclaimer</a></copyright>
				<managingEditor>Ajay Bhargav - contact@nospam.com</managingEditor>
				<webMaster>contact@nospam.com</webMaster>
				<pubDate>Mon, 01 Dec 2008 13:31:28 -0800</pubDate>
				<lastBuildDate>Mon, 01 Dec 2008 13:31:28 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[i m using a maestro modem which supports both text and PDU mode. and i m interfacing it with PIC 917.<br /><br />i m able to send AT-commands using hyperterminal with the modem but when i communicate with the microcontroller, i m not able to get the response of AT-commands.<br />i m sending a string like this:<br />putc("AT &#092;r&#092;n");<br /><br />but it is not giving the required response.....it is not giving OK...<br />what should i do????<br />Plz help me on this....]]></description>
<pubDate>Tue, 08 Apr 2008 22:36:53 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[u r using putc  ?????<br />is it meant to send char or string please check and reply!!!<br /> <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>shyam&lt;shyam@nospam.com&gt;</author>
<pubDate>Wed, 09 Apr 2008 00:03:01 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[i m displaying the output on LCD, for that i have written a code.....<br />which u can see in the attachment.....<br />plz tell me where i m wrong.....<br /><br />one more thing i want 2 know....if  i will send msg, then can i write the code for text mode for reading the msg ( no need 4 PDU mode,bcoz my modem supports text mode 2)<br /><br /><a href='http://www.8051projects.net/e107_files/public/1207736432_7028_FT8303_include.pdf'><img src='http://www.8051projects.net/e107_images/generic/lite/file.png' alt='' style='border:0; vertical-align:middle' /></a> <a href='http://www.8051projects.net/e107_files/public/1207736432_7028_FT8303_include.pdf'>include.pdf</a>]]></description>
<author>monika&lt;monika_23sep@nospam.com&gt;</author>
<pubDate>Wed, 09 Apr 2008 03:20:32 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[first do check what shyam said.<br />There are few mistakes you might missed out. There is only carriage return while sending at command. So you don't need &#092;n<br />also i think you have given space between at and &#092;r which could be the point of error.<br /><br />to enable text mode do read your modem's manual carefully.<br /><br />instead of using putc use puts <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Wed, 09 Apr 2008 08:32:11 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[i already did that. i compiled my code without /n. but result was same. No response of AT-command is comming. and there is no space b/w at and /r.<br /><br />i can't understand what is the problem with my code.....is there any mistake plz guide me...]]></description>
<author>monika&lt;monika_23sep@nospam.com&gt;</author>
<pubDate>Wed, 09 Apr 2008 21:50:28 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[first of all please check if ur modem and controller can communicate properly..<br /><br />u have tested modem with the PC ...<br /><br />now test ur controler  the same way see if u can reeive data from PIC(controller) to the hyperterminal..<br /><br /> <img src='http://www.8051projects.net/e107_images/emotes/yahoo/103.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>shyam&lt;shyam@nospam.com&gt;</author>
<pubDate>Fri, 11 Apr 2008 23:15:27 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[yes i have tested PIC with hyperterminal..and it is responding fine..<br />problem arises when i interface modem with PIC.then there is no response on LCD.<br /><br />my hardware connections are ----<br /><br />for DB-9 connector-<br />pins 1,4,6 are connected.<br />pins 7 and 8 are connected.<br />5 is ground.<br />pin 2 is connected to TX of MAX and pin 3 is connected to RX.<br /><br />Plz check the connections and guide me accordingly....]]></description>
<author>monika&lt;monika_23sep@nospam.com&gt;</author>
<pubDate>Sun, 13 Apr 2008 15:37:18 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[can anybody guide me what can can be the correct schematic for interfacing GSM modem with PIC microcontroller......<br /><br />i hv done the above mentioned connections bt these are not working when used with modem. these are working fine with hyperterminal.]]></description>
<author>monika&lt;monika_23sep@nospam.com&gt;</author>
<pubDate>Thu, 24 Apr 2008 20:21:50 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[make DTR and RTS pin of DB9 connector on board high.. and then try sending at commands..]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Fri, 25 Apr 2008 05:13:46 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[does your maestro modem  have a serial DB9 intervace or did it come with some special cable???<br />]]></description>
<author>shyam&lt;shyam@nospam.com&gt;</author>
<pubDate>Fri, 25 Apr 2008 05:28:15 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[Hi Monika,<br />   Could you give paste response of feve command asked?<br />1) ATi3<br />2) AT+WOPEN=2<br />3)AT+WOPEN?<br />Please also type ATE0 (it is ATEZERO) and then AT&amp;W. so this will stop echo from MODEM first, then you can use microcontroller. I am sure it will solve your problem. also try to handle unsolicited responses from the modem. Please let us know if it is solve your problem or not.]]></description>
<author>Shailesh NAYAK&lt;nayaktel@nospam.com&gt;</author>
<pubDate>Sun, 27 Apr 2008 22:11:18 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[yes my modem has DB9 connector.<br />can you tell me what do you mean by making pins 4 and 7 high and what is the significance of it?]]></description>
<author>monika&lt;monika_23sep@nospam.com&gt;</author>
<pubDate>Tue, 29 Apr 2008 20:48:51 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[Making pins 4&amp;7 high means just that......pull the pins high by connecting them to Vcc (preferably through 4.7k pullups).<br />Pins 4 and 7 are used for flow control and probably are required to be high for comm. to take place.<br />You can confirm by checking the voltage on the pins when connected to the PC.]]></description>
<author>sashijoseph&lt;sashijoseph@nospam.com&gt;</author>
<pubDate>Tue, 29 Apr 2008 22:25:28 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[can you tell us your basic application?<br />and are you using only PIC?<br /><br />you can also make use of OpenAT to program your modem.<br /><br />regarding AT+WOPEN:<br /><br />This specific command allows to start, stop, delete and get information about the<br />current Open AT® embedded application.<br />This command also allows to erase the Open AT® flash objects storage place, and<br />configure the Application &amp; Data (A&D) storage place size. Please refer to the Open<br />AT® development guides for more information.<br /><br />AT+WOPEN = 0 : stop application<br />AT+WOPEN = 1 : Start application<br />AT+WOPEN = 2 : Get open AT library version<br />AT+WOPEN = 3 : Erase flash objects<br />AT+WOPEN = 4 : Erace embedded application<br /><br />AT+WOPEN? : current state (either OpenAT application running or not)<br />please do not use the commands unless you know what you are doing.]]></description>
<author>Ajay&lt;contact@nospam.com&gt;</author>
<pubDate>Tue, 20 May 2008 19:44:13 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[<div class='quote_top'>Shailesh NAYAK wrote ...</div><div class='quote'><br />Hi Monika,<br />   Could you give paste response of feve command asked?<br />1) ATi3<br />2) AT+WOPEN=2<br />3)AT+WOPEN?<br />Please also type ATE0 (it is ATEZERO) and then AT&amp;W. so this will stop echo from MODEM first, then you can use microcontroller. I am sure it will solve your problem. also try to handle unsolicited responses from the modem. Please let us know if it is solve your problem or not.<br /></div><br /><br />This is the response of the commands:<br /><br />ATi3<br />657c09gg.Q24PL001 1956992 042407 11:29<br /><br />OK<br /><br />AT+WOPEN=2<br />+WOPEN: 2,"AT  v03.12","AT  v03.12"<br /><br />OK<br /><br />what is the significance of these commands?]]></description>
<author>monika&lt;monika_23sep@nospam.com&gt;</author>
<pubDate>Tue, 20 May 2008 18:03:56 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
						<item>
						<title>Re: communication between GSM modem and PIC microcontroller</title>
<link>http://www.8051projects.net/forum-t8303.html</link>
<description><![CDATA[the responses tell us the OS used  i.e. 3.12<br />and the firmware is 657c<br /><br />these help in troubleshooting things!...   <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>shyam&lt;shyam@nospam.com&gt;</author>
<pubDate>Tue, 20 May 2008 20:13:54 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t8303.html</guid>
</item>
				</channel>
				</rss>