<?xml version="1.0" encoding="UTF-8"?><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>Comments on: CMS Error Codes when working with GSM Modems</title>
	<atom:link href="http://www.commzgate.com/blog/2007/07/cms-error-codes-when-working-with-gsm-modems/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.commzgate.com/blog/2007/07/cms-error-codes-when-working-with-gsm-modems/</link>
	<description>Leveraging SMS Messaging for Marketing, CRM, Application Workflow and Real-time Alerts</description>
	<pubDate>Thu, 18 Mar 2010 04:43:16 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: admin</title>
		<link>http://www.commzgate.com/blog/2007/07/cms-error-codes-when-working-with-gsm-modems/#comment-846</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 07 Jan 2009 11:04:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.commzgate.com/2007/07/22/cms-error-codes-when-working-with-gsm-modems/#comment-846</guid>
		<description>Hi Chin,

What is the programming language you are using to make the AT command call?
For example, if you are using Java, you can make a call like this:

   String strReturn = objSerialPort.strSendAT("AT+CNMI=2,0,0,1,0\r");
 
The return value from the modem will then be stored in the variable strReturn</description>
		<content:encoded><![CDATA[<p>Hi Chin,</p>
<p>What is the programming language you are using to make the AT command call?<br />
For example, if you are using Java, you can make a call like this:</p>
<p>   String strReturn = objSerialPort.strSendAT(&#8221;AT+CNMI=2,0,0,1,0\r&#8221;);</p>
<p>The return value from the modem will then be stored in the variable strReturn</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chin</title>
		<link>http://www.commzgate.com/blog/2007/07/cms-error-codes-when-working-with-gsm-modems/#comment-845</link>
		<dc:creator>chin</dc:creator>
		<pubDate>Tue, 06 Jan 2009 03:24:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.commzgate.com/2007/07/22/cms-error-codes-when-working-with-gsm-modems/#comment-845</guid>
		<description>i am using the window hyper-terminal program to send sms via a GSM modem. every time i key in the At-command. Like at, atz, and at+cmgf. It will give a (ok)return code, so how can i going to verify  this (ok)return code in my program. For an example: my program have to make sure the first At-command is key in and receive a (ok) return code then it will proceed to key in next At-command. Might i know where is the return codes store at?</description>
		<content:encoded><![CDATA[<p>i am using the window hyper-terminal program to send sms via a GSM modem. every time i key in the At-command. Like at, atz, and at+cmgf. It will give a (ok)return code, so how can i going to verify  this (ok)return code in my program. For an example: my program have to make sure the first At-command is key in and receive a (ok) return code then it will proceed to key in next At-command. Might i know where is the return codes store at?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
