As you may have seen from the Teletype display, early computing did not use graphics displays. After mechanical typewriters we saw the wide spread use of “electronic Teletypes”. These displayed the same as a typewriter but on a screen, some basic graphics were possible. A very popular version was the VT100.

This is a VT100. It is what is called a dumb terminal. It’s dumb as it takes the data feed and just writes the data on the screen. There are codes sent to clear the screen, change the size of the fonts etc. but that's it. It was introduced in 1978.

The VT100's were connected to the main computer using simple serial lines running at data rates of 9,600 characters per second (Baud). These line often failed, especially during thunderstorms.

One of the main computers used then was the PDP 11/45. This machine had to operate in a controlled environment, with carefully controlled temperature and humidity.

A complete main computer might have 32K of main memory, to support 64 users. The memory was relatively slow, and very expensive. Typically operating at 200ns and costing tens of thousands of pounds.

Ultimately, over six million terminals in the VT series were sold, based largely on the success of the VT100.

These terminals live on in Linux and OSX as the 'terminal' app simulate exactly these terminals, such that if you send the data from the terminal ‘app’ to the VT100 you will get the same data on the VT100 screen as you will on the terminal 'app'.