| Author |
Message |
xylynn
Joined: 26 Nov 2007 Posts: 50
|
11 Aug 2008 4:25 www.electronicspk.com |
|
|
|
|
Here I would like to ask some help.....
For me it is the first time for interfacing HD44780 LCD with PIC 16F877....
How can I study for that......
I find some webpages which discuss about HD44780 and 16F84A.....
So what is the different for programming with 16F877 and 16F84A?
How can I upgrade the souce code of 16F84A to 16F877?
Best regard
Thank a lot
|
|
| Back to top |
|
 |
vicky.pace
Joined: 05 May 2008 Posts: 33
|
11 Aug 2008 8:49 hd44780u programming with 16f877a |
|
|
|
|
| You can have an idea from 8052.com
|
|
| Back to top |
|
 |
Medtronic
Joined: 19 May 2005 Posts: 165 Helped: 11 Location: Egypt
|
11 Aug 2008 8:59 16f877 hd44780 |
|
|
|
|
Hi my friend
to upgrade any micro to another you must determin which compiler or asymbler you use
Regards
MedTronic
|
|
| Back to top |
|
 |
bld
Joined: 25 Jul 2006 Posts: 54 Helped: 7 Location: Iasi, Romania
|
11 Aug 2008 9:31 pic assembler hd44780 |
|
|
|
|
| Quote: |
| How can I upgrade the souce code of 16F84A to 16F877? |
If you use assembly language, there is almost no problem. Both PIC16F84A and PIC16F877 have exactly the same set of intruction. More, 16F877 includes all the registers that 16F84A has. I think the only care you should take is with the configuration bits and RAM registers used by your firmware.
|
|
| Back to top |
|
 |
madicalphy
Joined: 22 Jul 2007 Posts: 68 Helped: 3
|
11 Aug 2008 10:32 hd44780 spanish |
|
|
|
|
to learn about PIC, please see the following link.
http://www.electronicspk.com/store/comersus_viewItem.asp?idProduct=29
this one is more related to you.
http://www.electronicspk.com/store/catalog/documents/manual_pic_lab_II.pdf
read chapter # 8 of manual. Your problem will be solved.
|
|
| Back to top |
|
 |
Google AdSense

|
11 Aug 2008 10:32 Ads |
|
|
|
|
|
|
| Back to top |
|
 |
xylynn
Joined: 26 Nov 2007 Posts: 50
|
11 Aug 2008 15:45 electronicspk.com |
|
|
|
|
| Medtronic wrote: |
Hi my friend
to upgrade any micro to another you must determin which compiler or asymbler you use
Regards
MedTronic |
Tanks a lot
Would you like to show me some guide lines
Best Regards
Added after 49 seconds:
| bld wrote: |
| Quote: |
| How can I upgrade the souce code of 16F84A to 16F877? |
If you use assembly language, there is almost no problem. Both PIC16F84A and PIC16F877 have exactly the same set of intruction. More, 16F877 includes all the registers that 16F84A has. I think the only care you should take is with the configuration bits and RAM registers used by your firmware. |
Thank for giving me some guide lines
Added after 12 minutes:
| madicalphy wrote: |
to learn about PIC, please see the following link.
http://www.electronicspk.com/store/comersus_viewItem.asp?idProduct=29
this one is more related to you.
http://www.electronicspk.com/store/catalog/documents/manual_pic_lab_II.pdf
read chapter # 8 of manual. Your problem will be solved. |
Thanks a lot for helping me
Your websites are very interesting to read and study........
Added after 11 minutes:
Dear
How can I check the codes I've written in the source code and the codes entered by keypad? Please kindly guide me........
Thank you
With regards
xylynn
|
|
| Back to top |
|
 |
xylynn
Joined: 26 Nov 2007 Posts: 50
|
14 Aug 2008 13:21 hd44780 16f877 |
|
|
|
|
How can change the codes????
Please kindly giude me
Best regards
|
|
| Back to top |
|
 |
xylynn
Joined: 26 Nov 2007 Posts: 50
|
15 Aug 2008 3:19 pic16f877 hd44780 time |
|
|
|
|
i've the code written for 16f84a... now i try to use 16f877....
i use assmebly language and MPASMWIN assembler...
please kindly reply me
Best Regards
|
|
| Back to top |
|
 |