Page 1 of 1

ASCII keyboards

Posted: Fri Jul 15, 2005 5:36 am
by bvold
Hi everybody,
I was wondering if anyone could tell me where I could find some ASCII keyboards. Specifically the old style that where used on the old Apple ][ computers and others from that erea.
Thanks again

bvold,
:wink:

Posted: Fri Jul 15, 2005 11:31 am
by coredump
Well, if it's an Apple ][ style keyboard that you need, why not get an old Apple ][ and use the keyboard? Apple][s are quite common, so I understand, and you wouldn't even need a complete or fully-working one.

Posted: Fri Jul 15, 2005 3:10 pm
by 8BIT
This might me off target, but if you want to decode a standard PC keyboard, there are several options. I have written a 65c02 keyboard decoder interfaced to a 6522 and also one that uses a 20-pin AVR controller to do all the necessary decoding, providing an 8 bit ASCII output. Serial ASCII output would also be an option using a 28 pin AVR.

http://users.softcom.net/darylr/io/pckey.html

Daryl