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.

ps/2 keyboard interface with mcu

Status
Not open for further replies.

necromancer

Member level 1
Joined
Jan 5, 2005
Messages
33
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
222
ps2 keyboard interfacing

have any ic that interface ps/2 keyboard with mcu?
if not what mcu is suit for this?
 

ps2 keyboard interface

Hi,
PS/2 keyboard interface is pretty simple. Any controller with an empty serial interface can do it.

Make a google search for it and you will find tuns of information.

BR,
/Farhad
 

keyboard mcu

see the article PIC to PS/2 Mouse and Keyboard Interfacing which came in the August 2004 issue of EPE. it shows how to use a PS/2 with a PIC microcontroller.
 

keyboard interfacing

hi,

if you want to use 8052 then go to
**broken link removed**

bye

Fire in the Wire :sm2:
 

ps2 keyboard interface pdf

XNOX_Rambo said:
You can read all about it here: h**p://panda.cs.ndsu.nodak.edu/~achapwes/PICmicro/keyboard/atkeyboard.html
Just to add some info.. the link use the intel 8042 keyboard controller.

detail of the protocol is provided here
**broken link removed**
which is synchronous communication protocol using Data and Clock line.

we can implement this protocol without using the 8042
 

interfacing ps/2 keyboard to mcu

PS/2 and AT are operating in the same way: Clock and Data.
Here are examples for AT:


www.semiconductors.philips.com/ acrobat/applicationnotes/AN434.pdf

In the second one you can remove all I2C procedures..

It has look up tables for kbd key to ASCII..
 

panda.cs.ndsu.nodak.edu

I did a project interfacing ths keyboard to a renesas H8 micro please see

**broken link removed**
 

keyboard interface with mcu

Do any body know who to interface PS/2 Mouse with MCU. I want design & source code for it.
 

keyboard interface with 8052

U Can Visit Beyondlogic.com For Ur Solution.
 

keyboard interface to mcu

My friend said that PS/2 is just the same as RS-232 but it has a TTL voltage logic level. Is this true?
 

panda.cs.ndsu.nodak

PS/2 is not the same as RS-232.
RS-232 hase transmission line (Tx) and reception line (Rx) +/-3 to +/-25V whereas PS/2 has Data line and Clock line, both 0-5V levels.
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top