DIN to USB keyboard

Oct 25, 2018
4
0
10
Hi!

I recently found an old keyboard laying around collecting dust in my grandparents basement. The make and model is KeyTronic MPR II - KEY.

Naturally the first thing to do when you find stuff like that is cutting it to pieces. So I removed the DIM connector thinking I could solder the wires onto a USB. The problem is that the connector had plastic molded around the pins and when I cut it off all the wires got removed as well.

TL;DR
I have 5 wires coming out of a keyboard and no clue what they do.

https://flic.kr/p/2csEBso
https://flic.kr/p/2caWmBx
https://flic.kr/p/PNuMHH

Thanks
 
Oct 25, 2018
4
0
10
I've made some headway since last time.

Seems pretty obvious right now but what i did was Google the pinout of the microcontroller in the keyboard and following the PCB traces for each duty to the connected wires. For future reference, brown is data10, red is clock12, white/see through is ground20 and yellow is power40 (for this particular keyboard). https://flic.kr/p/2ccjoQk
There's also a bare wire that isn't connected to any components other than the outside edges of the PCB and the clip that attatches the flex cable to the PCB. Might be the reset switch, but I just soldered it to the USB jacket.

Where I am at right now is a keyboard that flashes its caps lock light once when it's plugged into my laptop, but then nothing else happens. It's possible that I fried the Intel 83C51KB when i connected the wires to the wrong pin earlier following the colours on this diagram: https://bit.ly/2S5mlMj. Or I might need a driver since I'm trying to use a keyboard from 1996 on Windows 10, or the keyboard might not have worked when I got it.

Guess the original question has been answered now though (thanks for the help btw) but please let me know why it's not working if you know.

Lastly, shorting a USB port can KILL your PC
 
Oct 25, 2018
4
0
10
Progress!!

I happened to notice a hole on the back where it said XT and then ENHANCHED XT/AT
https://flic.kr/p/2cdaeaF

And then I remembered having seen a spot for a Switch on the PCB but it was unused
https://flic.kr/p/2dwothU

So I made a jumper between the pads to connect another trace to the chip
https://flic.kr/p/2cdaeXn

And Voila: https://flic.kr/p/2cdamfH I can now toggle Caps, Scroll and Num locks. The PC even told me that there was a USB device trying to connect. My guess is that it needs a protocol to recognize it as a keyboard, which I don't know how to setup yet.

All of this just for a rattling rubber dome keyboard just because it's retro.