<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://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://jackxiang.com/post//</link>
<title><![CDATA[ linux 怎么判断串口是否存在，没有串口的机器也有/dev/ttyS0,也可以打开啊]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Sat, 12 Feb 2011 05:34:21 +0000</pubDate> 
<guid>http://jackxiang.com/post//</guid> 
<description>
<![CDATA[ 
	请高手支招?<br/><br/>没有串口的机器也有/dev/ttyS0,也可以打开啊...<br/><br/>有没有人碰到过类似的问题,串口也是一种外设,intel的cpu是不会自带的.<br/>PC上是接哪个总线呢?<br/><br/>http://linux.koolsolutions.com/2 ... under-debian-linux/<br/><br/>Check if Linux detects your Serial Port or not<br/><br/>There are many ways to do that. One way you could do is to give the following command:<br/># dmesg &#124; grep ttyS<br/><br/>You should see something like this:<br/>serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A<br/>serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A<br/>00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A<br/>00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A<br/><br/>The above output shows that your COM1 and COM2 ports are available and Linux recognizes them.<br/><br/>Another way to test is to give the following command:<br/># ls &gt; /dev/ttyS0<br/><br/>If the command does not return any error message then your Serial Ports are recognized by your Linux system.<br/><br/>可以搜下那个DMESG 信息是怎么打出来，如何实现的。<br/>__________________________________<br/>个人意见，仅供参考。错了概不负责。<br/>My blog: http://jianggmulab.blogspot.com/<br/><br/>欢迎访问：<br/>集群和虚拟机版<br/>来源：http://linux.chinaunix.net/bbs/thread-1174961-1-1.html
]]>
</description>
</item><item>
<link>http://jackxiang.com/post//#blogcomment</link>
<title><![CDATA[[评论]  linux 怎么判断串口是否存在，没有串口的机器也有/dev/ttyS0,也可以打开啊]]></title> 
<author> &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> 
<guid>http://jackxiang.com/post//#blogcomment</guid> 
<description>
<![CDATA[ 
	
]]>
</description>
</item>
</channel>
</rss>