The aim of this project is to turn a BBC Micro keyboard into a keyboard for the PC. I have the pinouts of the Micro keyboard connector, which are as follows: PL13 keyboard 17-pin molex 1 0V 2 BREAK 3 1E 4 keyboard enable 5 SD4 6 SD5 7 SD6 8 SD0 9 SD1 10 SD2 11 SD3 12 SD7 13 cassette LED 14 CA2 (to generate In) 15 +5V 16 shift lock LED 17 caps lock LED
The keyboard sends 8 parallel bits through pins 5-12 and I believe the interrupt pin is 14. The question is, as an Arduino novice, how would I begin to interface with the keyboard?
