<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Kerry D. Wong &#187; Serial Port</title>
	<atom:link href="http://www.kerrywong.com/tag/serial-port/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kerrywong.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 02:01:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Building an Auxiliary Display</title>
		<link>http://www.kerrywong.com/2011/06/27/building-an-auxiliary-display/</link>
		<comments>http://www.kerrywong.com/2011/06/27/building-an-auxiliary-display/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 00:25:38 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[AVR/Arduino]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ATMega328]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[LT1780]]></category>
		<category><![CDATA[RS232]]></category>
		<category><![CDATA[Serial Port]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=3960</guid>
		<description><![CDATA[I wanted to be able to check my web server&#8217;s statistics periodically but did not want having to log on ever time when I wanted to do so. The simplest way to achieve this is to have the computer monitor on and run a server statistics program that outputs the information onto the screen. There [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2011/06/27/building-an-auxiliary-display/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Arduino Serial Using LT1780</title>
		<link>http://www.kerrywong.com/2011/06/16/arduino-serial-using-lt1780/</link>
		<comments>http://www.kerrywong.com/2011/06/16/arduino-serial-using-lt1780/#comments</comments>
		<pubDate>Fri, 17 Jun 2011 00:17:28 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[AVR/Arduino]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[ATMega328]]></category>
		<category><![CDATA[LT1780]]></category>
		<category><![CDATA[Serial Port]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=3907</guid>
		<description><![CDATA[Most of the recent Arduino and compatible boards use some kind of USB to UART hardware (e.g. FT232RL in Arduino Duemilanove and Atmega8U2 in the latest Arduino Uno) for interfacing with computer USB ports. Since ATmega328 has native UART support, building an Arduino that interfaces with the serial port (RS232) directly is arguably much easier. [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2011/06/16/arduino-serial-using-lt1780/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>An Isolated MOSFET Serial Port Relay Controller</title>
		<link>http://www.kerrywong.com/2010/02/04/an-isolated-mosfet-serial-port-relay-controller/</link>
		<comments>http://www.kerrywong.com/2010/02/04/an-isolated-mosfet-serial-port-relay-controller/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 01:48:26 +0000</pubDate>
		<dc:creator>kwong</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[MOSFET]]></category>
		<category><![CDATA[RS232]]></category>
		<category><![CDATA[Serial Port]]></category>

		<guid isPermaLink="false">http://www.kerrywong.com/?p=1618</guid>
		<description><![CDATA[Using DTR (data terminal ready) and RTS (request to send) pins of a PC serial port (RS-232) without actually using the serial data pins, we can interface at least two relay devices with a computer. Windmeadow Labs has an excellent article on how to achieve this using a bipolar transistor (BJT). Here I will show [...]]]></description>
		<wfw:commentRss>http://www.kerrywong.com/2010/02/04/an-isolated-mosfet-serial-port-relay-controller/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

