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.

sending the charcter by keyboard and displaying in the lcd

Status
Not open for further replies.

anupriya

Newbie level 5
Joined
Nov 30, 2004
Messages
10
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
103
hai everybody,
i need to do a module in which when the user types something in the keyboard ,those characters has to be simultaniously appear in the lcd display.
i have already done a module in lcd display so i am ok with that part,could somebody tell how to read the character from the keyboard and send it to lcd.
i need to do this module in c8051f020 using c language
bye
 

Re: sending the charcter by keyboard and displaying in the l

What keyboard, PC or any other?

I have C files for working with PC kayboard on mcu.


Mr.Cube
 

Re: sending the charcter by keyboard and displaying in the l

hai,
i am using the PC keycoard only sir,
can u send me ur files
thanks
bye
 

Re: keypad dll

hai everybody,
i am interfacing the keypad and lcd with 8051,
i have got the dll for lcd display but not for 4x4 keypad matrix,
can anyone suggest me a dll for 4x4 keypad matrix.
thank u
 

Re: sending the charcter by keyboard and displaying in the l

Hi anupriya,

which complier you using?

I'll send you project within a few days (have to find it first).

Regards,


Mr.Cube
 

Re: sending the charcter by keyboard and displaying in the l

Hi,

Adam Chapweske provides a lot of useful information (in my opinion) on PC keyboard and mouse interfacing. The information is PIC based but the general purpose information he provides would be useful for any type of microcontroller (again, in my opinion).

**broken link removed**

Regards,
Steve
 

interface 8051 with keyboard using serial port.

keyboard will not send ascii code. Convert the code send by keyboard to the ascii code.

Then send it to LCD

u can do it easily
 

Re: sending the charcter by keyboard and displaying in the l

search for PS/2 keyboard connect1on
there is a project about 1nterfac1ng on EPE August 2004
 

Re: sending the charcter by keyboard and displaying in the l

hello sir,
i am doing the lcd and keypad interface for both pc keyboard and 4x4 keypad matrix
can any one suggest me an dll for 4x4 keypad matrix
thank u
 

Re: sending the charcter by keyboard and displaying in the l

Which compiler u use? (what do you mean dll???)


I have C code for PC keyboard, I have too much work right now so I always forgot to upload file when I came home late, sorry (hope I'll remember today).

Mr.Cube
 

Re: keil compiller

hello sir,
i am using the keil compiller for my programming.
the dll(dynamic link lib) i mean is by which i do the simulation using the pc itself without using the real lcd for testing my codes.like wise i need a dll for the 4x4 keypad matrix.
thank u
 

Re: sending the charcter by keyboard and displaying in the l

This is a nice project.
 

Re: sending the charcter by keyboard and displaying in the l

Here is project with PC keyboard.

If you have any question just ask.

Regards,


Mr.Cube
 

Re: sending the charcter by keyboard and displaying in the l

hi friend

also have look or read this doc may help you

**broken link removed**
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top