<?xml version="1.0" encoding="utf-8"?>
				<!-- generator="e107" -->
				<!-- content type="Forum / topic" -->
				<rss  version="2.0">
				<channel>
				<title>8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes : Forum / topic</title>
				<link>http://www.8051projects.net/</link>
				<description>Learn to make simple microcontroller projects, pic, 8051, avr and arm projects. download 8051 projects, tutorials, libraries, sample codes. join the microcontroller discussion forum and ask doubts regarding electronics. the best source for 8051 over internet.</description>

<language>en-gb</language>
				<copyright>2008 Rickey's World</copyright>
				<managingEditor>contact@nospam.com (Ajay Bhargav)</managingEditor>
				<webMaster>contact@nospam.com (Ajay Bhargav)</webMaster>
				<pubDate>Thu, 08 Jan 2009 20:10:10 -0800</pubDate>
				<lastBuildDate>Thu, 08 Jan 2009 20:10:10 -0800</lastBuildDate>
				<docs>http://backend.userland.com/rss</docs>
				<generator>e107 (http://e107.org)</generator>
				<ttl>60</ttl>
				<textInput>
				<title>Search</title>
				<description>Search 8051 Microcontroller Projects AVR PIC Projects Tutorials Ebooks Libraries codes</description>
				<name>query</name>
				<link>http://www.8051projects.net/search.php</link>
				</textInput>
						<item>
						<title>x10 home automation</title>
<link>http://www.8051projects.net/forum-t846.html</link>
<description><![CDATA[i am trying to implement x10 using p89c51rd2 mcu.<br />i have the code to run the x10 protocol for PIC16F877<br />I am having a hard time to change the code to run on <br />p89c51rd2 since they use totally different memory organization.  is there any one one who can help me?<br />i have attached the code for the PIC.<br />Do you have any thing that can help me , a book on the 80c51 mcu family etc.....<br /><br /><a href='http://www.8051projects.net/e107_files/public/1179627400_1142_FT0_an236.zip'><img src='http://www.8051projects.net/e107_images/generic/lite/file.png' alt='' style='border:0; vertical-align:middle' /></a> <a href='http://www.8051projects.net/e107_files/public/1179627400_1142_FT0_an236.zip'>1179627400_1142_FT0_an236.zip</a>]]></description>
<pubDate>Sat, 19 May 2007 19:16:40 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t846.html</guid>
</item>
						<item>
						<title>Re: x10 home automation</title>
<link>http://www.8051projects.net/forum-t846.html</link>
<description><![CDATA[Hi fasil,<br />well i think you can help yourself in better way <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br />before changing that code you must understand what X10 protocol is and how it works. for that i have few links for you. please go through them, they are very useful.<br /><br />http://en.wikipedia.org/wiki/X10_(industry_standard)<br />http://www.x10.com/technology1.htm<br /><br />please go through them. will be helpful for you.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sun, 20 May 2007 13:13:18 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t846.html</guid>
</item>
						<item>
						<title>Re: x10 home automation</title>
<link>http://www.8051projects.net/forum-t846.html</link>
<description><![CDATA[thank you Rickey<br />i know the x10 protocol very well. i have gone through those pages that u posted.  If you Know the P89C51RD2 mcu very well do you think that the relocatable module is possible? Do the 'udata' and 'res' directives work as in the pics? is there a concept of linker script in the 80c51 family?<br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sun, 20 May 2007 13:52:22 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t846.html</guid>
</item>
						<item>
						<title>Re: x10 home automation</title>
<link>http://www.8051projects.net/forum-t846.html</link>
<description><![CDATA[well.. u can make use of like IDATA and XDATA also the derivatives like _at_ for giving fixed address to a variable. these things can be done in Keil.<br />also.. you can make use of linker script. there are many things you can do with keil.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sun, 20 May 2007 14:28:47 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t846.html</guid>
</item>
						<item>
						<title>Re: x10 home automation</title>
<link>http://www.8051projects.net/forum-t846.html</link>
<description><![CDATA[do you have a live link for the book <br />The 8051 Microcontroller<br />      by   - I. Scott MacKenzie or<br /> The 8051 Microcontroller<br />       by - James W. Stewart]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sun, 20 May 2007 16:05:34 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t846.html</guid>
</item>
						<item>
						<title>Re: x10 home automation</title>
<link>http://www.8051projects.net/forum-t846.html</link>
<description><![CDATA[check in the ebook forum->8051<br />i dont think the book are asking is there but there is another book, C and 8051 its a good book. try that and if you want any book then see the request a book forum.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sun, 20 May 2007 22:11:13 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t846.html</guid>
</item>
						<item>
						<title>Re: x10 home automation</title>
<link>http://www.8051projects.net/forum-t846.html</link>
<description><![CDATA[i have been converting the code but i couldn't find a replacement for the function of PCLATH register in the pic .what can i do to replace the functions of PCLATH,PCL and PCH?]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Mon, 04 Jun 2007 02:31:59 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t846.html</guid>
</item>
						<item>
						<title>Re: x10 home automation</title>
<link>http://www.8051projects.net/forum-t846.html</link>
<description><![CDATA[Fasil, i donno much about PIC microcontroller and there is no site which explains these register. I am really surprised on this thing. well i got found some information... like this..<br /><div class='indent'><br /><strong class='bbcode bold'>PC:</strong><br />Program counter (PC) is a 13-bit register that contains the address of the instruction being executed. It is physically carried out as a combination of a 5-bit register PCLATH for the five higher bits of the address, and the 8-bit register PCL for the lower 8 bits of the address.</div><br />I dont know how much you understood from that... but i saw sample programs etc.. which shows that, PCL and PCLATH is used for making lookup tables, as PCL is directly associated with the program counter and in 8051 there is no direct access to PC.<br />also.. these two registers are used for making jumps etc.. like jump to some address, but usually as i said PCL and PCLATH is used for look up tables. coz normal jumps in PIC i.e. goto and call etc. are limited to some limit of memory (sorry donno much about this)<br />but in 8051 we can directly jump to the label with ljmp. Please try to read more in PIC books if you can get some information and do share it with me.<br />and regarding your use of register.. i think you can try using DPTR, labels and jumps hope you get desired result.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Mon, 04 Jun 2007 04:01:15 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t846.html</guid>
</item>
				</channel>
				</rss>