"you might want to give this link a read too:
http://www.computer-engineering.org/ps2protocol/it has a lot of information on the protocol as well as some insight to replicating the protocol with a microcontroller (timing, schematics, etc)
I have seen a lot of projects about interfacing a matrix keypad to the rs232 serial port and parallel port, but interfacing it with the ps2 port is a new one.
may I ask your application? there maybe easier ways! "
It's just plain interfacing the 4x3 alphanumeric keypad to the PS/2. But if necessary im not going to make a keypad driver to make it a lot easier. I'll just use the existing keyboard driver in the PS/2 and then work from there to my keypad to make it compatible. Is it possible?