For those enthusiasts of the PDP-11/05 and 11/10, over the past year or so I have been working on a new version of my PDP-11/05 Console Adapter project. The project implements USB and RS-232 interfaces to the PDP-11/05’s console (SCL) port. (For anyone unfamiliar, the PDP-11/05 uses a TTL-level console interface with some odd signaling, requiring conversion circuitry to interface to a standard RS-232 terminal).
The previous version of my project was based on the Teensy 3.2 microcontroller board, which which has since been discontinued. The new design is built around the (amazing) Raspberry Pi Pico, which is readily available and cheap.
Version 2 of the Console Adapter is a complete redesign of the original concept, with a new schematic and entirely new firmware. There is also a PCB design that is ultimately intended to fit within a 3D-printed case (hopefully coming soon).
The new firmware provides the same basic functionality as the original, plus a number of new features:
Finally, I’m able to provide a limited number of assembled and tested units for anyone who has an 11/05. DM me for details.

The previous version of my project was based on the Teensy 3.2 microcontroller board, which which has since been discontinued. The new design is built around the (amazing) Raspberry Pi Pico, which is readily available and cheap.
Version 2 of the Console Adapter is a complete redesign of the original concept, with a new schematic and entirely new firmware. There is also a PCB design that is ultimately intended to fit within a 3D-printed case (hopefully coming soon).
The new firmware provides the same basic functionality as the original, plus a number of new features:
- A virtual paper tape reader that uses the 11/05's READER RUN signal
- An M9301/M9312 console loader that can load data directly into memory using console commands
- A flash-based file library for storing frequently used paper tape images
- XMODEM support for uploading tape images to the PDP
Finally, I’m able to provide a limited number of assembled and tested units for anyone who has an 11/05. DM me for details.
