Discussion in "Project Addition or Changes" started by    dvjayk    Jun 8, 2017.
Thu Jun 08 2017, 11:43 am
#1
I have seen the tuorial(link): https://www.8051projects.net/lcd-interfacing/lcd-4-bit.php
its working.

but I want LCD interfacing using a single port that is Port0 only.

In our circuit RS, RWa and En are connected to P0.1, P0.2 and P0.3 repectively. and

LCD's D4 to D7 connected to P0.4 to P0.7 respectively

But its not working.

Expecting a solution from you.

Thanks.
Thu Jun 08 2017, 11:16 pm
#2
Tutorial already shows an example where lcd is connected to port3. you can change it to Port0 easily. in 4bit mode RW pin is usually grounded. This will save you a port pin.

check tutorial here: https://www.8051projects.net/lcd-interfacing/lcd-4-bit-programming.php
Fri Jun 09 2017, 11:05 am
#3
The code in the tutorial uses certain pins for data and control.

To change it for your pins, you will need to edit around 1/3 of the lines.
The 'C 'version will be easier to change than the assembly version.
Remember that port 0 will need pull-up resistors that are not
needed on the other ports.


[ Edited Fri Jun 09 2017, 11:21 pm ]

Get Social

Information

Powered by e107 Forum System

Downloads

Comments

ChrisLub
Tue Apr 23 2024, 05:21 pm
Davidbab
Tue Apr 23 2024, 10:41 am
Richardrit
Tue Apr 23 2024, 09:54 am
HenryLaf
Mon Apr 22 2024, 03:50 pm
bleradrar
Mon Apr 22 2024, 06:38 am
ppu-pro_ka
Sun Apr 21 2024, 07:39 pm
Infewow
Sun Apr 21 2024, 06:30 pm
HumanTak
Sun Apr 21 2024, 12:26 pm