Re: ASCII_keyboard
- From: "Enrico Lazzerini" <elazzerini@xxxxxxxxxxxx>
- Date: Mon, 23 Mar 2009 22:58:44 +0100
Hi, i'm very happy to could use your so cool solution.
I hope soon to can make alive my bigboard 1 that need of a ascii parallel
keyboard... This is my website: http://elazzerini.interfree.it/index.htm
Regards
Enrico
"Computer says NO" <z378reply@xxxxxxxxxxxxxxxx> ha scritto nel messaggio
news:GgQml.2687$qy7.2281@xxxxxxxxxxxxxxxx
"Jonathan Graham Harston" <jgh@xxxxxxxxxxxxxxxxxx> wrote in message
news:090217135501@xxxxxxxxxxxxxxxxxxxxx
z378reply wrote:system
I have provided the code and schematic diagram together with a fully
commented listing for anyone interested.
http://www.interak.pwp.blueyonder.co.uk/PCtoASCII.htm
Looks useful, however, I'd need something that returned values for cursor
and function keys. The mapping I usually use is
http://mdfs.net/Docs/Comp/KeyMap/Regular
I note that you're providing 7-bit data as you're using b7 of PortB as
the
data stobe. However, it looks like there's some PortA lines unused, could
you use one of them? Eg:
ASOUT PortA.7=1
PAUSE 2
PortB=AC
PAUSE 2
PortA.7=0
GOTO SCAN
Your code makes CapsLock affect the :/; key. I've never encountered a
that does that. You could save a few bytes by omitting that code.Hi Johnathan Yes I have only provided for 7-bit ASCII - but by using one
Anyway, I digress. I've been looking on and off for something that will
convert PC keyboard to 5v RS232 (RS423) so I can plug a cheepo keyboard
into a serial port.
--
J.G.Harston - jgh@xxxxxxxxxxxxxxxxxx - mdfs.net/User/JGH
The most perfect world is an imperfect world as the imperfections
give people a reason to strive to change it.
of the Port A outputs as a strobe it would be possible (as you suggest) to
use 8-bit ASCII which would allow many more key functions. Shouldn't be
too
difficult to add the necessary code for any extra keys and provide an
RS232
output.
I transfer files from my 8-bit computer to the PC via an RS232 link, so I
would not have any need for a keyboard which sent this code. I have heard
though, that radio hams would find this useful. Maybe I should write
another
Picbasic Pro file to provide RS232 out.
The reason for the extra colon on Caps Lock is that this allows the user
of
an older computer to work entirely in Caps Lock - the colon is required to
change drives (A: C: etc) and this is typical of ASCII keyboards.
Thanks for your comments, Alan
.
- Follow-Ups:
- Re: ASCII_keyboard
- From: CBFalconer
- Re: ASCII_keyboard
- Prev by Date: Re: TCP/IP for CP/M 2.2
- Next by Date: Re: ASCII_keyboard
- Previous by thread: Cromemco CP/M 5 1/4 disk
- Next by thread: Re: ASCII_keyboard
- Index(es):
Relevant Pages
|