Giter VIP home page Giter VIP logo

wheelwriter-teletype's Introduction

IBM Wheelwriter "Teletype"

This project uses an Intel 8052 compatible STC Micro STC15W4K32S4 series microcontroller (specifically an IAP15W4K61S4) to turn an IBM Wheelwriter Electronic Typewriter into a teletype-like device. This project only works on earlier Wheelwriter models, the ones that internally have two circuit boards: the Function Board and the Printer Board (Wheelwriter models 3, 5 and 6).

The MCU intercepts commands generated by the Function Board when keys are pressed, and converts these commands into ASCII characters that correspond to the keys pressed. In the default "typewriter" or "local" mode, the MCU sends the characters to the Printer Board for printing and so the Wheelwriter acts as a normal typewriter. In the "keyboard" or "line" mode, the MCU sends characters through the console serial port to the host computer. In “keyboard” mode the characters from the Function Board are not sent to the Printer Board, so no characters are printed when keys are pressed. At any time, ASCII characters received from the host computer by the MCU through the console serial port are converted into commands and sent to the Printer Board. Thus, the Wheelwriter acts as a serial printer.










The ribbon cable that normally connects the Wheelwriter's Function and Printer boards is disconnected and the STC15W4K32S4 MCU is interposed instead between the two boards. (see diagram above) The MCU uses one of its four UARTs to communicate with the Wheelwriter's Function Board and a second UART to communicate with the Printer Board. See the schematic for details.



NOTE: When using STCmicro's STC-ISP application to download object code to the MCU, be sure to specify 12 MHz internal oscillatior frequency.

If using Grigori Goronzy's STCGAL to download object code, include '-t 12000' on the command line when invoking the application to trim the internal oscillator to 12 MHz.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.