Page 1 of 1
Serial keyboard?
Posted: Fri Jan 17, 2020 4:54 pm
by Ruptor
Can the QL serial line handle a serial keyboard? I have a couple knocking around from the days before the PC XT came out when all keyboards were serial as were the terminals. I think the keyboards sent the serial data and the monitors displayed the received serial characters.
Re: Serial keyboard?
Posted: Sat Jan 18, 2020 12:44 am
by janbredenbeek
Ruptor wrote:Can the QL serial line handle a serial keyboard? I have a couple knocking around from the days before the PC XT came out when all keyboards were serial as were the terminals. I think the keyboards sent the serial data and the monitors displayed the received serial characters.
I've written a utility that just does this. It copies the data coming in from the serial ports to the keyboard queue.
Just do: LRESPR xkbd_bin and then KBD_USE 1 (for ser1) or KBD_USE 2 (for ser2). KBD_USE 0 turns it off.
I wrote it back in 1988 to control my BBS-running BBQL (which resided in a cabinet to keep the noise down at night!) from a second QL (and a home-made switch to switch the video!).
Those were the old days with JS ROMs, I'm not sure if it will work with Minerva. The original Dutch manual stated that you must load if AFTER loading the Pointer Interface, if present.
Download link:
https://files.bredenbeek.net/s/0D1qwBd8RTSqjIl
Jan.
Re: Serial keyboard?
Posted: Sat Jan 18, 2020 11:30 am
by Ruptor
Thanks Jan I thought someone would have done it.

I have some good quality serial keyboards lying around that will get a new lease of life.
Re: Serial keyboard?
Posted: Sat Jan 18, 2020 11:43 am
by tofro
Note that synchronous serial keyboards (the ones that have a CLK line) won't work with the QL serial ports.
Tobias
Re: Serial keyboard?
Posted: Sat Jan 18, 2020 12:52 pm
by Cristian
Are AT keyboards (5 pin DIN connector) suitable?
Re: Serial keyboard?
Posted: Sat Jan 18, 2020 1:30 pm
by tofro
Cristian wrote:Are AT keyboards (5 pin DIN connector) suitable?
AT keyboards have a synchronous serial interface, not suitable for the QL's standard serial ports. You can connect them to a SuperHermes, if you have one.
Tobias
Re: Serial keyboard?
Posted: Sat Jan 18, 2020 2:01 pm
by Cristian
OK I understand. Thank you!