<?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 23:13:28 -0800</pubDate>
				<lastBuildDate>Thu, 08 Jan 2009 23:13:28 -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>help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[hey guys,<br /><br />i m not able to use the lcd addon for keil.<br />i have installed it properly and even the option in the peripherals option is visible.<br />but i m not able simulate it.<br />i have tried different configurations.<br />is there some configuration error or something else?<br /><br />]]></description>
<pubDate>Wed, 27 Jun 2007 09:03:23 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[you first need to add an LCD module and then.. do step by step execution, it will show you the commands you send etc.. it help you analyze the programming is ok or not.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 28 Jun 2007 04:31:37 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[i have installed it correctly.<br />what shall i write in the configuration box?<br />and i am using a special header for lcd, hope that is not a problem.<br />it is in 4-bit mode.<br />pls help its urgent.<br />can u show a demo or a complete step by step procedure with an example code.....that will surely solve my problem...]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 28 Jun 2007 09:40:18 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[well.. download the all in one LCD library as example for LCD. configure the port you are going to use..<br />after that...<br />when you debug...<br />--<br />1. right click and add LCD.<br />2. select the make.. simple to select<br />3. set the ports you are using.. in the boxes.. set them as.. D:0x... some number the port you are using for LCD. e.g if you are using P0 then you can set as. D:0x80 etc.<br />there is a yellow '?' button is there.. to help you out.<br />4. start debugging.<br /><br />Note: it has only 4-bit interface.. not 8-bit <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' /> <br />----<br />hope this helps you  <img src='http://www.8051projects.net/e107_images/emotes/yahoo/16.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 28 Jun 2007 13:15:21 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[i downloaded d library...n i added the foll prog<br /><br />void main()<br />{<br />lcd_init();<br />disp_str ("hello");<br />while(1);<br />}<br /><br />still not working.....<br /><br />have you personally tested this addon ?<br />i have been working with a lcd header very often<br />i need this simulator badly....please help<br /><br />do you have any messenger id.....n at wat time wil u b der]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Fri, 29 Jun 2007 09:37:11 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[its working for me.. please make sure you set the ports.. correctly.. and of course the coding.. that does matter...!!<br /><br />here is the screen-shot for 8-bit LCD Simulation<br /><a href='http://img149.imageshack.us/img149/2875/screenel0.jpg' rel='external' target='_blank'><img src='http://img149.imageshack.us/img149/2875/screenel0.jpg' class='bbcode' alt=''  width='600' height='401' /></a><br /><br />4-bit LCD simulation Screen-shot:<br /><a href='http://img96.imageshack.us/img96/370/screennv3.jpg' rel='external' target='_blank'><img src='http://img96.imageshack.us/img96/370/screennv3.jpg' class='bbcode' alt=''  width='600' height='405' /></a><br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sun, 01 Jul 2007 05:25:51 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[hey i trust you dude......but its not working with me<br />pls chk the sample program........is it ok?<br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Mon, 02 Jul 2007 10:15:42 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[actually it will be better if you write program in your own way. i give you steps..!<br />send first init value - 0x30<br />send second init value - 0x30<br />send third init value - 0x30<br />Set the data width - 0x20<br />then send function set - 0x28<br />after that other commands.<br /><br />after that it will give you the desired results <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />  just want to say.. check coding <img src='http://www.8051projects.net/e107_images/emotes/yahoo/1.gif' alt='' style='vertical-align:middle; border:0' />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Mon, 02 Jul 2007 11:00:24 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[<div class='quote_top'>darshini wrote ...</div><div class='quote'><br />i need a LCD simulator..help!!!<br /></div><br />sure i am here to help.. what is the problem?]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 03 Oct 2007 08:59:58 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[i need a LCD simulator..help!!!]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 03 Oct 2007 07:01:21 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[How to get lcd in 8-bits in Keil ????]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Fri, 25 Apr 2008 23:23:09 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[its not free to use.. so u can only use 4-bit..]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sat, 26 Apr 2008 04:07:48 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[where can i buy a full version of keil ?? when i buy it i have to buy the lcd simulator too (8-bit) ???<br /><br />Is the real (Physical) LCD have to be initiallized with ( 30 H) 3 times ???]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Sat, 26 Apr 2008 23:04:10 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[hey ajay,<br /><br />Can i get the 8-bit lcd addon for keil?<br />i require it for my project?<br /><br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Tue, 06 May 2008 02:04:54 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[8-bit LCD is not available for free.<br />visit www.c51.de for more information]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Tue, 06 May 2008 14:49:12 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[i went to the site u mentioned but couldn't find anywhere like if that 8-bit lcd was for sale?????????? <img src='http://www.8051projects.net/e107_images/emotes/yahoo/102.gif' alt='' style='vertical-align:middle; border:0' />  <br /><br />i want to buy that 8-bit lcd ..........can u give me some more information like where can i buy that?]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 04:28:09 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[I really do not have any idea about that. Try mailing them. maybe you get some info.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 07 May 2008 15:02:18 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[can you please help (keil)<br /><br />#include&lt;at89x51.h> <br />#include &lt;lcd.h><br /><br />void main(void)<br />{<br /><br />wrt_value(8);<br />while(1) ; <br />}<br /><br />Build target 'Target 1'<br />compiling lcd1.c...<br />linking...<br />*** WARNING L1: UNRESOLVED EXTERNAL SYMBOL<br />SYMBOL: _WRT_VALUE<br />MODULE: lcd1.obj (LCD1)<br />*** WARNING L2: REFERENCE MADE TO UNRESOLVED EXTERNAL<br />SYMBOL: _WRT_VALUE<br />MODULE: lcd1.obj (LCD1)<br />ADDRESS: 0012H<br />Program Size: data=9.0 xdata=0 code=22<br />creating hex file from "lcd"...<br />"lcd" - 0 Error(s), 2 Warning(s). <br /><br />Thanks<br />]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Wed, 28 May 2008 12:05:19 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
						<item>
						<title>Re: help : lcd addon for keil</title>
<link>http://www.8051projects.net/forum-t1146.html</link>
<description><![CDATA[wrt_value is not defined anywhere in the program, thats why you are getting that error.]]></description>
<author>contact@nospam.com (Ajay Bhargav)</author>
<pubDate>Thu, 29 May 2008 00:21:10 -0700</pubDate>
<guid isPermaLink="true">http://www.8051projects.net/forum-t1146.html</guid>
</item>
				</channel>
				</rss>