<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post//</link>
<title><![CDATA[通过串口控制手机发短信]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 17 Dec 2008 06:05:41 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	 通过串口收发短消息（上，下）：<br/>http://dev.csdn.net/develop/article/17/17465.shtm<br/>http://dev.csdn.net/develop/article/17/17574.shtm<br/><br/>基于串口的手机短信程序收发源代码：<br/>http://www.xkxz.com/soft/3980.htm<br/>基于串口的手机短信程序收发源代码PHP代码：<br/>http://www.chinaunix.net/jh/27/802131.html<br/><br/><br/>vb中的代码<br/><br/><div class="code">mscomm1.commport=1<br/>mscomm1.setting=&quot;9600,n,8,1&quot;<br/>mscomm1.portopen=true<br/>mscomm1.input=0<br/><br/>mscomm1.output=&quot;AT CMGF=0&quot; //将发送模式设置成文本模式，最后要加上回车和换行，我给忘怎么加<br/>//了<br/>sleep(200)<br/>mscomm1.output=&quot;AT CMGS=&quot;13915912345&quot;,129&quot; //准备发送信息给13915912345<br/>sleep(200)<br/>mscomm1.output=&quot;hello&quot; //最后要加Ctrl z,具体代码里是什么符号我也给忘了<br/>sleep(200)<br/>mscomm1.portopen=false</div>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论] 通过串口控制手机发短信]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://www.jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>