zrrion wrote: If you have the inclination to get into it, I would suggest trying to make an external converter for this thing. I don't think anyone has figured out how to do that yet and it would be great to see one of these used with a modern computer.
That was actually my initial plan when I picked up my first board (yes I have two

). I don't remember the exact details of the signalling but the conclusion I came to is that an external conversion would not be practical for me since the keyboard doesn't send break codes when you release a key. When a key is held, the keyboard sends the initial code followed by a brief period of silence then repeatedly sends the code until the key is released. So you would end up having to handle debounce as part of the conversion. So as a result, you wouldn't be able to emulate the typing experience of a "normal" keyboard without small pauses needed to handle debounce.
I'm not explaining this very well but that was my rationale for just doing the controller replacement.