To install click the Add extension button. That's it.

The source code for the WIKI 2 extension is being checked by specialists of the Mozilla Foundation, Google, and Apple. You could also do it yourself at any point in time.

4,5
Kelly Slayton
Congratulations on this excellent venture… what a great idea!
Alexander Grigorievskiy
I use WIKI 2 every day and almost forgot how the original Wikipedia looks like.
Live Statistics
English Articles
Improved in 24 Hours
Added in 24 Hours
Languages
Recent
Show all languages
What we do. Every page goes through several hundred of perfecting techniques; in live mode. Quite the same Wikipedia. Just better.
.
Leo
Newton
Brights
Milds

From Wikipedia, the free encyclopedia

VT05
DeveloperDigital Equipment Corporation
TypeVideo terminal
Release date1970 (1970)
CPUDiscrete logic
DisplayNational Semiconductor MM5240[1][2]
SuccessorVT50
"VT-05" can also refer to Vermont's 5th congressional district.

The VT05 is the first free-standing CRT computer terminal from Digital Equipment Corporation introduced in 1970. Famous for its futuristic styling, the VT05 presents the user with an upper-case-only ASCII character display of 72 columns by 20 rows.[3] The VT05 was a smart terminal that provides cursor addressing using a series of control characters, one of which allows the cursor to be positioned at an absolute location on the screen.[3] This basic system provided the basis of similar systems in the later and greatly improved VT50 and VT52 series.[3]

The terminal only supports forward scrolling and direct cursor addressing; no fancier editing functions are supported. No special character renditions (such as blinking, bolding, underlining, or reverse video) are supported.[4] The VT05 supports asynchronous communication at baud rates up to 2400 bits per second (although fill characters are required above 300 bits per second).

Internally, the VT05 implements four "quad-sized" DEC modules in a standard form-factor DEC backplane. The cards are mounted nearly horizontally over an off-the-shelf CRT monitor.[4] The terminal is 19" wide and 30" deep (much deeper than a typical desk).[3]

The keyboard used advanced capacitive sensors, but this proved to be unreliable and later keyboards use a simple four-contact mechanical switch.

The VT05's dynamic storage is a PMOS shift register; the delays associated with manipulating data in the shift register result in the VT05 requiring fill characters after each line feed (as compared to contemporaneous hard copy terminals which require fill characters after each carriage return).[4]

The VT05 also has the capability of acting as a black-and-white RS-170-standard video monitor for videotape recorders, cameras, and other sources. The VT05 is equipped with a video input, and can superimpose its text over the displayed video, making it suitable for interactive video systems.

The VT05 was eventually superseded by the VT50 which itself was quickly superseded by the VT52.

YouTube Encyclopedic

  • 1/3
    Views:
    1 068
    119 796
    18 748
  • The DEC VT05 computer terminal pt. 1. A short introduction
  • DEC VT05 video terminal from 1973 in action
  • PDP-11/40 computer and VT05 video terminal

Transcription

Commands

The VT05 has a limited command set:

Decimal Control Char ASCII VT05 name Function
7 ^G BEL BELL Produce an audible tone on an electronic speaker, for 266 ms at 780 Hz (G5).
8 ^H BS C← Move cursor left one space.
9 ^I HT TAB Horizontal tab. Move cursor forward to next tab stop. Stops are fixed at every eight characters.
10 ^J LF LF Line feed. Move cursor down one line. If in last line, scroll screen contents up one line instead.
11 ^K VT C↓ Move cursor down one line.
13 ^M CR CR Carriage return (move cursor to leftmost column of the current line)
14 ^N SO CAD Direct cursor addressing. Move cursor to line and column specified by the two characters that follow, 31+Y then 31+X (top line and leftmost columns are numbered one.)
24 ^X CAN C→ Move cursor right one space.
26 ^Z SUB C↑ Move cursor up one line.
29 ^] GS HOME Move cursor to top line, leftmost column.
30 ^^ RS EOL Erase to end of line (including character at the cursor). Cursor remains at current location.
31 ^_ US EOS Erase to end of screen (i.e., erase chars at or after cursor on current line and all chars on lines below current line). Cursor remains at current location.

The screen can be cleared by sending HOME and then EOS.[5]

References

  1. ^ MOS Integrated Circuits (PDF). National Semiconductor. Feb 1972. pp. 99–102.
  2. ^ VT05 Alphanumeric display terminal engineering drawings (PDF). Digital Equipment Corporation. 1971.
  3. ^ a b c d "Digital's Video Terminals – VT100.net". vt100.net.
  4. ^ a b c "VT05 Alphanumeric Terminal Reference Manual" (PDF). pdp8online.com.
  5. ^ BASIC-PLUS Manual, DEC, 1972, pp. 12–19

External links

This page was last edited on 20 April 2024, at 22:03
Basis of this page is in Wikipedia. Text is available under the CC BY-SA 3.0 Unported License. Non-text media are available under their specified licenses. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc. WIKI 2 is an independent company and has no affiliation with Wikimedia Foundation.