Author Topic: Help! Does an Adaptor/Converter Exsist forthis keyboard  (Read 1351 times)

0 Members and 1 Guest are viewing this topic.

Offline plobster

  • Thread Starter
  • Posts: 5
  • Location: Perth, WA
Help! Does an Adaptor/Converter Exsist forthis keyboard
« on: Sun, 08 December 2013, 18:58:32 »
I found a vintage computer on the side of the road, an Amstrad 640t

Whilst doing some research, it mention that some models were completely incompatable to IBMbased cords due Amstrad not having the Patents back in the day..

Does an adaptor exists for this keyboard?

Images available here:

http://imgur.com/a/em29P

Thanks for your help,

Plobster

Offline Aer Fixus

  • Posts: 148
  • Location: Maine/Vermont United States
  • And now, back to lurking...
Re: Help! Does an Adaptor/Converter Exsist forthis keyboard
« Reply #1 on: Sun, 08 December 2013, 19:12:33 »
From what I can see, it is an XT system, but requires a physical conversion to be used. If you can find the right female connector, you could probably convert it with Soarer's Converter.

I'll see if I can find the pinout somewhere.


See the following posts for information that isn't just guessing based on some Google searches.
« Last Edit: Sun, 08 December 2013, 20:20:29 by Aer Fixus »
               SOON: IN PROGRESS:

I lie all the time.... I really don't even like keyboards

Offline IvanIvanovich

  • Mr. Silk Underwear
  • Posts: 8199
  • Location: USA
Re: Help! Does an Adaptor/Converter Exsist forthis keyboard
« Reply #2 on: Sun, 08 December 2013, 19:26:09 »
As far as I make out about old Amstrad, is the keyboard controller is actually inside the computer, not in the keyboard. So I suppose you could use something like a teensy to get it working. Most people I have come across didn't have much nice to say about the feeling of these keyboards though. Personally I think they feel even worse than Cherry MY. If I was in your case, and had a whole system I think I would rather just get the whole thing working since I enjoy retro computers and find them interesting. They are often quite a lot easier to repair than modern computers if you can manage to find parts for sane prices.

Offline Soarer

  • * Elevated Elder
  • Posts: 1918
  • Location: UK
Re: Help! Does an Adaptor/Converter Exsist forthis keyboard
« Reply #3 on: Sun, 08 December 2013, 19:52:16 »
Lots of info on John Elliot's site, and check the links at the end for protocol info.

It is just data and clock, but the data is valid for only a short time. That means it would be quite tricky to capture it with a software approach - my converter uses an interrupt for the clock and then reads the data, and this would only give a couple of microseconds to do that, so I think another approach would be required. (There's no start bit either, compared to PC/XT, but that's a minor issue by comparison).