<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments for Volts and Bytes</title>
	<atom:link href="http://voltsandbytes.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://voltsandbytes.com</link>
	<description>Projects, tutorials, and articles about microcontrollers (AVR, PIC, 8051, MSP430, and STM32 or other ARM architectures), FPGA, analog electronics, and digital electronics</description>
	<lastBuildDate>Sat, 14 Jan 2012 15:36:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on tinyPOV &#8211; Yet Another AVR POV Project by Vitaliy</title>
		<link>http://voltsandbytes.com/tinypov-yet-another-avr-pov-project/comment-page-1/#comment-2058</link>
		<dc:creator>Vitaliy</dc:creator>
		<pubDate>Sat, 14 Jan 2012 15:36:25 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=586#comment-2058</guid>
		<description>Согласен с андрее can not upload the image to the controller is not it either connects via com port or via uart. Google translate</description>
		<content:encoded><![CDATA[<p>Согласен с андрее can not upload the image to the controller is not it either connects via com port or via uart. Google translate</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 8051 Tutorial 5: 8051 UART Programming in C by CHAKRAVARTHI S</title>
		<link>http://voltsandbytes.com/8051-tutorial-5-8051-uart-programming-in-c/comment-page-1/#comment-2044</link>
		<dc:creator>CHAKRAVARTHI S</dc:creator>
		<pubDate>Sat, 07 Jan 2012 12:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=344#comment-2044</guid>
		<description>sample code need 8051 uart RX, Tx</description>
		<content:encoded><![CDATA[<p>sample code need 8051 uart RX, Tx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 8051 Tutorial 3: I/O Port Programming in C by Samson</title>
		<link>http://voltsandbytes.com/8051-tutorial-3-io-port-programming-in-c/comment-page-1/#comment-2035</link>
		<dc:creator>Samson</dc:creator>
		<pubDate>Wed, 04 Jan 2012 19:44:29 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=315#comment-2035</guid>
		<description>Hi there! Thank you very much for this great tutorial! I read it with interest and am sure, I am going to use an 8051 for one of my projects. The problem is, I just don&#039;t know how to get the programm I wrote into my microcontroller. Wich kind of programmer do I nead? Thank you!</description>
		<content:encoded><![CDATA[<p>Hi there! Thank you very much for this great tutorial! I read it with interest and am sure, I am going to use an 8051 for one of my projects. The problem is, I just don&#8217;t know how to get the programm I wrote into my microcontroller. Wich kind of programmer do I nead? Thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyPOV &#8211; Yet Another AVR POV Project by andee</title>
		<link>http://voltsandbytes.com/tinypov-yet-another-avr-pov-project/comment-page-1/#comment-2025</link>
		<dc:creator>andee</dc:creator>
		<pubDate>Wed, 28 Dec 2011 20:15:00 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=586#comment-2025</guid>
		<description>Аффтор - мудак!!!!</description>
		<content:encoded><![CDATA[<p>Аффтор &#8211; мудак!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DIY Digital Thermometer 2 by david</title>
		<link>http://voltsandbytes.com/diy-digital-thermometer-2/comment-page-1/#comment-2012</link>
		<dc:creator>david</dc:creator>
		<pubDate>Tue, 20 Dec 2011 18:16:20 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=398#comment-2012</guid>
		<description>Sir i want to to a similar project using ATmega 168, MCP9700, and 4-digit seven segment display. Will i have to make so many variations in my project? Am a newbie and i wish to use your tutorial. thanks in advance.</description>
		<content:encoded><![CDATA[<p>Sir i want to to a similar project using ATmega 168, MCP9700, and 4-digit seven segment display. Will i have to make so many variations in my project? Am a newbie and i wish to use your tutorial. thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 8051 Tutorial 6: 8051 Interrupts Programming in C by Matt</title>
		<link>http://voltsandbytes.com/8051-tutorial-6-8051-interrupts-programming-in-c/comment-page-1/#comment-2004</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Fri, 16 Dec 2011 01:48:43 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=360#comment-2004</guid>
		<description>I&#039;m not very familiar with the 8051, but in most systems you can use a programmable interrupt controller (PIC) to handle, prioritize, or nest interrupts, and have it alert the processor using just one interrupt pin. In the processor&#039;s interrupt handler code there can be more elaborate communication with the PIC to gather type/level/vector related data and respond accordingly. 

I use the Intel 8259a regularly, but this is in a very outdated lab using mostly intel 8086 chips.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not very familiar with the 8051, but in most systems you can use a programmable interrupt controller (PIC) to handle, prioritize, or nest interrupts, and have it alert the processor using just one interrupt pin. In the processor&#8217;s interrupt handler code there can be more elaborate communication with the PIC to gather type/level/vector related data and respond accordingly. </p>
<p>I use the Intel 8259a regularly, but this is in a very outdated lab using mostly intel 8086 chips.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 8051 Tutorial 6: 8051 Interrupts Programming in C by rah</title>
		<link>http://voltsandbytes.com/8051-tutorial-6-8051-interrupts-programming-in-c/comment-page-1/#comment-1994</link>
		<dc:creator>rah</dc:creator>
		<pubDate>Mon, 12 Dec 2011 10:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=360#comment-1994</guid>
		<description>how can we improve number of interrupt in 8051</description>
		<content:encoded><![CDATA[<p>how can we improve number of interrupt in 8051</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DIY Digital Thermometer 2 by Ionutzcond</title>
		<link>http://voltsandbytes.com/diy-digital-thermometer-2/comment-page-1/#comment-1980</link>
		<dc:creator>Ionutzcond</dc:creator>
		<pubDate>Sun, 04 Dec 2011 08:08:06 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=398#comment-1980</guid>
		<description>Really nice job with the thermometer. it looks very clean, which i respect. i&#039;m really interested in building one for my car, i could really use the help from that pdf document you promised. good luck with everything!</description>
		<content:encoded><![CDATA[<p>Really nice job with the thermometer. it looks very clean, which i respect. i&#8217;m really interested in building one for my car, i could really use the help from that pdf document you promised. good luck with everything!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on 8051 Tutorial 6: 8051 Interrupts Programming in C by imgreat</title>
		<link>http://voltsandbytes.com/8051-tutorial-6-8051-interrupts-programming-in-c/comment-page-1/#comment-1953</link>
		<dc:creator>imgreat</dc:creator>
		<pubDate>Fri, 25 Nov 2011 18:46:24 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=360#comment-1953</guid>
		<description>nice post..well explained....thanx</description>
		<content:encoded><![CDATA[<p>nice post..well explained&#8230;.thanx</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on tinyPOV &#8211; Yet Another AVR POV Project by andee</title>
		<link>http://voltsandbytes.com/tinypov-yet-another-avr-pov-project/comment-page-1/#comment-1926</link>
		<dc:creator>andee</dc:creator>
		<pubDate>Wed, 23 Nov 2011 22:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://voltsandbytes.com/?p=586#comment-1926</guid>
		<description>D1 &amp; D2  name please?</description>
		<content:encoded><![CDATA[<p>D1 &amp; D2  name please?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

