André's 8-bit Pages  Projects  Code  Resources  Tools  Forum

CS/A65 KEY+RS232

This board implements a simple matrix keyboard interface that is Commodore PET compatible but can also use a C64 keyboard. It also implements a RS232 interface using a 6551 ACIA.

News:

Driver

OS/A65 Keyboard driver

This driver handles the keyboard included in this board. It provides these methods

driver con_csa.a65(excerpt from console driver)
driver kdefs.i65(terminal codes definitions)
driver pia6521.i65(PIA register definitions)

OS/A65 ACIA RS232 driver

This driver handles the ACIA RS232 hardware included in this board. As this board does not use the standard ACIA handshake lines but lines from the VIA, this is not a general ACIA driver. In addition it includes the ACIA driver for the original BIOS V1.x board.

driver oa1ds.a65(ACIA driver)

Board revisions

Version: 1.0B

Status: ok

Notes

deprecated This board is deprecated. Please use the PETIO board instead.

Files

desc csakeydesc.txt
parts csakeyparts.txt
schem csakey.fig
schem csakey.png
schem csakey.ps.gz
photo csakey.jpg(ACIA missing, but (so far undocumented) I2C testbed added)