<?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 on: Interfacing LCD Modules with PIC Microcontrollers.</title>
	<atom:link href="http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/feed/" rel="self" type="application/rss+xml" />
	<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/</link>
	<description></description>
	<lastBuildDate>Sat, 19 May 2012 21:55:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: ahmad</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-41587</link>
		<dc:creator>ahmad</dc:creator>
		<pubDate>Sat, 19 May 2012 09:59:34 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-41587</guid>
		<description>god bless u for this wonderful example and help</description>
		<content:encoded><![CDATA[<p>god bless u for this wonderful example and help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dvlee</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-40505</link>
		<dc:creator>dvlee</dc:creator>
		<pubDate>Wed, 25 Apr 2012 15:04:10 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-40505</guid>
		<description>I have a noritake 20x4 VFD-model#: CU20045-UW5A,which I&#039;m going to attempt to get this to work using the source code you have here. However, putting this code into MPLABv8.84 and using the HIGH TECH C Compiler,I get a host of errors. I&#039;m wanting to eventually get a pic18f458 MCU, CP-PIC V3 to run the display.

  
  Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 8.31 Cannot use literal values (0x0200) with __CONFIG(), use __PROG_CONFIG() instead
Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 9.31 Cannot use literal values (0X1E1F) with __CONFIG(), use __PROG_CONFIG() instead
Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 10.31 Cannot use literal values (0X8100) with __CONFIG(), use __PROG_CONFIG() instead
Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 11.31 Cannot use literal values (0X00C1) with __CONFIG(), use __PROG_CONFIG() instead
Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 12.31 Cannot use literal values (0XC00F) with __CONFIG(), use __PROG_CONFIG() instead
Error   [285] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 14.1 no identifier in declaration
Warning [374] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 14.1 missing basic type; int assumed
Error   [314] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 14.1 &quot;;&quot; expected
Warning [374] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 16.11 missing basic type; int assumed
Warning [374] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 16.17 missing basic type; int assumed
Error   [314] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 16.17 &quot;;&quot; expected
Error   [285] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 18.1 no identifier in declaration
Warning [374] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 18.1 missing basic type; int assumed
Error   [314] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 18.1 &quot;;&quot; expected
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 23.1 function declared implicit int
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 26.1 function declared implicit int
Error   [192] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 26.9 undefined identifier &quot;LS_BLINK&quot;
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 29.1 function declared implicit int
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 32.1 function declared implicit int
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 43.1 function declared implicit int
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 50.1 function declared implicit int

********** Build failed! **********</description>
		<content:encoded><![CDATA[<p>I have a noritake 20&#215;4 VFD-model#: CU20045-UW5A,which I&#8217;m going to attempt to get this to work using the source code you have here. However, putting this code into MPLABv8.84 and using the HIGH TECH C Compiler,I get a host of errors. I&#8217;m wanting to eventually get a pic18f458 MCU, CP-PIC V3 to run the display.</p>
<p>  Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 8.31 Cannot use literal values (0&#215;0200) with __CONFIG(), use __PROG_CONFIG() instead<br />
Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 9.31 Cannot use literal values (0X1E1F) with __CONFIG(), use __PROG_CONFIG() instead<br />
Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 10.31 Cannot use literal values (0X8100) with __CONFIG(), use __PROG_CONFIG() instead<br />
Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 11.31 Cannot use literal values (0X00C1) with __CONFIG(), use __PROG_CONFIG() instead<br />
Error   [0] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 12.31 Cannot use literal values (0XC00F) with __CONFIG(), use __PROG_CONFIG() instead<br />
Error   [285] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 14.1 no identifier in declaration<br />
Warning [374] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 14.1 missing basic type; int assumed<br />
Error   [314] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 14.1 &#8220;;&#8221; expected<br />
Warning [374] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 16.11 missing basic type; int assumed<br />
Warning [374] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 16.17 missing basic type; int assumed<br />
Error   [314] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 16.17 &#8220;;&#8221; expected<br />
Error   [285] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 18.1 no identifier in declaration<br />
Warning [374] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 18.1 missing basic type; int assumed<br />
Error   [314] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 18.1 &#8220;;&#8221; expected<br />
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 23.1 function declared implicit int<br />
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 26.1 function declared implicit int<br />
Error   [192] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 26.9 undefined identifier &#8220;LS_BLINK&#8221;<br />
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 29.1 function declared implicit int<br />
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 32.1 function declared implicit int<br />
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 43.1 function declared implicit int<br />
Warning [361] H:\EVERYTHING!!! 2376\ 5-LCD htc extrm electrns 04-25-12.c; 50.1 function declared implicit int</p>
<p>********** Build failed! **********</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dhaka</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-40348</link>
		<dc:creator>Dhaka</dc:creator>
		<pubDate>Sat, 21 Apr 2012 06:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-40348</guid>
		<description>Hi Avinash,

I am new to embedded programming and got benefited a lot from your tutorials. My sincere thanks to you. I have one doubt about below lines your program,
//Chip Settings
__CONFIG(1,0x0200);
__CONFIG(2,0X1E1F);
__CONFIG(3,0X8100);
__CONFIG(4,0X00C1);
__CONFIG(5,0XC00F);

Could you kindly explain purpose of these settings? And also could you kindly explain how to calculate these settings for other 18FXXXX PIC micro-controllers?

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Hi Avinash,</p>
<p>I am new to embedded programming and got benefited a lot from your tutorials. My sincere thanks to you. I have one doubt about below lines your program,<br />
//Chip Settings<br />
__CONFIG(1,0&#215;0200);<br />
__CONFIG(2,0X1E1F);<br />
__CONFIG(3,0X8100);<br />
__CONFIG(4,0X00C1);<br />
__CONFIG(5,0XC00F);</p>
<p>Could you kindly explain purpose of these settings? And also could you kindly explain how to calculate these settings for other 18FXXXX PIC micro-controllers?</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ming</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-40252</link>
		<dc:creator>Ming</dc:creator>
		<pubDate>Wed, 18 Apr 2012 15:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-40252</guid>
		<description>Hi,

I like to know if i wanted to display decimal integer on the LCD. what should i do?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I like to know if i wanted to display decimal integer on the LCD. what should i do?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rosh_007</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-40193</link>
		<dc:creator>rosh_007</dc:creator>
		<pubDate>Mon, 16 Apr 2012 19:19:16 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-40193</guid>
		<description>i amnewbie to pic and have a doubt..wat all changes will be required to program a pic18f4550 using mplab and mplab c-lite compiler..?plz help</description>
		<content:encoded><![CDATA[<p>i amnewbie to pic and have a doubt..wat all changes will be required to program a pic18f4550 using mplab and mplab c-lite compiler..?plz help</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-39564</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Tue, 13 Mar 2012 04:01:30 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-39564</guid>
		<description>&lt;strong&gt;@Akhil

&quot;can u please send me the code for lcd interfacing for pic 18f452..am using mplab with c18 compiler&quot;

I don&#039;t get you! Why would I send anything to someone I don&#039;t know ?&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>@Akhil</p>
<p>&#8220;can u please send me the code for lcd interfacing for pic 18f452..am using mplab with c18 compiler&#8221;</p>
<p>I don&#8217;t get you! Why would I send anything to someone I don&#8217;t know ?</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: akhil</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-39529</link>
		<dc:creator>akhil</dc:creator>
		<pubDate>Mon, 12 Mar 2012 05:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-39529</guid>
		<description>can u please send me the code for lcd interfacing for pic 18f452..am using mplab with c18 compiler</description>
		<content:encoded><![CDATA[<p>can u please send me the code for lcd interfacing for pic 18f452..am using mplab with c18 compiler</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stuful9</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-39483</link>
		<dc:creator>stuful9</dc:creator>
		<pubDate>Sat, 10 Mar 2012 09:02:53 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-39483</guid>
		<description>can anyone suggest good programmer for pic16f877a</description>
		<content:encoded><![CDATA[<p>can anyone suggest good programmer for pic16f877a</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: deno</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-38544</link>
		<dc:creator>deno</dc:creator>
		<pubDate>Fri, 24 Feb 2012 15:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-38544</guid>
		<description>can you please temme will this circuit will workout for an LCD display to get connected with an microcontroler.... please help me out</description>
		<content:encoded><![CDATA[<p>can you please temme will this circuit will workout for an LCD display to get connected with an microcontroler&#8230;. please help me out</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Embiale</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-38050</link>
		<dc:creator>Embiale</dc:creator>
		<pubDate>Mon, 30 Jan 2012 09:31:46 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-38050</guid>
		<description>Hi the lcd hex file works. but when i tried to compile the lcd_test.h file, the compiler says &quot;extended cpu mode is enabled,the compiled file doesn&#039;t work&quot;.how can i configure mplab ide hitech so that it can work? am waiting ur help. thank u.</description>
		<content:encoded><![CDATA[<p>Hi the lcd hex file works. but when i tried to compile the lcd_test.h file, the compiler says &#8220;extended cpu mode is enabled,the compiled file doesn&#8217;t work&#8221;.how can i configure mplab ide hitech so that it can work? am waiting ur help. thank u.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-38035</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sat, 28 Jan 2012 16:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-38035</guid>
		<description>hi
 from the program that is given,which part i need to change if I use the pic16f877a?</description>
		<content:encoded><![CDATA[<p>hi<br />
 from the program that is given,which part i need to change if I use the pic16f877a?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Muhammad</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-37975</link>
		<dc:creator>Muhammad</dc:creator>
		<pubDate>Mon, 23 Jan 2012 08:48:19 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-37975</guid>
		<description>Dear how can i use this code in MPLAB C30.
for dsPIC33F</description>
		<content:encoded><![CDATA[<p>Dear how can i use this code in MPLAB C30.<br />
for dsPIC33F</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alpha</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-37878</link>
		<dc:creator>Alpha</dc:creator>
		<pubDate>Tue, 17 Jan 2012 03:16:32 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-37878</guid>
		<description>Okay, thank you so much, Avinash!</description>
		<content:encoded><![CDATA[<p>Okay, thank you so much, Avinash!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-37877</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Tue, 17 Jan 2012 03:14:03 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-37877</guid>
		<description>&lt;strong&gt;@Alpha,

If we don&#039;t read the LCD how we know when it busy or free? We cannot send command when its busy!

If you use fixed resistor how will you adjust the contrast. In worst case without proper contrast you cannot see any thing on LCD.&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p><strong>@Alpha,</p>
<p>If we don&#8217;t read the LCD how we know when it busy or free? We cannot send command when its busy!</p>
<p>If you use fixed resistor how will you adjust the contrast. In worst case without proper contrast you cannot see any thing on LCD.</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alpha</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-37868</link>
		<dc:creator>Alpha</dc:creator>
		<pubDate>Mon, 16 Jan 2012 13:38:25 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-37868</guid>
		<description>Hi, I would like to ask if it is possible to tie the R/W pin to GND(Logic 0) as i will only be writing to the LCD and not going to read from it, and also a fixed resistor at 10k Ohms instead of a variable resistor?</description>
		<content:encoded><![CDATA[<p>Hi, I would like to ask if it is possible to tie the R/W pin to GND(Logic 0) as i will only be writing to the LCD and not going to read from it, and also a fixed resistor at 10k Ohms instead of a variable resistor?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sam</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-37064</link>
		<dc:creator>sam</dc:creator>
		<pubDate>Sat, 31 Dec 2011 18:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-37064</guid>
		<description>I want to interfacing LCD with PIC16F628A using Hi Tech C. Where I can get the library files?</description>
		<content:encoded><![CDATA[<p>I want to interfacing LCD with PIC16F628A using Hi Tech C. Where I can get the library files?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-36894</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Thu, 29 Dec 2011 03:47:09 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-36894</guid>
		<description>notice the difference between

including of &lt;strong&gt;htc.h&lt;/strong&gt; and &lt;strong&gt;lcd.h&lt;/strong&gt;</description>
		<content:encoded><![CDATA[<p>notice the difference between</p>
<p>including of <strong>htc.h</strong> and <strong>lcd.h</strong></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Avinash</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-36893</link>
		<dc:creator>Avinash</dc:creator>
		<pubDate>Thu, 29 Dec 2011 03:39:04 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-36893</guid>
		<description>@Eric

See this
http://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html

You should notice that in my program I have writtem

&lt;pre&gt;
&lt;code&gt;
#include &quot;lcd.h&quot;
&lt;/code&gt;
&lt;/pre&gt;

this syntax searches lcd.h in the same directory first where the source file contain the #include directive.

I request all users to jump into Embedded system only after knowing C very well, or be confused over the basic at every line.</description>
		<content:encoded><![CDATA[<p>@Eric</p>
<p>See this<br />
<a href="http://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html" rel="nofollow">http://gcc.gnu.org/onlinedocs/cpp/Include-Syntax.html</a></p>
<p>You should notice that in my program I have writtem</p>
<pre>
<code>
#include "lcd.h"
</code>
</pre>
<p>this syntax searches lcd.h in the same directory first where the source file contain the #include directive.</p>
<p>I request all users to jump into Embedded system only after knowing C very well, or be confused over the basic at every line.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-36885</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Thu, 29 Dec 2011 02:04:21 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-36885</guid>
		<description>Here is a very basic question.  This LCD example contains a header file named lcd.h     Hi Tech C also has a lcd.h file.  How does the compiler know to use the included lcd.h or the one that is part of Hi Tech C?</description>
		<content:encoded><![CDATA[<p>Here is a very basic question.  This LCD example contains a header file named lcd.h     Hi Tech C also has a lcd.h file.  How does the compiler know to use the included lcd.h or the one that is part of Hi Tech C?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rakesh</title>
		<link>http://extremeelectronics.co.in/microchip-pic-tutorials/interfacing-lcd-modules-with-pic-microcontrollers/comment-page-1/#comment-34723</link>
		<dc:creator>Rakesh</dc:creator>
		<pubDate>Tue, 06 Dec 2011 21:54:22 +0000</pubDate>
		<guid isPermaLink="false">http://extremeelectronics.co.in/?p=265#comment-34723</guid>
		<description>IF i am not wrong then if i have to PIC18f4550 inspite of PCI18f4520 then all I have to do is to set config according to PIC18f4550 ... 
am i right?

Please provide the config bytes for pic18f4550 the CONFIG of pic18f4550 is in the from something like

;Configuration bits
 CONFIG OSC = HS
 CONFIG FCMENB = OFF
 CONFIG IESOB = OFF
 CONFIG PWRT = ON
 CONFIG BOR = BOACTIVE
 CONFIG BORV = 27
 CONFIG WDT = OFF
 CONFIG WDTPS = 128
 CONFIG MCLRE = ON
 CONFIG LPT1OSC = OFF
 CONFIG PBADEN = OFF
 CONFIG DEBUG = OFF
 CONFIG XINST = OFF
 CONFIG BBSIZ = 1024
 CONFIG LVP = OFF
 CONFIG STVREN = OFF
 CONFIG CP0 = OFF etc etc


But in your code it is some other. I couldn&#039;t find and understand much of datasheet for pic18f4550.

Please provide chip setting with a short desc 


Thanks :)</description>
		<content:encoded><![CDATA[<p>IF i am not wrong then if i have to PIC18f4550 inspite of PCI18f4520 then all I have to do is to set config according to PIC18f4550 &#8230;<br />
am i right?</p>
<p>Please provide the config bytes for pic18f4550 the CONFIG of pic18f4550 is in the from something like</p>
<p>;Configuration bits<br />
 CONFIG OSC = HS<br />
 CONFIG FCMENB = OFF<br />
 CONFIG IESOB = OFF<br />
 CONFIG PWRT = ON<br />
 CONFIG BOR = BOACTIVE<br />
 CONFIG BORV = 27<br />
 CONFIG WDT = OFF<br />
 CONFIG WDTPS = 128<br />
 CONFIG MCLRE = ON<br />
 CONFIG LPT1OSC = OFF<br />
 CONFIG PBADEN = OFF<br />
 CONFIG DEBUG = OFF<br />
 CONFIG XINST = OFF<br />
 CONFIG BBSIZ = 1024<br />
 CONFIG LVP = OFF<br />
 CONFIG STVREN = OFF<br />
 CONFIG CP0 = OFF etc etc</p>
<p>But in your code it is some other. I couldn&#8217;t find and understand much of datasheet for pic18f4550.</p>
<p>Please provide chip setting with a short desc </p>
<p>Thanks <img src='http://extremeelectronics.co.in/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Database Caching 12/37 queries in 0.011 seconds using apc
Object Caching 554/562 objects using disk: basic

Served from: extremeelectronics.co.in @ 2012-05-22 09:24:51 -->
