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.

How to interface keyboard to dot matrix LEDs through 8051?

Status
Not open for further replies.

seanthearakh

Member level 1
Joined
Mar 10, 2007
Messages
36
Helped
0
Reputation
0
Reaction score
1
Trophy points
1,286
Activity points
1,481
Please introduce me how to interface Keyboard to Dot matrix leds through 8051
 

Re: Interface keyboard!

Start with connecting PS/2 (or AT) keyboard ..
Here you will find working code:
**broken link removed**
You can modify this code in such a way that the microcontroller will send "key-pressed" ASCII code via serial port to your PC (with Hyperterminal) for verification ..

Regards,
IanP
 

Re: Interface keyboard!

I think that the kb.asm code from the 8052.com site is crap :cry:
The KEYB_CLOCK line is connected to P3.2 (INT0) but there's no EX0 ISR :eek:

Did you get that code to work?

I can play with the keyboard leds but I can't get correct key codes. From that I assume that my hardware is ok.

Correct me if I'm wrong:
The clock line should be interrupt driven since you never know when the user hit a key. If you poll the clock line when your other code is done you can miss some bits from the start of transmission.
Interrupt driven is therefore the only way to go?

Someone with working interrupt driven (preferably ASM) code to share?
Thanks in advance...
 

Interface keyboard!

i need application note for keyboard...

i need it

thanks
 

Re: Interface keyboard!

segmex said:
i need application note for keyboard...

i need it

thanks
Is it possible to be even less specific !!!!

Google "AT keyboard protocol" lots of hits how an AT keboard "talks" to a computer.

Translate that to 8051µC and let me know the outcome....
I'm still busy :D:cry:
 

Interface keyboard!

r u using simplex keyboard or matrix keyboard.
 

Re: Interface keyboard!

mcs51mc said:
segmex said:
i need application note for keyboard...

i need it

thanks
Is it possible to be even less specific !!!!

Google "AT keyboard protocol" lots of hits how an AT keboard "talks" to a computer.

Translate that to 8051µC and let me know the outcome....
I'm still busy :D:cry:

hi segmex & mcs51mc

no need to spend time for searching ...... just click on the following link u will get the best Tutorial about ATkeyboard
 

Re: Interface keyboard!

there r some micro controller with built in keyboard function u can search the controllers and use it
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top