Inverted Soarer's converter
Posted: 28 Sep 2017, 12:08
I spend a lot of time writing and one of the things I noticed is that I have the tendency to habitually open the browser every few minutes to check news/forums/email/cat videos. Obviously this breaks my concentration. I've tried a few things like hiding the browser icon and switching off my network connection, but my inner monkey keeps finding ways around it. So, I've decided to go full George RR Martin and start doing long writing on a dedicated computer. One that is basically only capable of doing just that. Because I love IBM, I`ve picked up a PS/2 model 30. This is an 8088, but with a normal sub-d monitor connection, 3.5" disk drive and a 20Mb hard drive. This way I can hook it up to my regular screen and exchange data relatively easy.
There's one problem though; the keyboard connector on this thing is PS/2, and I'm using a model F. Simply putting a passive converter unfortunately doesn't work as these board speak a different protocol. I'm already using a Soarer's converter to translate the model F protocol to USB, so I'm wondering if it isn't possible to make something which goes the other way around: from USB to PS/2.
I've been googling and found one example from a German company: http://www.ihse.de/produkte/konverter-z ... u-usb.html This thing goes for around $160 though, which I find ridiculous. I'm sure this could be done with an Teensy (or other Arduino for that matter), I found a library that makes the Teensy act as an PS/2 device and similarly people using a USB host shield to hook up an USB keyboard. In other words, the parts are around it just needs to be put together.
I'm not much of a programmer though, so I wanted to check with you: Are you aware of anybody having done this?
There's one problem though; the keyboard connector on this thing is PS/2, and I'm using a model F. Simply putting a passive converter unfortunately doesn't work as these board speak a different protocol. I'm already using a Soarer's converter to translate the model F protocol to USB, so I'm wondering if it isn't possible to make something which goes the other way around: from USB to PS/2.
I've been googling and found one example from a German company: http://www.ihse.de/produkte/konverter-z ... u-usb.html This thing goes for around $160 though, which I find ridiculous. I'm sure this could be done with an Teensy (or other Arduino for that matter), I found a library that makes the Teensy act as an PS/2 device and similarly people using a USB host shield to hook up an USB keyboard. In other words, the parts are around it just needs to be put together.
I'm not much of a programmer though, so I wanted to check with you: Are you aware of anybody having done this?