Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Driving Parallel LCDs [Alphanumeric dot matrix] ,Some Help!

Status
Not open for further replies.

mosh

Junior Member level 2
Joined
Aug 30, 2004
Messages
23
Helped
1
Reputation
2
Reaction score
0
Trophy points
1,281
Location
where I don't want to be!
Activity points
339
Hi all,

I have some problem with showing information on LCD.[2*40]
[I'll use PIC16F84A for this project becuse I have some.]
I didn't know the URL of this pdf file so I take some Pictures,
I hope it's help.

The "serout" Function in "picbasic" work clearly for serial LCDs,
but I can't find serial LCDs here.

What is pin "E" ?
How I should put data on DB0,...,DB7 ?,[ 2*4bit after eachother or 1*8bit ]
Also the connection of this moduls is synchrone or asynchrone?

I have the datasheet of LCD already ,but I can't get any idea.

thanks in advance
Mosh
 

Re: Driving Parallel LCDs [Alphanumeric dot matrix] ,Some He

hi

i have made sample and easy to use serail lcd in basic tomorow i will ul all detail for it and also ul some help full stuff for you get drive your lcd
 


    mosh

    Points: 2
    Helpful Answer Positive Rating
Re: Driving Parallel LCDs [Alphanumeric dot matrix] ,Some He

hi

here is simple serial lcd interface also read this pdf which given on following link

**broken link removed**
 

    mosh

    Points: 2
    Helpful Answer Positive Rating
Re: Driving Parallel LCDs [Alphanumeric dot matrix] ,Some He

Fragrance said:
hi

here is simple serial lcd interface also read this pdf which given on following link

h**p://home.iae.nl/users/pouweha/lcd/zips/Dmcman_full.pdf.zip
Hi, Fragrance,

The LCD he has is not a serial LCD, but a standard character LCD, that he want's to interface to the PIC. This can be done in either 4- or 8-bit mode, depending on how many PIC pins you want to use.
The example in you attachment is not for serial interface either, but 4-bit parallel mode.
Your link **broken link removed** is not for a serial LCD either, but a parallel LCD in 4- or 8-bit mode.
There''s a lot of readymade 4- and 8-bit mode charater LCD drivers for PIC in both assembly, BASIC and C.
Which programming language do you use and which compiler/assembler?
 

Re: Driving Parallel LCDs [Alphanumeric dot matrix] ,Some He

ME said:
Fragrance said:
hi

here is simple serial lcd interface also read this pdf which given on following link

h**p://home.iae.nl/users/pouweha/lcd/zips/Dmcman_full.pdf.zip
Hi, Fragrance,

The LCD he has is not a serial LCD, but a standard character LCD, that he want's to interface to the PIC. This can be done in either 4- or 8-bit mode, depending on how many PIC pins you want to use.
The example in you attachment is not for serial interface either, but 4-bit parallel mode.
Your link h**p://home.iae.nl/users/pouweha/lcd/zips/Dmcman_full.pdf.zip is not for a serial LCD either, but a parallel LCD in 4- or 8-bit mode.
There''s a lot of readymade 4- and 8-bit mode charater LCD drivers for PIC in both assembly, BASIC and C.
Which programming language do you use and which compiler/assembler?

mosh said:
The "serout" Function in "picbasic" work clearly for serial LCDs, but I can't find serial LCDs here.

Hi loving ME

here is what you think the serial lcd posted by my self is a kind of back pack which used to convert lcd module in to serial lcd for more detail see this link

https://www.seetron.com/slcds.htm

the pdf link which i give in my post is belong to HD44780 very nice pdf how to drive lcd in 4bit mode and in 8 bit mode i also working on proffessional kind of serial lcd and graphic serial lcd with one wire interface once done i will share it with friends
 

Re: Driving Parallel LCDs [Alphanumeric dot matrix] ,Some He

Just grate, I found any information I need! (maybe More !!!) :D
I'm going to work on it, Thanks.

Rgds,
Mosh
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top