add directory Ref-docs

This commit is contained in:
gohigh
2024-02-19 00:21:47 -05:00
parent 5a46ddb732
commit ef50495c9d
2492 changed files with 1609142 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -0,0 +1,168 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter5.html">Chapter 5</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="appendixb.html">Appendix B</A></TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1 ID="SA">Appendix A<BR>ANSI Definitions and Notation</H1>
<H2 ID="SA.1" CLASS="notoc">ANSI Definitions</H2>
<DL>
<DT>Active position</DT>
<DD>The character position on the visual display that is to display the
graphic symbol representing the next graphic character.</DD>
<DT>ANSI mode</DT>
<DD>A VT100 mode in which it recognizes and responds only to escape
sequences whose syntax and semantics are in accordance with ANSI specifications.</DD>
<DT>Character position</DT>
<DD>That portion of a visual display which is displaying or is
capable of displaying a graphic symbol.</DD>
<DT>Control</DT>
<DD>A control character, an escape sequence, or a control sequence that
performs a control function.</DD>
<DT>Control character</DT>
<DD>A character whose occurrence in a particular context initiates,
modifies, or stops a control function.</DD>
<DT>Control function</DT>
<DD>An action that affects the recording, processing, transmission,
or interpretation of data.</DD>
<DT>Control sequence</DT>
<DD>A sequence of characters that is used for control purposes to
perform a control function, that begins with the control sequence introducer (CSI)
control, and that may contain a parameter string.</DD>
<DT>Control sequence introducer (CSI)</DT>
<DD>An escape sequence that provides supplementary
controls and that is itself a prefix affecting the interpretation of a limited
number of contiguous characters.</DD>
<DT>Control string</DT>
<DD>A string of characters that is used to perform a control function
and that is delimited by an opening and closing delimiter control.</DD>
<DT>Cursor</DT>
<DD>A visual representation of the active position which is either a blinking
reverse-video or blinking underline.</DD>
<DT>Cursor control</DT>
<DD>An editor function that moves the active position.</DD>
<DT>Default</DT>
<DD>A function-dependent value that is assumed when no explicit value, or a
value of 0, is specified.</DD>
<DT>Display</DT>
<DD>The current active area of the screen, i.e., the area inside the scrolling
region, or the entire screen, depending on the origin mode.</DD>
<DT>Editor function</DT>
<DD>A control that affects the layout or positioning of previously
entered or received information in a printing or cathode ray tube display and that is
intended to be interpreted and executed without remaining in the data stream.
(See format effector).</DD>
<DT>Escape character (ESC)</DT>
<DD>A control character that provides supplementary characters
(code extension) and that is itself a prefix affecting the interpretation of a
limited number of contiguous characters.</DD>
<DT>Escape sequence</DT>
<DD>A sequence of characters that is used for control purposes to
perform a control function and whose first character is the escape (ESC) control
character.</DD>
<DT>Final character</DT>
<DD>A character whose bit combination terminates an escape or
control sequence designated by F.</DD>
<DT>Format effector</DT>
<DD>A control that affects the layout or positioning of information on
the screen and that may remain in the data stream subsequent to interpretation
and processing. (See editor function).</DD>
<DT>Graphic character</DT>
<DD>A character, other than a control character, that has a visual
representation normally handwritten, printed, or displayed.</DD>
<DT>Home</DT>
<DD>The character position at the origin. [See origin mode (DECOM).]</DD>
<DT>Intermediate character</DT>
<DD>A character whose bit combination precedes a final
character in an escape or control sequence.</DD>
<DT>Numeric parameter</DT>
<DD>A string of bit combinations that represents a number,
designated by Pn.</DD>
<DT>Parameter</DT>
<DD><OL>
<LI>A string of one or more characters that represent a single value:</LI>
<LI>The value so represented.</LI>
</OL></DD>
<DT>Parameter string</DT>
<DD>A string of characters that represent one or more parameter
values.</DD>
<DT>Selective parameter</DT>
<DD>A string of bit combinations that selects a subfunction
from a specified list of subfunctions, designated by Ps. In general, a control sequence
with more than one selective parameter causes the same effect as several
control sequences, each with one selective parameter, e.g., CSI Psa; Psb; Psc F is
identical to CSI Psa F CSI Psb F CSI Psc F.</DD>
<DT>VT52 mode</DT>
<DD>A VT100 mode in which it recognizes and responds only to escape
sequences which DEC VT52 type terminals use.</DD>
</DL>
<H2 ID="SA.2" CLASS="notoc">Notation</H2>
<DL CLASS="compact">
<DT><CODE>I</CODE></DT>
<DD>An intermediate character in an escape sequence or a control sequence, where
<CODE>I</CODE> is from 40<SUB>8</SUB> to 57<SUB>8</SUB> inclusive.</DD>
<DT><CODE>F</CODE></DT>
<DD>A Final character in:
<OL>
<LI>An escape sequence, where F is from 60<SUB>8</SUB> to 176<SUB>8</SUB> inclusive.</LI>
<LI>A control sequence, where F is from 100<SUB>8</SUB> to 176<SUB>8</SUB> inclusive.
<DL CLASS="compact">
<DT><STRONG>Pn</STRONG></DT>
<DD>A numeric parameter in a control sequence, where Pn is a string of
zero or more characters from 60<SUB>8</SUB> to 71<SUB>8</SUB> inclusive.</DD>
<DT><STRONG>Ps</STRONG></DT>
<DD>A variable number of selective parameters in a control sequence,
with each selective parameter separated from the other by 73<SUB>8</SUB>. Ps is a
string of zero or more characters from 60<SUB>8</SUB> to 71<SUB>8</SUB> inclusive and 73<SUB>8</SUB>.</DD>
</DL></LI>
</OL></DD>
</DL>
<P>Example: The format of an escape sequence as defined in American
National Standard X3.41-1974 and used in the VT100 is:</P>
<BLOCKQUOTE>
<P><CODE>ESC I ... I F</CODE></P>
</BLOCKQUOTE>
<P>Where:</P>
<OL>
<LI><CODE>ESC</CODE> is the introducer control character (33<SUB>8</SUB>) that is named escape.</LI>
<LI><CODE>I&nbsp;...&nbsp;I</CODE> are the intermediate bit combinations that may or may not be
present. I characters are bit combination 40<SUB>8</SUB> to 57<SUB>8</SUB> inclusive in both 7-
and 8-bit environments.</LI>
<LI><CODE>F</CODE> is the final character. <CODE>F</CODE> characters are bit combinations 60<SUB>8</SUB> to 176<SUB>8</SUB>
inclusive in escape sequences in both 7- and 8-bit environments.</LI>
<LI>The occurrence of characters in the inclusive ranges of 0<SUB>8</SUB> to 37<SUB>8</SUB> within
an escape or control sequence, is technically an error condition whose
recovery is to execute immediately the function specified by the character
and then continue with the escape sequence execution. The exceptions
are: If the character <CODE>ESC</CODE> occurs, the current escape sequence is
aborted, and a new one commences, beginning with the <CODE>ESC</CODE> just received.
If the character CAN (30<SUB>8</SUB>) or the character SUB (32<SUB>8</SUB>) occurs,
the current escape sequence is aborted.</LI>
</OL>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter5.html">Chapter 5</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="appendixb.html">Appendix B</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/appendixa.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,382 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="appendixa.html">Appendix A</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="appendixc.html">Appendix C</A></TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1 ID="SB">Appendix B<BR>7-Bit ASCII Code</H1>
<TABLE ID="TB-1" FRAME="VOID" RULES="GROUPS" CELLSPACING="0" CELLPADDING="4">
<COLGROUP>
<COL SPAN="2">
</COLGROUP>
<COLGROUP>
<COL SPAN="2">
</COLGROUP>
<COLGROUP>
<COL SPAN="2">
</COLGROUP>
<COLGROUP>
<COL SPAN="2">
</COLGROUP>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Octal Code</TH>
<TH>Char</TH>
<TH>Octal Code</TH>
<TH>Char</TH>
<TH>Octal Code</TH>
<TH>Char</TH>
<TH>Octal Code</TH>
<TH>Char</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>000</TD>
<TD>NUL</TD>
<TD>040</TD>
<TD>SP</TD>
<TD>100</TD>
<TD>@</TD>
<TD>140</TD>
<TD>`</TD>
</TR>
<TR>
<TD>001</TD>
<TD>SOH</TD>
<TD>041</TD>
<TD>!</TD>
<TD>101</TD>
<TD>A</TD>
<TD>141</TD>
<TD>a</TD>
</TR>
<TR>
<TD>002</TD>
<TD>STX</TD>
<TD>042</TD>
<TD>"</TD>
<TD>102</TD>
<TD>B</TD>
<TD>142</TD>
<TD>b</TD>
</TR>
<TR>
<TD>003</TD>
<TD>ETX</TD>
<TD>043</TD>
<TD>#</TD>
<TD>103</TD>
<TD>C</TD>
<TD>143</TD>
<TD>c</TD>
</TR>
<TR>
<TD>004</TD>
<TD>EOT</TD>
<TD>044</TD>
<TD>$</TD>
<TD>104</TD>
<TD>D</TD>
<TD>144</TD>
<TD>d</TD>
</TR>
<TR>
<TD>005</TD>
<TD>ENQ</TD>
<TD>045</TD>
<TD>%</TD>
<TD>105</TD>
<TD>E</TD>
<TD>145</TD>
<TD>e</TD>
</TR>
<TR>
<TD>006</TD>
<TD>ACK</TD>
<TD>046</TD>
<TD>&amp;</TD>
<TD>106</TD>
<TD>F</TD>
<TD>146</TD>
<TD>f</TD>
</TR>
<TR>
<TD>007</TD>
<TD>BEL</TD>
<TD>047</TD>
<TD>'</TD>
<TD>107</TD>
<TD>G</TD>
<TD>147</TD>
<TD>g</TD>
</TR>
<TR>
<TD>010</TD>
<TD>BS</TD>
<TD>050</TD>
<TD>(</TD>
<TD>110</TD>
<TD>H</TD>
<TD>150</TD>
<TD>h</TD>
</TR>
<TR>
<TD>011</TD>
<TD>HT</TD>
<TD>051</TD>
<TD>)</TD>
<TD>111</TD>
<TD>I</TD>
<TD>151</TD>
<TD>i</TD>
</TR>
<TR>
<TD>012</TD>
<TD>LF</TD>
<TD>052</TD>
<TD>*</TD>
<TD>112</TD>
<TD>J</TD>
<TD>152</TD>
<TD>j</TD>
</TR>
<TR>
<TD>013</TD>
<TD>VT</TD>
<TD>053</TD>
<TD>+</TD>
<TD>113</TD>
<TD>K</TD>
<TD>153</TD>
<TD>k</TD>
</TR>
<TR>
<TD>014</TD>
<TD>FF</TD>
<TD>054</TD>
<TD>,</TD>
<TD>114</TD>
<TD>L</TD>
<TD>154</TD>
<TD>l</TD>
</TR>
<TR>
<TD>015</TD>
<TD>CR</TD>
<TD>055</TD>
<TD>-</TD>
<TD>115</TD>
<TD>M</TD>
<TD>155</TD>
<TD>m</TD>
</TR>
<TR>
<TD>016</TD>
<TD>SO</TD>
<TD>056</TD>
<TD>.</TD>
<TD>116</TD>
<TD>N</TD>
<TD>156</TD>
<TD>n</TD>
</TR>
<TR>
<TD>017</TD>
<TD>SI</TD>
<TD>057</TD>
<TD>/</TD>
<TD>117</TD>
<TD>O</TD>
<TD>157</TD>
<TD>o</TD>
</TR>
<TR>
<TD>020</TD>
<TD>DLE</TD>
<TD>060</TD>
<TD>0</TD>
<TD>120</TD>
<TD>P</TD>
<TD>160</TD>
<TD>p</TD>
</TR>
<TR>
<TD>021</TD>
<TD>DC1</TD>
<TD>061</TD>
<TD>1</TD>
<TD>121</TD>
<TD>Q</TD>
<TD>161</TD>
<TD>q</TD>
</TR>
<TR>
<TD>022</TD>
<TD>DC2</TD>
<TD>062</TD>
<TD>2</TD>
<TD>122</TD>
<TD>R</TD>
<TD>162</TD>
<TD>r</TD>
</TR>
<TR>
<TD>023</TD>
<TD>DC3</TD>
<TD>063</TD>
<TD>3</TD>
<TD>123</TD>
<TD>S</TD>
<TD>163</TD>
<TD>s</TD>
</TR>
<TR>
<TD>024</TD>
<TD>DC4</TD>
<TD>064</TD>
<TD>4</TD>
<TD>124</TD>
<TD>T</TD>
<TD>164</TD>
<TD>t</TD>
</TR>
<TR>
<TD>025</TD>
<TD>NAK</TD>
<TD>065</TD>
<TD>5</TD>
<TD>125</TD>
<TD>U</TD>
<TD>165</TD>
<TD>u</TD>
</TR>
<TR>
<TD>026</TD>
<TD>SYN</TD>
<TD>066</TD>
<TD>6</TD>
<TD>126</TD>
<TD>V</TD>
<TD>166</TD>
<TD>v</TD>
</TR>
<TR>
<TD>027</TD>
<TD>ETB</TD>
<TD>067</TD>
<TD>7</TD>
<TD>127</TD>
<TD>W</TD>
<TD>167</TD>
<TD>w</TD>
</TR>
<TR>
<TD>030</TD>
<TD>CAN</TD>
<TD>070</TD>
<TD>8</TD>
<TD>130</TD>
<TD>X</TD>
<TD>170</TD>
<TD>x</TD>
</TR>
<TR>
<TD>031</TD>
<TD>EM</TD>
<TD>071</TD>
<TD>9</TD>
<TD>131</TD>
<TD>Y</TD>
<TD>171</TD>
<TD>y</TD>
</TR>
<TR>
<TD>032</TD>
<TD>SUB</TD>
<TD>072</TD>
<TD>:</TD>
<TD>132</TD>
<TD>Z</TD>
<TD>172</TD>
<TD>z</TD>
</TR>
<TR>
<TD>033</TD>
<TD>ESC</TD>
<TD>073</TD>
<TD>;</TD>
<TD>133</TD>
<TD>[</TD>
<TD>173</TD>
<TD>{</TD>
</TR>
<TR>
<TD>034</TD>
<TD>FS</TD>
<TD>074</TD>
<TD>&lt;</TD>
<TD>134</TD>
<TD>\</TD>
<TD>174</TD>
<TD>|</TD>
</TR>
<TR>
<TD>035</TD>
<TD>GS</TD>
<TD>075</TD>
<TD>=</TD>
<TD>135</TD>
<TD>]</TD>
<TD>175</TD>
<TD>}</TD>
</TR>
<TR>
<TD>036</TD>
<TD>RS</TD>
<TD>076</TD>
<TD>&gt;</TD>
<TD>136</TD>
<TD>^</TD>
<TD>176</TD>
<TD>~</TD>
</TR>
<TR>
<TD>037</TD>
<TD>US</TD>
<TD>077</TD>
<TD>?</TD>
<TD>137</TD>
<TD>_</TD>
<TD>177</TD>
<TD>DEL</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="appendixa.html">Appendix A</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="appendixc.html">Appendix C</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/appendixb.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,248 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="appendixb.html">Appendix B</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1 ID="SC">Appendix C<BR>Fill Character Requirements</H1>
<P>Fill characters are required to keep the VT100 synchronized with the host computer
when the XON/XOFF control codes are not used. Table C-1 shows the
VT100 fill character requirements for every receive speed at which the terminal is
capable of operating. No entry in a column indicates that fill characters are not
required in that specific case.</P>
<TABLE ID="TC-1" FRAME="VOID" RULES="GROUPS" CELLSPACING="0" CELLPADDING="4">
<COLGROUP>
<COL CLASS="first">
</COLGROUP>
<COLGROUP>
<COL CLASS="first" WIDTH="11%" ALIGN="RIGHT">
<COL WIDTH="11%" ALIGN="RIGHT">
<COL WIDTH="11%" ALIGN="RIGHT">
<COL WIDTH="11%" ALIGN="RIGHT">
<COL WIDTH="11%" ALIGN="RIGHT">
<COL WIDTH="11%" ALIGN="RIGHT">
<COL WIDTH="11%" ALIGN="RIGHT">
<COL WIDTH="11%" ALIGN="RIGHT">
</COLGROUP>
<THEAD>
<TR VALIGN="BOTTOM">
<TH ROWSPAN="2">Receive Baud Rate</TH>
<TH COLSPAN="8">Control Function</TH>
</TR>
<TR VALIGN="BOTTOM">
<TH>NEL, IND, LF, RI (Smooth scroll feature selected)</TH>
<TH>DECALN</TH>
<TH>DECCOLM</TH>
<TH>ED</TH>
<TH>NEL, IND, LF, RI (Jump scroll feature selected)</TH>
<TH>EL</TH>
<TH>DECINLM</TH>
<TH>All others except DECTST and RIS</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>19200</TD>
<TD>384</TD>
<TD>243</TD>
<TD>243</TD>
<TD>90</TD>
<TD>60</TD>
<TD>4</TD>
<TD>2</TD>
<TD>2</TD>
</TR>
<TR>
<TD>9600</TD>
<TD>192</TD>
<TD>122</TD>
<TD>122</TD>
<TD>45</TD>
<TD>30</TD>
<TD>2</TD>
<TD>1</TD>
<TD>1</TD>
</TR>
<TR>
<TD>4800</TD>
<TD>96</TD>
<TD>61</TD>
<TD>61</TD>
<TD>23</TD>
<TD>15</TD>
<TD>1</TD>
<TD>1</TD>
<TD></TD>
</TR>
<TR>
<TD>2400</TD>
<TD>48</TD>
<TD>30</TD>
<TD>30</TD>
<TD>11</TD>
<TD>7</TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>2000</TD>
<TD>40</TD>
<TD>25</TD>
<TD>25</TD>
<TD>9</TD>
<TD>6</TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>1800</TD>
<TD>36</TD>
<TD>23</TD>
<TD>23</TD>
<TD>9</TD>
<TD>6</TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>1200</TD>
<TD>24</TD>
<TD>15</TD>
<TD>15</TD>
<TD>6</TD>
<TD>4</TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>600</TD>
<TD>12</TD>
<TD>8</TD>
<TD>8</TD>
<TD>3</TD>
<TD>2</TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>300</TD>
<TD>6</TD>
<TD>4</TD>
<TD>4</TD>
<TD>1</TD>
<TD>1</TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>200</TD>
<TD>4</TD>
<TD>3</TD>
<TD>3</TD>
<TD>1</TD>
<TD>1</TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>150</TD>
<TD>3</TD>
<TD>2</TD>
<TD>2</TD>
<TD>1</TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>134.5</TD>
<TD>3</TD>
<TD>2</TD>
<TD>2</TD>
<TD>1</TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>110</TD>
<TD>2</TD>
<TD>1</TD>
<TD>1</TD>
<TD>1</TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>75</TD>
<TD>2</TD>
<TD>1</TD>
<TD>1</TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD>50</TD>
<TD>1</TD>
<TD>1</TD>
<TD>1</TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
<TR>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
<TD></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="appendixb.html">Appendix B</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/appendixc.html</DIV></DIV>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 127 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,562 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT">&nbsp;</TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="chapter2.html">Chapter 2</A></TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1 ID="S1">Chapter 1<BR>Operator Information</H1>
<P>The VT100 is a simple device to operate. The terminal (<A HREF="figure1-1.html">Figure&nbsp;1-1</A>) is basically a
typewriter that uses a video screen instead of paper and communicates with a
computer. If you can operate a typewriter, you can operate a VT100.</P>
<P>Chapter 1 is divided into five parts:</P>
<OL>
<LI>Controls and Indicators</LI>
<LI>Setup Mode</LI>
<LI>Definition of Each Setup Feature</LI>
<LI>Self-Testing the VT100</LI>
<LI>What to do in the Event of a Problem</LI>
</OL>
<P><A HREF="#S1.1">Part 1</A> shows all the controls and indicators on the terminal and summarizes
the function of each, thus providing a quick reference for these functions.</P>
<P><A HREF="#S1.2">Part 2</A> defines the SET-UP mode and briefly summarizes its features.</P>
<P><A HREF="#S1.3">Part 3</A> describes each feature in detail. Refer to this section if you need
further information on a feature mentioned in the SET-UP Summary provided
in Part 2.</P>
<P><A HREF="#S1.4">Part 4</A> provides information on self-testing the VT100. It outlines the steps
required to start the built-in self-tests and how to interpret the results once
the tests have been run.</P>
<P><A HREF="#S1.5">Part 5</A> provides a procedure to follow in case you encounter any problem
with the VT100. Easily recognized failures with simple corrective actions are
provided for each symptom. Check the list on page 18 before calling for service.</P>
<H2 ID="S1.1">Part 1 -- Keyboard Control and Indicators</H2>
<P>The VT100 terminal normally performs a two-part function. It is an input device to
a computer -- information entered through the keyboard is sent to the computer. It
is simultaneously an output device for the computer -- that is, data coming in from
the computer is displayed on the video screen. The following controls and indicators
on the VT100 keyboard are illustrated in <A HREF="#F1-2">Figure&nbsp;1-2</A>.</P>
<TABLE ID="F1-2" CLASS="figure">
<CAPTION>Figure 1-2 VT100 Keyboard</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="figure1-2a.png" ALT="" HEIGHT="300" WIDTH="972"></TD>
</TR>
</TBODY>
</TABLE>
<P><IMG SRC="keys/br/setup.png" ALT="" HEIGHT="40" WIDTH="60"> <STRONG>SETUP</STRONG><BR>
This key is used in conjunction with other keys to perform specific functions such
as setting tabs, scrolling, and altering terminal characteristics.</P>
<P><STRONG>ON LINE</STRONG><BR>
This indicator lights to show that the VT100 is on-line and ready to transmit or
receive messages.</P>
<P><STRONG>LOCAL</STRONG><BR>
This indicator lights to show that the terminal is off-line and cannot communicate
with the host device. In local mode the keyboard remains active and all characters
typed are placed on the screen.</P>
<P><STRONG>KEYBOARD LOCKED</STRONG><BR>
This indicator lights to show that the keyboard has been turned off. The VT100 is
still able to receive data from the host. This condition can be cleared by entering
and exiting SET-UP mode.</P>
<P><STRONG>L1--L4</STRONG><BR>
These indicators are turned on and off by the host. Consult your local operating
procedures for the meaning of each indicator. L1--L4 are also used to show self-test
errors.</P>
<P><IMG SRC="keys/br/arrows.png" ALT="[Up] [Down] [Left] [Right]" HEIGHT="40" WIDTH="172"><BR>
Each of these keys causes the VT100 to transmit a code which has a special
meaning to your system. Consult your local operating procedures for the meaning
of these keys. In SET-UP mode the <IMG SRC="keys/br/upsmall.png" ALT="[Up]" HEIGHT="15" WIDTH="15"> and <IMG SRC="keys/br/downsmall.png" ALT="[Down]" HEIGHT="15" WIDTH="15"> keys increase or decrease the
brightness of the display. The <IMG SRC="keys/br/leftsmall.png" ALT="[Left]" HEIGHT="15" WIDTH="15"> and <IMG SRC="keys/br/rightsmall.png" ALT="[Right]" HEIGHT="15" WIDTH="15"> keys move the cursor left and right.</P>
<P><IMG SRC="keys/br/backspace.png" ALT="" HEIGHT="40" WIDTH="40"> <STRONG>BACKSPACE</STRONG><BR>
This key transmits a backspace code.</P>
<P><IMG SRC="keys/br/break.png" ALT="" HEIGHT="40" WIDTH="40"> <STRONG>BREAK</STRONG><BR>
This key transmits a break signal.</P>
<P><IMG SRC="keys/br/pf1-4.png" ALT="" HEIGHT="40" WIDTH="172"> <STRONG>PF1 - PF4</STRONG><BR>
Each of these keys causes the VT100 to transmit a code which has a special
meaning to your system. Consult your local operating procedures for the meanings
of these keys.</P>
<P><STRONG>Numeric Keypad</STRONG><BR>
The numeric keypad enables numbers to be entered in calculator fashion. Each key
in the numeric keypad generates the same character as the corresponding numeric
key on the main keyboard. The <SPAN CLASS="keyname">ENTER</SPAN> key corresponds to the <SPAN CLASS="keyname">RETURN</SPAN> key.
These keys may also be interpreted by the host computer as special function keys.
Consult your local operating procedures for the meanings of these keys.</P>
<P><IMG SRC="keys/br/delete.png" ALT="" HEIGHT="40" WIDTH="40"> <STRONG>DELETE</STRONG><BR>
This key causes the VT100 to transmit a delete character code to the host system.
The deleted character may or may not be erased from the screen.</P>
<P><IMG SRC="keys/br/return.png" ALT="" HEIGHT="40" WIDTH="60"> <STRONG>RETURN</STRONG><BR>
This key transmits either a carriage return (CR) code or a carriage return (CR) and
linefeed (LF) code. This is a SET-UP selectable feature.</P>
<P><IMG SRC="keys/br/linefeed.png" ALT="" HEIGHT="40" WIDTH="40"> <STRONG>LINEFEED</STRONG><BR>
This key transmits a linefeed code.</P>
<P><IMG SRC="keys/br/shift1.png" ALT="" HEIGHT="40" WIDTH="94"> <STRONG>SHIFT</STRONG><BR>
When pressed, this key enables the uppercase function of all keys. If a key does
not have an uppercase function the <SPAN CLASS="keyname">SHIFT</SPAN> key will be disregarded.</P>
<P><IMG SRC="keys/br/0.png" ALT="[0]" HEIGHT="40" WIDTH="40"> <STRONG>RESET</STRONG><BR>
When the terminal is in SET-UP mode, this key starts the reset sequence. This has
the same result as turning the terminal power off and then on.</P>
<P><IMG SRC="keys/br/9.png" ALT="[9]" HEIGHT="40" WIDTH="40"> <STRONG>80/132 COLUMNS</STRONG><BR>
When the terminal is in SET-UP A mode, this key switches the display line size
from 80 to 132 characters per line or from 132 to 80 characters per line.</P>
<P><IMG SRC="keys/br/8.png" ALT="[8]" HEIGHT="40" WIDTH="40"> <STRONG>RECEIVE SPEED</STRONG><BR>
When the terminal is in SET-UP B mode, this key steps the terminal through the
receive baud rate settings in ascending order.</P>
<P><IMG SRC="keys/br/7.png" ALT="[7]" HEIGHT="40" WIDTH="40"> <STRONG>TRANSMIT SPEED</STRONG><BR>
When the terminal is in SET-UP B mode, this key steps the terminal through the
transmit baud rate settings in ascending order.</P>
<P><IMG SRC="keys/br/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"> <STRONG>TOGGLE 1/0</STRONG><BR>
When the terminal is in SET-UP B mode, this key turns the selected operational
feature on or off.</P>
<TABLE ID="F1-2B" CLASS="figure">
<CAPTION>Figure 1-2 VT100 Keyboard (cont.)</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="figure1-2b.png" ALT="" HEIGHT="300" WIDTH="972"></TD>
</TR>
</TBODY>
</TABLE>
<P><IMG SRC="keys/br/g.png" ALT="" HEIGHT="40" WIDTH="40"> <STRONG>BELL G</STRONG><BR>
When pressed in combination with the <SPAN CLASS="keyname">CTRL</SPAN> key, this key causes a bell code to be
sent to the host.</P>
<P><IMG SRC="keys/br/5.png" ALT="[5]" HEIGHT="40" WIDTH="40"> <STRONG>SET-UP A/B</STRONG><BR>
When the terminal is in SET-UP mode, this key switches the terminal from SET-UP
A to SET-UP B or from SET-UP B to SET-UP A.</P>
<P><IMG SRC="keys/br/4.png" ALT="[4]" HEIGHT="40" WIDTH="40"> <STRONG>LINE/LOCAL</STRONG><BR>
In SET-UP mode, this key alternately places the VT100 ON LINE or LOCAL to your
system. When it is ON LINE, the VT100 communicates with your system. When it
is in LOCAL the VT100 is electrically disconnected from your system.</P>
<P><IMG SRC="keys/br/3.png" ALT="[3]" HEIGHT="40" WIDTH="40"> <STRONG>CLEAR ALL TABS</STRONG><BR>
In SET-UP A, this key clears all horizontal tabs set in the VT100.</P>
<P><IMG SRC="keys/br/2.png" ALT="[2]" HEIGHT="40" WIDTH="40"> <STRONG>SET/CLEAR TAB</STRONG><BR>
In SET-UP A, this key sets or clears individual horizontal tabs.</P>
<P><IMG SRC="keys/br/capslock.png" ALT="" HEIGHT="40" WIDTH="72"> <STRONG>CAPS LOCK</STRONG><BR>
This key enables the transmission of uppercase alphabetic characters only. All
numeric and special symbol keys remain in lowercase.</P>
<P><IMG SRC="keys/br/noscroll.png" ALT="" HEIGHT="40" WIDTH="40"> <STRONG>NO SCROLL</STRONG><BR>
When first pressed, this key stops the transmission of data from the computer to
the VT100. When pressed a second time, transmission resumes from where it was
stopped. Check your local operating procedures to ensure that your system recognizes
this key.</P>
<P><IMG SRC="keys/br/ctrl.png" ALT="" HEIGHT="40" WIDTH="40"> <STRONG>CTRL</STRONG><BR>
When pressed in combination with another key, the <SPAN CLASS="keyname">CTRL</SPAN> key causes the VT100
to transmit a code which has a special meaning to your system.</P>
<P><IMG SRC="keys/br/tab.png" ALT="" HEIGHT="40" WIDTH="60"> <STRONG>TAB</STRONG><BR>
This key transmits a tab code.</P>
<P><IMG SRC="keys/br/esc.png" ALT="" HEIGHT="40" WIDTH="40"> <STRONG>ESC</STRONG><BR>
This key transmits a code which normally has a special meaning to your system. In
many applications, it tells your system to treat the next keys pressed as a command.</P>
<H3 ID="S1.1.1">Monitor Controls</H3>
<P>The VT100 monitor contains only two controls: the power switch and the power
selector switch, which is used to adapt the terminal to the available ac input
voltage range (see specifications).</P>
<H4 ID="S1.1.1.1">Audible Indicators (Tones)</H4>
<P>There are three audible alarms associated with the VT100: a short tone (click), a
long tone (bell), and a series of long tones.</P>
<P><STRONG>Short Tone (Click)</STRONG> -- The short tone is sounded by the terminal whenever a key is
pressed, with the following exceptions:</P>
<UL>
<LI><SPAN CLASS="keyname">SHIFT</SPAN> or <SPAN CLASS="keyname">CTRL</SPAN> keys do not generate any keyclick because these keys do
not transmit any codes but only modify the codes transmitted by other
keys.</LI>
<LI>KBD LOCKED indicator is turned on; in which case, the characters typed
are lost.</LI>
<LI>The keyclick feature has been turned off in SET-UP mode.</LI>
</UL>
<P><STRONG>Long Tone (Bell)</STRONG> -- The long tone is sounded by the terminal to indicate one of the
following conditions:</P>
<UL>
<LI>A bell code was received from the computer.</LI>
<LI>The cursor is eight characters away from the right margin and the margin
bell feature is enabled.</LI>
</UL>
<P><STRONG>Series of Long Tones</STRONG> -- The terminal will sound the long tone several times in
rapid succession to indicate that the nonvolatile memory (NVR) had difficulty in
reading or writing the SET-UP features. (When this occurs, check the SET-UP
features and then perform the Recall or Save operation again.)</P>
<H2 ID="S1.2">Part 2 -- Set-Up Mode</H2>
<P>Unlike most terminals, the VT100 does not use switches or jumpers to individually
turn the built-in terminal features on or off. Instead, the VT100 uses a nonvolatile
memory (NVR) which always remembers what features have been selected, as if a
switch had been set.</P>
<P>The selection and storage of built-in terminal features is performed in a special
mode of operation called SET-UP mode. When you enter SET-UP mode, the status
of the features stored in the temporary memory is shown on the screen. You can
then change the features and store any new feature selections either temporarily,
by leaving SET-UP mode; or on a fixed basis, by performing a Save operation. In
either case, the terminal operation will reflect the new feature selection. If a recall
operation is performed, or the terminal is reset, or the terminal power is turned
OFF, all temporary feature settings are replaced by the features that have been
stored on a fixed basis.</P>
<H3 ID="S1.2.1">SET-UP Features at a Glance</H3>
<P>When entered, SET-UP mode provides two brief summaries of the current feature
status. The first presentation -- SET-UP&nbsp;A -- displays the location of the tab stops
set in the terminal and a visual ruler which numbers each character position on the
line. The second presentation -- SET-UP&nbsp;B -- summarizes the status of the other
terminal features.</P>
<P><STRONG>SET-UP&nbsp;A</STRONG> -- To enter SET-UP&nbsp;A, press the <SPAN CLASS="keyname">SET-UP</SPAN> key. The display will now have
a presentation similar to <A HREF="figure1-4.html">Figure&nbsp;1-4</A>. The bottom line of the display consists of a
"ruler" which numbers each character position available on a line. The location of
each tab stop is shown by a "T" placed above the ruler. If the tab stop(s) set are
those desired, you may exit SET-UP mode by pressing the <SPAN CLASS="keyname">SET-UP</SPAN> key again or
you may now change the tabs to meet your requirements.</P>
<P><STRONG>SET-UP&nbsp;B</STRONG> -- SET-UP&nbsp;B mode may only be entered from SET-UP&nbsp;A mode. To enter
SET-UP&nbsp;B from SET-UP&nbsp;A, press the <SPAN CLASS="keyname">5</SPAN> key on the main keyboard. The display will
then look like <A HREF="figure1-5.html">Figure&nbsp;1-5</A>.</P>
<P><A HREF="figure1-6.html">Figure&nbsp;1-6</A> summarizes the SET-UP&nbsp;B presentation. This summary allows you to
quickly determine what features are enabled. For additional information on a feature
refer to the Definition of Each Feature section.</P>
<P>To exit SET-UP&nbsp;B press the <SPAN CLASS="keyname">SET-UP</SPAN> key.</P>
<H3 ID="S1.2.2">Determining What a SET-UP Feature Does</H3>
<P>The SET-UP features are basically a series of options in the VT100 that allow the
terminal to be tailored to its operating environment. <A HREF="table1-1.html">Table&nbsp;1-1</A> lists each feature
and places it in one or more of the following general categories:</P>
<UL>
<LI>Installation</LI>
<LI>Computer compatibility</LI>
<LI>Operator comfort</LI>
</UL>
<P>The installation category concerns itself with the initial installation of the terminal
and any special options that may be attached to the terminal. If any terminal
options are added or removed, or the physical location of the installation is
changed, verify the settings of these SET-UP features.</P>
<P>Computer compatibility contains the features which must be set correctly so that
the VT100 can communicate with the host computer. An error in these settings
may cause incorrect data to be sent to or received from the computer; or an error
may prevent the VT100 from communicating with the computer. The settings for
these features must be obtained from the host computer programmer, operator, or
system manager since there are many combinations of settings designed to work
with particular computers and special software. These feature settings would normally
change only when you need to communicate with a different computer or a
unique software package.</P>
<P>The operator comfort category contains the SET-UP features designed exclusively
for the operator. These features allow the operator to tailor the VT100 to fit individual
preference. These features do not affect any operations that occur between
the terminal and the compuer.</P>
<P>The next section, Definition of Each SET-UP Feature, describes the specific function
of each feature.</P>
<H3 ID="S1.2.3">How To Change a SET-UP Feature</H3>
<P>Changing any or all of the SET-UP features is a simple operation and is generally
performed by following the same basic steps.</P>
<OL>
<LI>Enter SET-UP mode by pressing the <SPAN CLASS="keyname">SET-UP</SPAN> key</LI>
<LI>Select the appropriate SET-UP mode by pressing the <SPAN CLASS="keyname">5</SPAN> key on the main
keyboard each time you want to switch from SET-UP&nbsp;A to SET-UP&nbsp;B or
from SET-UP&nbsp;B to SET-UP&nbsp;A.</LI>
<LI>Position the cursor above the feature switch or tab stop to be changed.
To position the cursor, the <SPAN CLASS="keyname">SPACEBAR</SPAN>, <IMG SRC="keys/br/leftsmall.png" ALT="[Left]" HEIGHT="15" WIDTH="15">, <IMG SRC="keys/br/rightsmall.png" ALT="[Right]" HEIGHT="15" WIDTH="15">, <SPAN CLASS="keyname">TAB</SPAN> and <SPAN CLASS="keyname">RETURN</SPAN>
keys may be used. Some features do not use this step since a specific
key is dedicated to changing the feature.</LI>
<LI>Change the feature setting by pressing either the <SPAN CLASS="keyname">6</SPAN> key on the main
keyboard or the appropriate dedicated key. Each time the key is pressed
the feature will change, generally to the opposite state.</LI>
</OL>
<P><A HREF="table1-2.html">Table&nbsp;1-2</A> briefly summarizes the SET-UP features, the SET-UP mode you must be
in to change a given feature, and the key used to change the feature setting.</P>
<H3 ID="S1.2.4">Setting the Answerback Message</H3>
<P>Setting the answerback message is different from setting any of the other terminal
features. An answerback message can be typed into the VT100, using the following
steps:</P>
<OL>
<LI>Place the terminal in SET-UP&nbsp;B mode.</LI>
<LI>Press the <SPAN CLASS="keyname">SHIFT</SPAN> and <SPAN CLASS="keyname">A</SPAN> key simultaneously. The terminal will respond
by placing A&nbsp;= on the screen. (The <SPAN CLASS="keyname">SHIFT</SPAN> key is required. The
<SPAN CLASS="keyname">CAPS&nbsp;LOCK</SPAN> key will not work here.)</LI>
<LI>Type the message delimiter character which may be any character not
used in the actual answerback mesage. The message delimiter character
is not a part of the answerback message. If a mistake is made when
typing the answerback message, type the message delimiter character
again and go back to step 2. This is the <EM>only</EM> way to correct errors in the
answerback message.</LI>
<LI>Type the answerback message. The message may be up to 20 characters,
including space and control characters. Control characters will be
displayed as a <IMG SRC="diamondsmall.png" ALT="diamond" HEIGHT="15" WIDTH="12"> character to indicate their presence in the message.</LI>
<LI>Type the message delimiter character. Once the message delimiter
character is typed the answerback message will disappear from the
screen.</LI>
</OL>
<P>Once the above steps have been completed the answerback message will be temporarily
stored in the VT100 and can be saved with the Save operation.</P>
<H3 ID="S1.2.5">Saving the SET-UP Features</H3>
<P>SET-UP features may be changed and stored on either a temporary or a fixed
basis. To temporarily store a feature, exit SET-UP mode after changing the feature;
the terminal now reacts according to the new setting. If a recall operation is performed,
or the terminal is reset, or the terminal power is turned off, all temporary
feature settings are replaced by the features that have been stored on a fixed basis.</P>
<P>To store SET-UP feature settings on a fixed basis, perform a save operation. This is
a simple operation that is accomplished by performing the following steps:</P>
<OL>
<LI>Place the terminal in SET-UP mode.</LI>
<LI>Press the <SPAN CLASS="keyname">SHIFT</SPAN> and <SPAN CLASS="keyname">S</SPAN> keys simultaneously. The screen will clear and
the message "wait" will be displayed in the upper-left corner. After a
brief wait, the terminal will return to SET-UP&nbsp;A mode.</LI>
</OL>
<P CLASS="note">NOTE: The save operation must be performed at the terminal keyboard. The
computer cannot perform this operation, although it can temporarily modify the settings of
some VT100 features.</P>
<P>Once these steps have been performed, SET-UP features which had been temporarily
stored will now be stored on a fixed basis.</P>
<H3 ID="S1.2.6">Recalling SET-UP Features</H3>
<P>The temporarily stored SET-UP feature settings may differ from the settings which
have been stored on a fixed basis. If you wish to return to the fixed settings,
perform the recall operation as follows:</P>
<OL>
<LI>Place the terminal in SET-UP mode.</LI>
<LI>Press the <SPAN CLASS="keyname">SHIFT</SPAN> and <SPAN CLASS="keyname">R</SPAN> keys simultaneously. The screen will clear and
the message "wait" will appear in the upper-left corner of the screen.
After a brief wait the terminal will return to SET-UP&nbsp;A mode.</LI>
</OL>
<P CLASS="note">NOTE: When a recall operation is performed the contents of the
screen are destroyed.</P>
<H3 ID="S1.2.7">Resetting the Terminal</H3>
<P>The VT100 may be reset from the keyboard. When the terminal is reset, the terminal
memory is cleared and the self-test program is run as if the terminal power
switch had been turned OFF and then back ON. To reset the terminal:</P>
<OL>
<LI>Place the terminal in SET-UP mode.</LI>
<LI>Press the <SPAN CLASS="keyname">0</SPAN> key on the main keyboard. The VT100 will be reset, the
power on self-test will be run, and the terminal will set according to the
fixed SET-UP features.</LI>
</OL>
<P CLASS="note">NOTE: When a reset operation is performed the contents of the screen are
destroyed and any options present may be affected.</P>
<H2 ID="S1.3">Part 3 -- Definition of Each SET-UP Feature</H2>
<P>This section describes each SET-UP feature in detail (in alphabetical order) and
states how each feature affects the terminal.</P>
<P CLASS="note">NOTE: Unless otherwise stated, entering SET-UP mode and changing features
does not result in the loss of data displayed on the screen.</P>
<P><STRONG>ANSI/VT52 Mode</STRONG><BR>
The VT100 terminal follows two different programming standards -- American
National Standards Institute (ANSI) and VT52. In ANSI mode, the VT100 will
generate and respond to coded sequences per ANSI standards X3.41-1974 and
X3.64-1977. In VT52 mode, the VT100 terminal is compatible with previous
DIGITAL software using the VT52 video terminal. Both ANSI and VT52 modes are
outlined in the programmer's section of this manual.</P>
<P><STRONG>ANSWERBACK Message</STRONG><BR>
Answerback is a question and answer sequence where the host computer asks the
terminal to identify itself. The VT100 answerback features provides the terminal
with the capability to identify itself by sending a message to the host. The entire
answerback sequence takes place automatically without affecting the screen or
requiring operator action. The answerback message may also be transmitted by
typing <SPAN CLASS="keyname">CTRL</SPAN>-<SPAN CLASS="keyname">BREAK</SPAN>.</P>
<P><STRONG>AUTO REPEAT</STRONG><BR>
The auto repeat feature allows a key to be automatically repeated at the rate of
about 30 characters per second when the key is held down for more than one-half
second. The auto repeat feature affects all keyboard keys except the following:</P>
<UL>
<LI><SPAN CLASS="keyname">SET-UP</SPAN></LI>
<LI><SPAN CLASS="keyname">ESC</SPAN></LI>
<LI><SPAN CLASS="keyname">NO SCROLL</SPAN></LI>
<LI><SPAN CLASS="keyname">TAB</SPAN></LI>
<LI><SPAN CLASS="keyname">RETURN</SPAN></LI>
<LI><SPAN CLASS="keyname">CTRL</SPAN> and any key</LI>
</UL>
<P><STRONG>AUTO XON/XOFF</STRONG><BR>
The VT100 is capable of automatically generating synchronizing codes XON (DC1)
and XOFF (DC3). The XOFF code is used to stop the transmission of data from the
computer to the terminal; the XON code is used to resume transmission. With the
feature enabled, the VT100 will generate the XOFF code when one of the following
events occur:</P>
<OL>
<LI>The internal buffer is nearly full</LI>
<LI>The <SPAN CLASS="keyname">NO&nbsp;SCROLL</SPAN> key is pressed</LI>
<LI>The terminal is placed in SET-UP mode</LI>
<LI><SPAN CLASS="keyname">CTRL</SPAN>-<SPAN CLASS="keyname">S</SPAN> is pressed.</LI>
</OL>
<P CLASS="note">NOTE: The VT100 will always stop transmission when an XOFF (DC3) code
is received and will resume transmission when an XON (DC1) code is received regardless
of the AUTO XON/XOFF feature setting.</P>
<P>When either the buffer empties, the <SPAN CLASS="keyname">NO&nbsp;SCROLL</SPAN> key is pressed again, the terminal
is taken out of SET-UP mode, or <SPAN CLASS="keyname">CTRL</SPAN>-<SPAN CLASS="keyname">Q</SPAN> is pressed, the VT100 will transmit
the XON code to resume transmission from the computer to the terminal.</P>
<P>If the host computer software does not support the XON/XOFF codes, data sent
during buffer full conditions, or when the terminal is in SET-UP mode, may be lost.</P>
<P><STRONG>BITS PER CHARACTER</STRONG><BR>
This feature allows the terminal to transmit and receive either 7- or 8-bit characters.
When set for 8-bit operation, bit 8 is set to a space (or 0) for characters
transmitted and is ignored for all characters received.</P>
<P><STRONG>CHARACTERS PER LINE</STRONG><BR>
The VT100 is capable of displaying either 80 or 132 characters per line. In the 80
character per line mode, the screen is 80 characters wide by 24 lines high. In the
132 character per line mode, the screen is 132 characters wide by 14 lines high
(24 lines if the VT100 is equipped with the Advanced Video Option). In the 132
character per line mode, the displayed lines are physically the same width as in the
80 character per line mode but the characters are more compact.</P>
<P CLASS="note">NOTE: When changing from 80 to 132 character per line mode or vice-versa,
the current contents of the screen are lost.</P>
<P CLASS="note">The use of double-width characters reduces the number of characters per
line by half.</P>
<P><STRONG>CURSOR</STRONG><BR>
The VT100 offers a choice of two cursor representations to indicate the "active
position", or where the next character will be placed on the screen. The cursor may
be displayed as either a blinking underline (_) or a blinking block (<IMG SRC="blocksmall.png" ALT="[]" HEIGHT="15" WIDTH="15">). The cursor
selection may perform an additional function; see the SGR escape sequence definition
in <A HREF="chapter3.html">Chapter&nbsp;3</A>.</P>
<P><STRONG>INTERLACE</STRONG><BR>
This feature is used for high resolution options. To reduce screen flicker the interlace
feature should be turned off if such an option is not installed.</P>
<P><STRONG>KEYCLICK TONE</STRONG><BR>
The keyclick is a tone which is generated every time a code transmitting key is
pressed. The keyclick may be turned on or off to suit the operator's needs. However,
research and experience has shown that an operator is more accurate when
there is an audible feedback from the keyboard.</P>
<P>Like the bell tone, the keyclick volume <EM>is not adjustable</EM>.</P>
<P><STRONG>LINE/LOCAL</STRONG><BR>
The LINE/LOCAL feature allows the operator to easily place the terminal in either
an ON-LINE or a LOCAL (off-line) condition. When the terminal is on-line (the
keyboard ON-LINE indicator is ON) all characters typed on the keyboard are sent
directly to the computer and messages from the computer are displayed on the
screen. In the LOCAL condition (the keyboard LOCAL indicator is ON), the terminal
is electrically disconnected from the computer; messages are not sent to or received
from the computer; and characters typed on the keyboard are echoed on
the screen directly.</P>
<P><STRONG>MARGIN BELL</STRONG><BR>
The margin bell feature is much the same as the bell in a typewriter. If the cursor is
eight characters from the end of the current line while typing, the VT100 sounds a
tone to alert the operator.</P>
<P><STRONG>NEW LINE</STRONG><BR>
The new line feature enables the <SPAN CLASS="keyname">RETURN</SPAN> key on the terminal to function like the
<SPAN CLASS="keyname">RETURN</SPAN> key on an electric typewriter. When the new line feature is enabled,
pressing the <SPAN CLASS="keyname">RETURN</SPAN> key generates the carriage return (CR) and line feed (LF)
codes. When a line feed code is received, the code is interpreted as a carriage
return and line feed.</P>
<P CLASS="note">NOTE: If double line feeds occur consistently, turn this feature off since
the computer is already performing this function automatically.</P>
<P>When the new line feature is disabled, the <SPAN CLASS="keyname">RETURN</SPAN> key generates only the CR
code; an LF code causes the terminal to perform a line feed only.</P>
<P><STRONG>PARITY</STRONG><BR>
Parity, when enabled, checks for correct data transmission. If a transmission error
occurs, the VT100 can detect it and indicate its presence by placing a checkerboard
character (<IMG SRC="checkersmall.png" ALT="[]" HEIGHT="15" WIDTH="12">) on the screen in place of the character with the error. The
parity sense feature determines if the parity is even or odd. When parity is disabled,
no parity bit is transmitted or received.</P>
<P CLASS="note">NOTE: If the parity feature is turned off, the parity sense selection will
be disregarded.</P>
<P><STRONG>PARITY SENSE</STRONG><BR>
The parity sense feature defines which of the two methods of parity checking, odd
or even, is being used by the VT100. If the parity feature is on, the terminal's parity
sense must be matched to the parity the computer is sending. If the parity sense
features do not match, most characters sent to the computer will be rejected even
though the character was received correctly by the VT100. If a parity incompatibility
occurs, the checkerboard character (<IMG SRC="checkersmall.png" ALT="[]" HEIGHT="15" WIDTH="12">) will be shown on the screen
in place of the received character.</P>
<P><STRONG>POWER</STRONG><BR>
During the initial installation, the terminal display must be set to the power line
frequency. In the U.S. this is set to 60 hertz.</P>
<P><STRONG>RECEIVE SPEED</STRONG><BR>
The receive speed must be set to match the computer transmit speed. The VT100
is capable of receiving at any one of the following preselected speeds: 50, 75,
110, 134.5, 150, 200, 300, 600, 1200, 1800, 2000, 2400, 3600, 4800, 9600,
19,200 baud.</P>
<P><STRONG>SCREEN BACKGROUND</STRONG><BR>
The screen background feature of the VT100 allows the operator to determine the
background of the screen. In the normal screen mode, the display contains light
characters on a dark background; in the reverse screen mode, the display contains
dark characters on a light background.</P>
<P><STRONG>SCREEN BRIGHTNESS</STRONG><BR>
Unlike most video terminals, the VT100 does not contain switches or knobs to
adjust screen brightness. Instead, the VT100 electronically controls the screen
brightness. This feature eliminates the high failure rate of mechanical controls and
still allows the operator to select the desired level of brightness for maximum
comfort under varied lighting conditions. This setting may be saved like any other
feature in the terminal.</P>
<P><STRONG>SCROLL</STRONG><BR>
Scrolling the upward or downward movement of existing lines on the screen to
make room for new lines at the bottom or top of the screen. It can be performed in
two ways: jump scroll or smooth scroll. In jump scroll mode, new lines appear on
the screen as fast as the computer sends them to the terminal. At the higher baud
rates, the data is very difficult to read due to the rapid movement of the lines. In
smooth scroll mode, a limit is placed on the speed at which new lines of data may
be sent to the terminal. The movement of lines occurs at a smooth steady rate
allowing the data to be read as it appears on the screen.</P>
<P CLASS="note">NOTE: Smooth scroll mode allows a maximum of six lines of data per second to be added
to the screen. The Auto XON/XOFF feature must be enabled and supported by the host
computer to ensure that data is not lost when smooth scroll mode is enabled.</P>
<P><STRONG>TABS</STRONG><BR>
Just like a typewriter, the VT100 can jump or tab to preselected points on a line.
These tab stops may be individually changed, or totally cleared and then set.</P>
<P><STRONG>TRANSMIT SPEED</STRONG><BR>
Transmit speed must be set to match the computer receive speed. The VT100 is
capable of transmitting at any one of the following preselected transmit speeds:
50, 75, 110, 134.5, 150, 200, 300, 600, 1200, 1800, 2000, 2400, 3600, 4800,
9600, and 19,200 baud.</P>
<P>Transmit speed is independent of receive speed; the terminal may transmit data at
one speed and receive data at a different speed.</P>
<P><STRONG>WRAPAROUND</STRONG><BR>
When this feature is enabled, the 81st or 133rd character (depending upon the
line size selected) inserted on a line is automatically placed in the first character
position of the next line. If the wraparound feature was not enabled, the 81st or
133rd character and all following characters would be overwritten into the last
character position of the current line.</P>
<P CLASS="note">NOTE: The use of double-width characters reduces the number of characters
per line by half.</P>
<P><IMG SRC="keys/bk/3.png" ALT="[3]" HEIGHT="40" WIDTH="40"> (shifted)<BR>
The VT100 contains character sets for the U.S. and the United Kingdom. The
difference between the two character sets is one character, the # or &pound; symbol.
When the standard U.S. character set is selected, the uppercase <SPAN CLASS="keyname">3</SPAN> key on the main
keyboard displays the # character. The &pound; character is displayed when the U.K.
character set is selected.</P>
<H2 ID="S1.4">Part 4 -- Self-Testing the VT100</H2>
<P>A self-test mode is built into the VT100 that automatically, or on command, tests
the condition of the terminal should a fault be suspected. The self-test program
checks the following items:</P>
<UL>
<LI>Advanced Video Memory (if option is installed)</LI>
<LI>Nonvolatile Memory (NVR)</LI>
<LI>Internal Memory</LI>
<LI>Keyboard</LI>
</UL>
<P>This test is performed automatically whenever the terminal is turned on.</P>
<H3 ID="S1.4.1">Self-Test Error Codes</H3>
<P>There are two broad categories of errors: fatal and nonfatal.</P>
<P>Fatal errors cause the terminal to immediately stop all operations. No intelligible
information is displayed on the screen; however, the screen most likely contains a
random pattern of characters. The only error indication (in addition to the random
characters) is a possible error code displayed on the programmable keyboard
LEDs, L1--L4; however, no terminal function, including the lighting of LEDs, is
guaranteed if a fatal error is found.</P>
<P CLASS="note">NOTE: The loopback and EIA modem control tests are not performed
on power-up; they must be invoked separately with the proper escape sequence.
See the programmer's section for further information on these tests.</P>
<P>Nonfatal errors do not halt the terminal processor. Instead, the terminal is forced to
LOCAL mode and an error code character is displayed in the upper-left corner of
the screen.</P>
<P>There are five types of nonfatal errors:</P>
<OL>
<LI>(AVO) Advanced Video Option data RAM</LI>
<LI>(NVR) Nonvolatile data RAM checksum error</LI>
<LI>(KBD) Keyboard missing or malfunction</LI>
<LI>(Data) Data loopback error</LI>
<LI>(EIA) EIA modem control error</LI>
</OL>
<P><A HREF="table1-3.html">Table&nbsp;1-3</A> shows the possible nonfatal error characters that may appear on the
screen and the failure represented by each character.</P>
<H2 ID="S1.5">Part 5 -- What To Do in the Event of a Problem</H2>
<P>If it appears that there is a problem in the terminal, you should initiate the power-up
self-test program. This test will help to determine if the problem lies in your
terminal or in some other part of the computer system. <A HREF="table1-4.html">Table&nbsp;1-4</A> describes the
items an operator can check prior to making a service call.</P>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT">&nbsp;</TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="chapter2.html">Chapter 2</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/chapter1.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,563 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="chapter3.html">Chapter 3</A></TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1 ID="S2">Chapter 2<BR>Installation, Interface Information and Specifications</H1>
<H2 ID="S2.1">Installation</H2>
<H3 ID="S2.1.1">Site Considerations</H3>
<P>The design of the VT100 terminal (<A HREF="figure2-1.html">Figure&nbsp;2-1</A>) will normally pose few constraints
on selecting a place in which to install the terminal. In most cases, any environment
suitable to the terminal operator will be a satisfactory environment in which
to operate the terminal. Extremes of temperature and humidity should be avoided.
A summary of VT100 guaranteed operating conditions is found at the end of this
section.</P>
<H3 ID="S2.1.2">Unpacking and Maintenance</H3>
<P>The VT100 shipping carton contains the following items:</P>
<UL>
<LI>VT100 monitor</LI>
<LI>VT100 detached keyboard</LI>
<LI>VT100 power cord</LI>
<LI>VT100 SET-UP label</LI>
<LI>VT100 User's Guide</LI>
</UL>
<P>To install the VT100 perform the following steps:</P>
<OL>
<LI>Remove the VT100 from the shipping carton and place it in the desired
work area.</LI>
<LI>Place the keyboard in front of the terminal and plug the keyboard coiled
cord into the keyboard receptacle located on the rear of the terminal
(<A HREF="figure2-2.html">Figure&nbsp;2-2</A>).</LI>
<LI>Verify that the power selector switch shows the correct wall outlet
voltage (115&nbsp;V is standard in the U.S.) and the power switch is off.</LI>
<LI>Connect the power cord to the power cord receptacle on the rear of the
terminal and plug the other end of the power cord into a nearby wall
outlet.</LI>
<LI>Connect the communications cable to the appropriate communications
receptacle.</LI>
<LI>Turn the power switch on. The terminal will now automatically perform
the power-up self-test and either the ON LINE or LOCAL light located
on the keyboard will be turned on. After approximately one minute the
cursor will be visible in the upper-left corner of the screen. If any other
indication is shown, refer to Part 5 of the operator information chapter.</LI>
<LI>Set the desired SET-UP features as outlined in the operator's section of
this manual.</LI>
<LI>Once the installation setup procedure is complete, record the SET-UP
features selected on the VT100 SET-UP label and attach the label to
the underside of the keyboard.</LI>
</OL>
<H3 ID="S2.1.3">User Maintenance</H3>
<P>The keyboard keys are the only moving parts of the terminal and require no preventive
maintenance by the owner. The VT100 surfaces may be cleaned with soap
and water or any mild detergent. Cleaners with solvents should not be used.</P>
<P>The VT100 packaging is not meant to be weatherproof; there are several openings
in the case through which liquids, coins, paper clips, and other objects can fall.
Such objects would disturb the electronic operation of the terminal if they came
into contact with the circuitry. For this reason, avoid putting drinks and metal
objects on the top of the terminal, or using excessive water to clean the terminal.
Rubbing the keys with a dry or barely moist cloth should suffice to clean them. Do
not remove the keycaps to clean them more thoroughly; damage may result to the
switch contacts if they are replaced incorrectly.</P>
<P>Keep the ventilation slots clear. Blocking these slots by placing objects on top of or
under the VT100 may cause the terminal to overheat.</P>
<H2 ID="S2.2">Interface Information</H2>
<H3 ID="S2.2.1">EIA Interface</H3>
<P>The basic VT100 operates on full duplex, asynchronous communication lines. The
terminal interfaces to the line with a 25-pin connector mounted on the back of the
terminal which meets the requirements of EIA specification RS-232-C. <A HREF="table2-1.html">Table&nbsp;2-1</A>
summarizes the EIA connector signals; the following paragraphs explain each signal
as used in the basic VT100.</P>
<P><STRONG>Protective Ground -- Pin 1</STRONG><BR>
This conductor is electrically bonded to the VT100 chassis. Use of this conductor
for reference potential purposes is not allowed.</P>
<P><STRONG>Transmitted Data (from VT100) -- Pin 2</STRONG><BR>
The VT100 transmits serially encoded characters and break signals on this circuit,
which is held in the mark state when neither characters nor break signals are being
transmitted.</P>
<P><STRONG>Received Data (to VT100) -- Pin 3</STRONG><BR>
The VT100 receives serially encoded characters generated by the user's equipment
on this circuit.</P>
<P><STRONG>Request to Send (from VT100) -- Pin 4</STRONG><BR>
Asserted at all times when terminal is powered up.</P>
<P><STRONG>Clear to Send (to VT100) -- Pin 5</STRONG><BR>
Ignored at all times.</P>
<P><STRONG>Data Set Ready (to VT100) -- Pin 6</STRONG><BR>
Ignored at all times.</P>
<P><STRONG>Signal Ground -- Pin 7</STRONG><BR>
This conductor establishes the common ground reference potential for all voltages
on the interface. It is permanently connected to the VT100 chassis.</P>
<P><STRONG>Carrier Detect (to VT100) -- Pin 8</STRONG><BR>
Ignored at all times.</P>
<P><STRONG>Speed Select (from VT100) -- Pins 11, 19, and 23</STRONG><BR>
This signal is alternately called Secondary Request to Send. The basic VT100
maintains this line in the asserted state at all times.</P>
<P><STRONG>Speed Indicator (to VT100) -- Pin 12</STRONG><BR>
This signal, alternately called Secondary Carrier Detect, is ignored at all times.</P>
<P><STRONG>Transmission Clock (to VT100) -- Pin 15</STRONG><BR>
Ignored at all times.</P>
<P><STRONG>Receive Clock (to VT100) -- Pin 17</STRONG><BR>
Ignored at all times.</P>
<P><STRONG>Data Terminal Ready (from VT100) -- Pin 20</STRONG><BR>
Data Terminal Ready is asserted at all times except under the following conditions:</P>
<OL>
<LI>Terminal is not powered up</LI>
<LI>Terminal is in LOCAL mode</LI>
<LI>The 3.5 second interval following the pressing of <SPAN CLASS="keyname">SHIFT</SPAN>-<SPAN CLASS="keyname">BREAK</SPAN>.</LI>
</OL>
<P><STRONG>Ring Indicator (to VT100) -- Pin 22</STRONG><BR>
Ignored at all times.</P>
<H4 ID="S2.2.1.1">Electrical Characteristics</H4>
<P><STRONG>VT100 Output Voltages</STRONG> -- On signals designated "from VT100", the mark, or
unasserted state, is -6.0&nbsp;V to -12.0&nbsp;V; the space, or asserted state, is +6.0&nbsp;V
to +12.0&nbsp;V.</P>
<P><STRONG>VT100 Input Voltages</STRONG> -- On signals designated "to VT100", -25.0&nbsp;V to +0.75&nbsp;V
or an open circuit is interpreted as a mark or unasserted state, and +25.0&nbsp;V to
+2.25&nbsp;V is interpreted as a space or asserted state. Voltages greater in magnitude
than &plusmn;25&nbsp;V are not allowed. These levels are compatible with EIA STD RS-232-C
and CCITT Recommendation V.28.</P>
<H3 ID="S2.2.2">Optional 20&nbsp;mA Current Loop Interface</H3>
<P>In most current loop applications, the VT100 will be connected in a passive configuration
-- that is, current is supplied to the VT100. In this mode, the transmitter
and receiver are both passive, both optically isolated, and the transmitter goes to
the mark state when power is turned off.</P>
<P>Conversion from active to passive (or vice versa) requires moving a slide switch.</P>
<P>In active mode either the transmitter or the receiver or both may be connected so
that the VT100 sources the 20&nbsp;mA of current. In active mode isolation is not
present and the transmitter will go to the space state when power to the VT100 is
turned off.</P>
<P><A HREF="figure2-3.html">Figure&nbsp;2-3</A> shows the 20&nbsp;mA current loop interface connector mounted to the
access cover and the individual pin assignment.</P>
<P><STRONG>Electrical Characteristics</STRONG><BR>
The electrical characteristics of the 20&nbsp;mA current loop interface are shown below:</P>
<TABLE>
<COLGROUP>
<COL WIDTH="30%">
<COL SPAN="2" WIDTH="10%">
</COLGROUP>
<COLGROUP>
<COL WIDTH="30%">
<COL SPAN="2" WIDTH="10%">
</COLGROUP>
<THEAD>
<TR>
<TH COLSPAN="3">Transmitter</TH>
<TH COLSPAN="3">Receiver</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>&nbsp;</TD>
<TD>Min</TD>
<TD>Max</TD>
<TD>&nbsp;</TD>
<TD>Min</TD>
<TD>Max</TD>
</TR>
<TR VALIGN="TOP">
<TD>Open circuit voltage</TD>
<TD>5.0&nbsp;V</TD>
<TD>50&nbsp;V</TD>
<TD>Voltage drop marking</TD>
<TD>--</TD>
<TD>2.5&nbsp;V</TD>
</TR>
<TR VALIGN="TOP">
<TD>Voltage drop marking</TD>
<TD>--</TD>
<TD>4.0&nbsp;V</TD>
<TD>Spacing current</TD>
<TD>--</TD>
<TD>3.0&nbsp;mA</TD>
</TR>
<TR VALIGN="TOP">
<TD>Spacing current</TD>
<TD>--</TD>
<TD>2.0&nbsp;mA</TD>
<TD>Marking current</TD>
<TD>15&nbsp;mA</TD>
<TD>50&nbsp;mA</TD>
</TR>
<TR>
<TD>Marking current</TD>
<TD>20&nbsp;mA</TD>
<TD>50&nbsp;mA</TD>
<TD COLSPAN="3">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<P>In addition to the above specifications for passive operation, active mode will place
the transmitter or receiver in series with a source of 17&nbsp;V &plusmn;5 percent and 660
ohms.</P>
<H3 ID="S2.2.3">External Video Connections</H3>
<P>In addition to the EIA interface, the VT100 is also capable of easily interfacing to
external video devices. The video devices may act either as a slave to the VT100
when connected to the composite video output or provide synchronized video to
the VT100 video section when connected to the video input. The external video
connectors are the two female BNC connectors located on the back of the terminal
just below the EIA connector. The upper connector, J8, is the video input while the
lower connector, J9, is the video output.</P>
<P><STRONG>Composite Video Output (J9)</STRONG><BR>
The composite video output provides RS170-like output (see note) generated by
combining the video signal with a composite sync signal. This output contains all
video data appearing on the VT100 screen except that video which comes from
J8. The output has the following nominal characteristics. (Refer to <A HREF="figure2-4.html">Figure&nbsp;2-4</A>).</P>
<OL>
<LI>Output impedance = 75 ohms, dc-coupled</LI>
<LI>Sync level = 0&nbsp;V</LI>
<LI>Black level = approximately 0.3&nbsp;V when loaded with 75 ohms</LI>
<LI>White level = approximately 1.0&nbsp;V with a 75 ohm load</LI>
<LI>The composite sync waveform conforms to EIA RS170 standards. The
vertical interval is composed of six equalizing pulses, six vertical sync
pulses, and six more equalizing pulses. The timing is as follows:
<TABLE>
<TBODY>
<TR>
<TD>Equalizing pulse width</TD>
<TD>= 2.33&micro;s &plusmn; 50ns</TD>
</TR>
<TR>
<TD>Vertical pulse width</TD>
<TD>= 27.28&micro;s &plusmn; 200ns</TD>
</TR>
<TR>
<TD>Horizontal pulse width</TD>
<TD>= 4.71&micro;s &plusmn; 50ns</TD>
</TR>
<TR>
<TD ROWSPAN="2">Horizontal blank width</TD>
<TD>= 11.84&micro;s &plusmn; 50ns/80 column mode</TD>
</TR>
<TR>
<TD>= 12.34&micro;s &plusmn; 50ns/132 column mode</TD>
</TR>
<TR>
<TD>Front porch</TD>
<TD>= 1.54&micro;s &plusmn; 50ns</TD>
</TR>
</TBODY>
</TABLE></LI>
</OL>
<P CLASS="note">NOTE: The use of dc-coupling is not in strict agreement
with RS170. To agree with RS170 the output load requires a 10&micro;F
capacitor in series with the output. Failing to do so, the 2&nbsp;mA dc
short circuit current requirement is violated. This presents no problem
with most monitors which are in fact ac-coupled.</P>
<P><STRONG>Video Input (J8)</STRONG><BR>
An analog signal applied to the video input will be "ORed" with the internal video
signal in such a way that the beam intensity at any point on the screen will
correspond to the intensity of that signal which would tend to make the beam
brighter at that point. A video signal on this input affects only the internal screen and
does not appear on the composite video output. This input has the following nominal
characteristics.</P>
<OL>
<LI>Input impedance = 75 ohms, dc-coupled</LI>
<LI>Black level = 0 V</LI>
<LI>White level = 1.0 V</LI>
<LI>Maximum continuous input = &plusmn;2.0 V</LI>
</OL>
<P>The external video source must be synchronized to the VT100; it may do this by
referencing the composite sync on the composite video output. This means that
the VT100 video input will not synchronize with any composite video source including
the composite video output of another VT100.</P>
<H2 ID="S2.3">VT100 Specifications</H2>
<TABLE WIDTH="100%">
<COL WIDTH="30%" ALIGN="LEFT">
<COL WIDTH="70%">
<TBODY>
<TR>
<TH>Dimensions</TH>
<TD>&nbsp;</TD>
</TR>
<TR VALIGN="TOP">
<TD>Monitor</TD>
<TD>Height: 36.83 cm (14.5 inch)<BR>
Width: 45.72 cm (18 inch)<BR>
Depth: 36.20 cm (14.25 inch)</TD>
</TR>
<TR VALIGN="TOP">
<TD>Keyboard</TD>
<TD>Height: 8.89 cm (3.5 inch)<BR>
Width: 45.72 cm (18 inch)<BR>
Depth: 20.32 cm (8 inch)<BR>
Minimum table depth: 51.4 cm (20.25 inch)</TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="30%" ALIGN="LEFT">
<COL WIDTH="70%">
<TBODY>
<TR>
<TH>Weight</TH>
<TD>&nbsp;</TD>
</TR>
<TR VALIGN="TOP">
<TD>Monitor</TD>
<TD>13.6 kg (30 lbs)</TD>
</TR>
<TR VALIGN="TOP">
<TD>Keyboard</TD>
<TD>2.0 kg (4.5 lbs)</TD>
</TR>
<TR VALIGN="TOP">
<TD>Shipping Weight</TD>
<TD>18.6 kg (41 lbs)</TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="30%" ALIGN="LEFT">
<COL WIDTH="70%">
<TBODY>
<TR>
<TH>Environment</TH>
<TD>&nbsp;</TD>
</TR>
<TR VALIGN="TOP">
<TD>Operating</TD>
<TD>Temperature: 10&deg; to 40&deg; C (50&deg; to 104&deg; F)<BR>
Relative humidity: 10% to 90%<BR>
Maximum wet bulb: 28&deg; C (82&deg; F)<BR>
Minimum dew point: 2&deg; C (36&deg; F)<BR>
Altitude: 2.4 km (8,000 ft)</TD>
</TR>
<TR VALIGN="TOP">
<TD>Non-Operating</TD>
<TD>Temperature: -40&deg; to 66&deg; C (-40&deg; to 151&deg; F)<BR>
Relative humidity: 0 to 95%<BR>
Altitude: 9.1 km (30,000 ft)</TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="30%">
<COL WIDTH="70%">
<TBODY>
<TR>
<TH>Power</TH>
<TD>&nbsp;</TD>
</TR>
<TR VALIGN="TOP">
<TD>Line Voltage</TD>
<TD>90-128 V RMS single phase, 2 wire<BR>
180-256 V RMS single phase, 2 wire (switch-selectable)</TD>
</TR>
<TR VALIGN="TOP">
<TD>Line Frequency</TD>
<TD>47-63 Hz</TD>
</TR>
<TR VALIGN="TOP">
<TD>Current</TD>
<TD>2.2 A RMS maximum at 115 V RMS<BR>
1.1 A RMS maximum at 230 V RMS</TD>
</TR>
<TR VALIGN="TOP">
<TD>Input Power</TD>
<TD>250 VA apparent 150 W maximum</TD>
</TR>
<TR VALIGN="TOP">
<TD>Current limiting</TD>
<TD>3 A normal blow fuse</TD>
</TR>
<TR VALIGN="TOP">
<TD>Power cord</TD>
<TD>detachable, 3 prong, 1.9 m (6 ft)</TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="30%" ALIGN="LEFT">
<COL WIDTH="70%">
<TBODY>
<TR>
<TH>Display</TH>
<TD>&nbsp;</TD>
</TR>
<TR VALIGN="TOP">
<TD>CRT</TD>
<TD>12 inch diagonal measure, P4 phosphor</TD>
</TR>
<TR VALIGN="TOP">
<TD>Format</TD>
<TD>24 lines &times; 80 characters or 14 lines &times; 132 characters
(selectable)</TD>
</TR>
<TR VALIGN="TOP">
<TD>Character</TD>
<TD>7 &times; 9 dot matrix with descenders</TD>
</TR>
<TR VALIGN="TOP">
<TD>Character size</TD>
<TD>3.35 mm &times; 2.0 mm (0.132 inch &times; 0.078 inch) in
80 column mode<BR>
3.35 mm &times; 1.3 mm (0.132 inch &times; 0.051 inch) in
132 column mode</TD>
</TR>
<TR VALIGN="TOP">
<TD>Active Display Size</TD>
<TD>202 mm &times; 115 mm (8 inch &times; 4.5 inch)</TD>
</TR>
<TR VALIGN="TOP">
<TD>Character Set</TD>
<TD>96 character displayable ASCII subset (upper-
and lowercase, numeric and punctuation)</TD>
</TR>
<TR VALIGN="TOP">
<TD>Cursor type</TD>
<TD>Keyboard-selectable, blinking block character or
blinking underline</TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="30%" ALIGN="LEFT">
<COL WIDTH="70%">
<TBODY>
<TR>
<TH>Keyboard</TH>
<TD>&nbsp;</TD>
</TR>
<TR VALIGN="TOP">
<TD>General</TD>
<TD>83-key detachable unit with a 1.9 m (6 ft) coiled
cord attached</TD>
</TR>
<TR VALIGN="TOP">
<TD>Key Layout</TD>
<TD>65-key arrangement and sculpturing similar to
standard typewriter keyboard with an 18-key
auxiliary keypad.</TD>
</TR>
<TR VALIGN="TOP">
<TD>Auxiliary Keyboard</TD>
<TD>18-key numeric pad with period, comma, minus,
enter, and four general-purpose function keys</TD>
</TR>
<TR VALIGN="TOP">
<TD>Visual Indicators</TD>
<TD>Seven LEDs; three LEDs dedicated to ON LINE,
LOCAL and KBD LOCKED, four LEDs user-programmable.</TD>
</TR>
<TR VALIGN="TOP">
<TD>Audible Signals</TD>
<TD>Key-click: sound simulates typewriter.<BR>
Bell:<OL>
<LI>sounds upon receipt of BEL code;</LI>
<LI>sounds eight characters from right margin (keyboard-selectable)</LI>
</OL>
Multiple bell: sounds upon detection of error in
SET-UP save or recall operation.</TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="30%" ALIGN="LEFT">
<COL WIDTH="70%">
<TBODY>
<TR>
<TH>Communication</TH>
<TD>&nbsp;</TD>
</TR>
<TR VALIGN="TOP">
<TD>Type</TD>
<TD>EIA</TD>
</TR>
<TR VALIGN="TOP">
<TD>Speeds</TD>
<TD>Full duplex: 50, 75, 110 (two stop bits), 134.5,
150, 200, 300, 600, 1200, 1800, 2000, 2400,
3600, 4800, 9600, 19,200</TD>
</TR>
<TR VALIGN="TOP">
<TD>Code</TD>
<TD>ASCII</TD>
</TR>
<TR VALIGN="TOP">
<TD>Character Format</TD>
<TD>Asynchronous</TD>
</TR>
<TR VALIGN="TOP">
<TD>Character Size</TD>
<TD>7 or 8 bits; keyboard-selectable. (Note: if 8-bit
character is selected, eighth bits is always space).</TD>
</TR>
<TR VALIGN="TOP">
<TD>Parity</TD>
<TD>Even, odd, or none -- keyboard-selectable</TD>
</TR>
<TR VALIGN="TOP">
<TD>Synchronization</TD>
<TD>Keyboard-selectable via automatic generation of
XON and XOFF control codes.</TD>
</TR>
</TBODY>
</TABLE>
<H2 ID="S2.4">How to Order Hardware Documentation</H2>
<P>The following VT100 Video Terminal hardware manuals can be purchased from
DIGITAL's Accessory and Supplies Group.</P>
<TABLE>
<THEAD>
<TR>
<TH>Part No.</TH>
<TH>Title</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>EK-VT100-UG</TD>
<TD>VT100 User Guide</TD>
</TR>
<TR>
<TD>EK-VT100-J1</TD>
<TD>VT100 Mini Maintenance Manual</TD>
</TR>
<TR>
<TD>EK-VT100-TM</TD>
<TD>VT100 Technical Manual</TD>
</TR>
<TR>
<TD>EK-VT100-IP</TD>
<TD>VT100 Illustrated Parts Breakdown (IPB)</TD>
</TR>
<TR>
<TD>MP-00633</TD>
<TD>VT100 Print Set</TD>
</TR>
</TBODY>
</TABLE>
<P>All purchase orders for hardware manuals should be forwarded to:</P>
<P>Digital Equipment Corporation<BR>
Cotton Road<BR>
Nashua, N.H. 03060<BR>
Supplies and Accessories Group (P086)</P>
<P>Purchase orders must show shipping and billing addresses and state whether a
partial shipment will be accepted.</P>
<P>All correspondence and invoicing inquiries should be directed to the above address.</P>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="chapter3.html">Chapter 3</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/chapter2.html</DIV></DIV>
</BODY>
</HTML>

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,168 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="chapter5.html">Chapter 5</A></TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1 ID="S4">Chapter 4<BR>VT100 Options</H1>
<P>The VT100 has available options which are designed to enhance the basic terminal
and allow its use in a wide range of applications. The options currently available
are:</P>
<UL>
<LI>VT1XX-AA&nbsp;&nbsp;&nbsp;20&nbsp;Current Loop Option</LI>
<LI>VT1XX-AB&nbsp;&nbsp;&nbsp;Advanced Video Option</LI>
</UL>
<P>In the future, additional options will be available which will further enhance the
basic VT100. Contact the nearest DIGITAL Sales Office for further information and
how to order the options.</P>
<H2 ID="S4.1">Advanced Video Option -- VT1XX-AB</H2>
<P>The Advanced Video Option enhances the basic VT100 by adding the following
features:</P>
<UL>
<LI>10 additional lines of 132 column display -- this capability is added to the
VT100 by providing additional display memory. The screen can now display
a total of 24 lines in either 80- or 132-column format.</LI>
<LI>Additional character attributes -- the VT100 is now capable of highlighting
any character(s) on the screen in any of the following ways:
<UL>
<LI>Bold</LI>
<LI>Blink</LI>
<LI>Underline</LI>
<LI>Reverse</LI>
<LI>Any combination of the above</LI>
</UL></LI>
<LI>Capability of an additional character generator ROM -- this capability is
added to the VT100 by providing the memory required to access a second
character generator ROM.</LI>
</UL>
<H3 ID="S4.1.1">Advanced Video Option Installation</H3>
<P>Use the following procedure to install the Advanced Video Option.</P>
<OL>
<LI>Remove power from the terminal by disconnecting the ac plug.</LI>
<LI>Unplug the keyboard (<A HREF="figure4-1.html">Figure&nbsp;4-1</A>).</LI>
<LI>Unplug any connectors from the composite video input/output jacks.</LI>
<LI>Disconnect the communications cable.</LI>
<LI>With a blade-type screwdriver loosen the four captive screws holding the
access cover.</LI>
<LI>If the 20&nbsp;mA Current Loop Option is installed, gently pull the access
cover away from the terminal about 2 inches; then reach in and disconnect
J5 from the terminal controller board.</LI>
<LI>Remove the access cover.</LI>
<LI>Remove any graphic or STP cables.</LI>
<LI>Remove the terminal controller board by gently but firmly pulling the
board straight out. The terminal controller board is located in the leftmost
slot in the card cage (viewed from the rear).</LI>
<LI>Place the terminal controller board on a flat surface with the component
side up (<A HREF="figure4-2.html">Figure&nbsp;4-2</A>).</LI>
<LI>Locate the four mounting holes drilled in the terminal controller board;
mount a standoff in each.</LI>
<LI>Grasp the advanced video board by the edges and carefully align the
connector pins with the connector on the terminal controller board.
Gently but firmly mount the advanced video board onto the terminal
controller board.</LI>
<LI>Reinstall the terminal controller board. The terminal controller board
must be inserted into the leftmost slot in the card cage.</LI>
<LI>Reinstall all cables removed.</LI>
<LI>Reinstall the access cover.</LI>
</OL>
<H3 ID="S4.1.2">Advanced Video Option Checkout</H3>
<P>Use the following procedure to check out the operation of the Advanced Video
Option.</P>
<OL>
<LI>Turn the terminal power on and verify that no error was detected during
the power up self-test.</LI>
<LI>Press the <SPAN CLASS="keyname">SET-UP</SPAN> key. The words "SET-UP&nbsp;A" should blink in boldface,
the words "TO EXIT PRESS SET-UP" should be underlined, and the ruler
should contain alternating normal and reverse video fields.</LI>
<LI>Place the terminal in the 132-column mode and then in the LOCAL
mode.</LI>
<LI>Exit SET-UP and type the following sequence:
<P><CODE>ESC &lt; ESC # 8</CODE></P>
<P>The screen should now display 24 lines &times; 132 columns.</P></LI>
</OL>
<H2 ID="S4.2">20&nbsp;mA Current Loop Option -- VT1XX-AA</H2>
<P>The 20&nbsp;mA Current Loop Option allows the VT100 to connect directly to the host
computer over a short distance without using a modem. The specifications for the
20&nbsp;mA Current Loop Option are located in <A HREF="chapter2.html">Chapter&nbsp;2</A> of this manual under interface
information.</P>
<H3 ID="S4.2.1">20&nbsp;mA Current Loop Option Installation</H3>
<P>Use the following procedure to install the 20&nbsp;mA Current Loop Option:</P>
<OL>
<LI>Remove power from the terminal by disconnecting the ac plug.</LI>
<LI>Unplug the keyboard.</LI>
<LI>Unplug any connectors from the composite video input/output jacks.</LI>
<LI>Disconnect the communications cable.</LI>
<LI>With a blade-type screwdriver loosen the four captive screws holding
the access cover; then remove the cover.</LI>
<LI>Set the TRANS switch to the NORMAL position (<A HREF="figure4-3.html">Figure&nbsp;4-3</A>). (If the
terminal must provide current on the receive line, set the switch to the
ACT position).</LI>
<LI>Set the REC switch to the NORMAL position (<A HREF="figure4-3.html">Figure&nbsp;4-3</A>). (If the terminal
must provide current on the receive line set the switch to the ACT
position).</LI>
<LI>Connect P5 to J5 on the terminal controller board (<A HREF="figure4-4.html">Figure&nbsp;4-4</A>).</LI>
<LI>Perform the 20&nbsp;mA Current Loop Option Checkout.</LI>
</OL>
<H3 ID="S4.2.2">20&nbsp;mA Current Loop Option Checkout</H3>
<P>The VT100 contains an internal test called the data loopback test. In the data
loopback test the VT100 transmit and receive lines are connected to each other
via a special external connector. A predefined set of characters are then transmitted.
The terminal receives the characters and compares them to the characters
transmitted. If the characters do not match an error is then flagged.</P>
<P>Use the following procedure to check out the operation of the 20&nbsp;mA Current Loop
Option.</P>
<OL>
<LI>Disconnect the terminal from the communications line.</LI>
<LI>Remove the terminal access cover containing the 20&nbsp;mA current loop
board; place both of the switches in the NORMAL position. Reinstall
the access cover.</LI>
<LI>Connect the 20&nbsp;mA loopback connector (PN&nbsp;70-15503-00) to the
Mate-N-Lok connector mounted to the bottom of the access cover.</LI>
<LI>Place the terminal in ANSI-compatible mode (in SET-UP&nbsp;B group 2
switch 3 equals a 1).</LI>
<LI>Type the following sequence to perform the data loopback test.
<P><CODE>ESC [ 2 ; 2 y</CODE></P>
<P>When the test is performed, the screen clears and the message "WAIT"
is displayed in the upper left corner of the screen. The entire test takes
approximately six seconds to run.</P>
<P CLASS="note">NOTE: The data loopback test can be repeated indefinitely by typing <CODE>ESC [ 2; 10 y</CODE>.
This test ends only when an error is detected or the terminal power is turned off.</P></LI>
<LI>A loopback error is shown by "8" being displayed in the upper left
corner of the screen. If an error is detected, check the 20&nbsp;mA board
connectors and switch settings and then repeat Step 5. If the error
persists, contact your service organization.</LI>
<LI>Once the test is complete return the 20&nbsp;mA current loop board
switches to the original positions, remove the loopback connector,
replace the access cover, and reconnect the terminal to
communications line.</LI>
</OL>
<H2 ID="S4.3">Communications Cables</H2>
<P>The communications cables available for use with the VT100 are listed in
<A HREF="chapter5.html">Chapter&nbsp;5</A>.</P>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="chapter5.html">Chapter 5</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/chapter4.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,609 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="appendixa.html">Appendix A</A></TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1 ID="S5">Chapter 5<BR>Accessories and Supplies</H1>
<P><STRONG>General</STRONG><BR>
The VT100 video terminal is a data transaction terminal supporting a wide
variety of user-controllable character and screen attributes. Additional
features include smooth scrolling, selectable column widths and typewriter-like
detachable keyboard. The following describes VT100 supplies and
accessories.</P>
<DIV ID="ACCFIG"><IMG SRC="accessories.png" ALT="Accessory Categories" HEIGHT="428" WIDTH="600"></DIV>
<P><STRONG>Supplies</STRONG></P>
<TABLE WIDTH="100%">
<COL WIDTH="20%">
<COL WIDTH="20%">
<COL WIDTH="60%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Item Number</TH>
<TH>DEC Part Number</TH>
<TH>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>1</TD>
<TD>VT1XX-AE</TD>
<TD>VT100 formed screen filter, gray antiglare coating</TD>
</TR>
<TR VALIGN="TOP">
<TD>1</TD>
<TD>VT1XX-AR</TD>
<TD>VT100 nonreflective filter screen</TD>
</TR>
<TR VALIGN="TOP">
<TD>2</TD>
<TD>VT1XX-ST</TD>
<TD>VT100 terminal stand with casters</TD>
</TR>
<TR VALIGN="TOP">
<TD>2</TD>
<TD>VT1XX-SU</TD>
<TD>VT100 terminal table (VT1XX-ST), lot of 25</TD>
</TR>
<TR VALIGN="TOP">
<TD>2</TD>
<TD>VT1XX-SV</TD>
<TD>VT100 terminal table (VT1XX-ST), lot of 50</TD>
</TR>
<TR VALIGN="TOP">
<TD>3</TD>
<TD>H9850-HK</TD>
<TD>Heavy gauge vinyl dust cover, charcoal brown</TD>
</TR>
<TR VALIGN="TOP">
<TD>4</TD>
<TD>H980-CS</TD>
<TD>Catalog stand with eight one-inch removable cartridges for 8&frac12; inches &times; 11 inches documentation</TD>
</TR>
<TR VALIGN="TOP">
<TD>4</TD>
<TD>H980-CP</TD>
<TD>Cartridges for catalog stand</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UA</TD>
<TD>Blank keycap kit of 50, Row 4*</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UB</TD>
<TD>Blank keycap kit of 50, Row 1*</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UC</TD>
<TD>Blank keycap kit of 50, Row 2*</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UD</TD>
<TD>Blank keycap kit of 50, F&amp;J type</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UE</TD>
<TD>Blank keycap kit of 50, SET-UP</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UF</TD>
<TD>Blank keycap kit of 50, TAB</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UH</TD>
<TD>Blank keycap kit of 50, CAP LOCK</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UJ</TD>
<TD>Blank keycap kit of 50, SHIFT</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UL</TD>
<TD>Main array blank keycap set</TD>
</TR>
<TR VALIGN="TOP">
<TD COLSPAN="3"><SMALL>* Row 1 is the row immediately above Space Bar</SMALL></TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="20%">
<COL WIDTH="20%">
<COL WIDTH="60%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Item Number</TH>
<TH>DEC Part Number</TH>
<TH>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UM</TD>
<TD>Blank keycap kit of 50, CR</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UN</TD>
<TD>Blank keycap kit of 50, ENTER</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UP</TD>
<TD>Blank keycap kit of 50, Num Pad 0</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UR</TD>
<TD>Blank keycap kit of 50, Row 3*</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-US</TD>
<TD>Blank keycap kit of 50, Row 5*</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>LA12X-UT</TD>
<TD>Numeric pad blank keycap set</TD>
</TR>
<TR VALIGN="TOP">
<TD>6</TD>
<TD>DF01-A</TD>
<TD>Acoustic telephone coupler, 300 bps with combination EIA (RS232-C) and 20
mA current loop cable</TD>
</TR>
<TR VALIGN="TOP">
<TD>7</TD>
<TD>DF02-AA</TD>
<TD>Direct connect, Bell 103J equivalent, 300 bps full-duplex modem with EIA
RS232-C interface</TD>
</TR>
<TR VALIGN="TOP">
<TD>8</TD>
<TD>30-10958-02</TD>
<TD>Cable to interface older DF01 couplers to VT100</TD>
</TR>
<TR VALIGN="TOP">
<TD>9</TD>
<TD>VT1XX-AA</TD>
<TD>VT100 20&nbsp;mA current loop option with cable</TD>
</TR>
<TR VALIGN="TOP">
<TD>9</TD>
<TD>VT1XX-AC</TD>
<TD>VT100 printer port</TD>
</TR>
<TR VALIGN="TOP">
<TD>10</TD>
<TD>VT1XX-AB</TD>
<TD>VT100 advanced video option</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC03M-50</TD>
<TD>Female-female null modem cable, 50&nbsp;ft (15.2&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC03M-A0</TD>
<TD>Female-female null modem cable, 100&nbsp;ft (30.5&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC03M-B5</TD>
<TD>Female-female null modem cable, 250&nbsp;ft (76.2&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC03M-E0</TD>
<TD>Female-female null modem cable, 500&nbsp;ft (152.4&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD COLSPAN="3"><SMALL>* Row 1 is the row immediately above Space Bar</SMALL></TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="20%">
<COL WIDTH="20%">
<COL WIDTH="60%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Item Number</TH>
<TH>DEC Part Number</TH>
<TH>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05D-10&#8224;</TD>
<TD>RS-232 female to RS-232 male: EIA extension cable (14 conductor) used
with VT100 for modem connections, 10&nbsp;ft (3.0&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05D-25&#8224;</TD>
<TD>RS-232 female to RS-232 male: EIA extension cable (14 conductor) used
with VT100 for modem connections, 25&nbsp;ft (7.6&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05D-50&#8224;</TD>
<TD>RS-232 female to RS-232 male: EIA extension cable (14 conductor) used
with VT100 for modem connections, 50&nbsp;ft (15.2&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05F-15&#8225;</TD>
<TD>MATE-N-LOK to MATE-N-LOK: 20&nbsp;mA; direct connection between VT100 with a
20&nbsp;mA option installed and a line unit, 15&nbsp;ft (4.6&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05F-50&#8225;</TD>
<TD>MATE-N-LOK to MATE-N-LOK: 20&nbsp;mA; direct connection between VT100 with a
20&nbsp;mA option installed and a line unit, 50&nbsp;ft (15.2&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05F-A0&#8225;</TD>
<TD>MATE-N-LOK to MATE-N-LOK: 20&nbsp;mA; direct connection between VT100 with a
20&nbsp;mA option installed and a line unit, 100&nbsp;ft (30.5&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC03M-LO</TD>
<TD>Female-female null modem cable, 1000&nbsp;ft (304.8&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05X-15</TD>
<TD>20&nbsp;mA current loop extension cable, 15&nbsp;ft (4.6&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05X-25</TD>
<TD>20&nbsp;mA current loop extension cable, 25&nbsp;ft (7.6&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC05X-50</TD>
<TD>20&nbsp;mA current loop extension cable, 50&nbsp;ft (15.2&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD COLSPAN="3"><SMALL>&#8224; For use with a DF01-A Acoustic Coupler. Pin 23 of this cable must be disconnected.</SMALL></TD>
</TR>
<TR VALIGN="TOP">
<TD COLSPAN="3"><SMALL>&#8225; A BC05F-15 cable is shipped with the VT1XX-AA option.</SMALL></TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="20%">
<COL WIDTH="20%">
<COL WIDTH="60%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Item Number</TH>
<TH>DEC Part Number</TH>
<TH>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC22A-10</TD>
<TD>EIA RS232 female-female null modem cable shielded 10&nbsp;ft (3.0&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC22A-25</TD>
<TD>EIA RS232 female-female null modem cable shielded 25&nbsp;ft (7.6&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC22B-10&sect;</TD>
<TD>EIA RS232 male-female extension cable shielded 10&nbsp;ft (3.0&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC22B-25&sect;</TD>
<TD>EIA RS232 male-female extension cable shielded 25&nbsp;ft (7.6&nbsp;m)</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC23A-10</TD>
<TD>Kit of 5 BC22A-10</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC23A-25</TD>
<TD>Kit of 5 BC22A-25</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC23B-10</TD>
<TD>Kit of 5 BC22B-10</TD>
</TR>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>BC23B-25</TD>
<TD>Kit of 5 BC22B-25</TD>
</TR>
<TR VALIGN="TOP">
<TD>12</TD>
<TD>H9850-DA</TD>
<TD>Anti-static floor mat, DECmat, 4&nbsp;ft &times; 6&nbsp;ft (122&nbsp;cm &times; 183&nbsp;cm), Driftwood color (brownish/gray)</TD>
</TR>
<TR VALIGN="TOP">
<TD>12</TD>
<TD>H9850-DB</TD>
<TD>Anti-static floor mat, DECmat, 4&nbsp;ft &times; 6&nbsp;ft (122&nbsp;cm &times; 183&nbsp;cm), Summer Earth color (brown/gold)</TD>
</TR>
<TR VALIGN="TOP">
<TD>12</TD>
<TD>H9850-DC</TD>
<TD>Anti-static floor mat, DECmat, 3&nbsp;ft &times; 10&nbsp;ft (91&nbsp;cm &times; 305&nbsp;cm), Silver Birch color (silvergray/brown)</TD>
</TR>
<TR VALIGN="TOP">
<TD>12</TD>
<TD>H9850-DD</TD>
<TD>Anti-static floor mat, DECmat, 3&nbsp;ft &times; 10&nbsp;ft (91&nbsp;cm &times; 305&nbsp;cm), Autumn Bronze color (orange/brown)</TD>
</TR>
<TR VALIGN="TOP">
<TD>12</TD>
<TD>H9850-DE</TD>
<TD>Anti-static floor mat, DECmat, 3&nbsp;ft &times; 10&nbsp;ft (91&nbsp;cm &times; 305&nbsp;cm), Driftwood color (brownish/gray)</TD>
</TR>
<TR VALIGN="TOP">
<TD COLSPAN="3"><SMALL>&sect; This cable cannot be used with a DF01-A Acoustic Coupler. Use cable BC05D-XX in its place.</SMALL></TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL WIDTH="20%">
<COL WIDTH="20%">
<COL WIDTH="60%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Item Number</TH>
<TH>DEC Part Number</TH>
<TH>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>12</TD>
<TD>H9850-DF</TD>
<TD>Anti-static floor mat, DECmat, 4&nbsp;ft &times; 6&nbsp;ft (122&nbsp;cm &times; 183&nbsp;cm), Silver Birch color (silvergray/brown)</TD>
</TR>
<TR VALIGN="TOP">
<TD>12</TD>
<TD>H9850-DH</TD>
<TD>Anti-static floor mat, DECmat, 4&nbsp;ft &times; 6&nbsp;ft (122&nbsp;cm &times; 183&nbsp;cm), Autumn Bronze color (orange/brown)</TD>
</TR>
<TR VALIGN="TOP">
<TD>13</TD>
<TD>H970-EB</TD>
<TD>Terminal table, 27&nbsp;inches high &times; 36&nbsp;inches wide &times; 30&nbsp;inches deep (68.6&nbsp;cm &times; 91.4&nbsp;cm &times; 76.2&nbsp;cm) with levelers</TD>
</TR>
<TR VALIGN="TOP">
<TD>13</TD>
<TD>H970-HB</TD>
<TD>Terminal table, 27&nbsp;inches high &times; 24&nbsp;inches wide &times; 30&nbsp;inches deep (68.6&nbsp;cm &times; 61.0&nbsp;cm &times; 76.2&nbsp;cm) with levelers</TD>
</TR>
<TR VALIGN="TOP">
<TD>14</TD>
<TD>H9532-AA</TD>
<TD>Work-station desk with blue front panel and gray side panels, levelers, 48&nbsp;inches wide &times; 30&nbsp;inches high &times; 30&nbsp;inches deep (122&nbsp;cm &times; 76.2&nbsp;cm &times; 76.2&nbsp;cm)</TD>
</TR>
<TR VALIGN="TOP">
<TD>14</TD>
<TD>H9532-AB</TD>
<TD>Work-station desk with brown front panel and brown side panels, levelers, 48&nbsp;inches wide &times; 30&nbsp;inches high &times; 30&nbsp;inches deep (122&nbsp;cm &times; 76.2&nbsp;cm &times; 76.2&nbsp;cm)</TD>
</TR>
<TR VALIGN="TOP">
<TD>14</TD>
<TD>H9614-AB</TD>
<TD>Split top add-on work station, one side panel</TD>
</TR>
<TR VALIGN="TOP">
<TD>14</TD>
<TD>H9614-AD</TD>
<TD>Split top standalone unit</TD>
</TR>
<TR VALIGN="TOP">
<TD>14</TD>
<TD>H9614-AF</TD>
<TD>Split top dual add-on unit (uses H9610 end panels for support)</TD>
</TR>
<TR VALIGN="TOP">
<TD>15</TD>
<TD>H9850-AP</TD>
<TD>Media Mate&#8482;, file or shelf storage cart
with with casters and lockable drawer, 25.25
inches high &times; 15 inches deep &times; 18.5
inches wide (64.1 cm &times; 38.1 cm &times;
47.0 cm)</TD>
</TR>
<TR VALIGN="TOP">
<TD>16</TD>
<TD>EK-18251-20</TD>
<TD>Terminals and Communications Handbook</TD>
</TR>
<TR VALIGN="TOP">
<TD>16</TD>
<TD>EK-VT100-UG</TD>
<TD>VT100 User's Guide</TD>
</TR>
</TBODY>
</TABLE>
<TABLE WIDTH="100%">
<COL SPAN="2" WIDTH="20%">
<COL WIDTH="60%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Item Number</TH>
<TH>DEC Part Number</TH>
<TH>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>16</TD>
<TD>EK-VT100-J1</TD>
<TD>VT100 Mini Maintenance Manual</TD>
</TR>
<TR VALIGN="TOP">
<TD>16</TD>
<TD>EK-VT100-IP</TD>
<TD>VT100 Video Terminal IPB</TD>
</TR>
<TR VALIGN="TOP">
<TD>16</TD>
<TD>EK-VT100-RC</TD>
<TD>VT100 Program Reference Manual</TD>
</TR>
<TR VALIGN="TOP">
<TD>16</TD>
<TD>EK-VT100-TM</TD>
<TD>VT100 Technical Manual</TD>
</TR>
<TR VALIGN="TOP">
<TD>17</TD>
<TD>MP-00633</TD>
<TD>VT100 Maintenance Prints</TD>
</TR>
</TBODY>
</TABLE>
<P><STRONG>Spares Kit</STRONG></P>
<TABLE WIDTH="100%">
<COL WIDTH="20%">
<COL WIDTH="20%">
<COL WIDTH="60%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Item Number</TH>
<TH>DEC Part Number</TH>
<TH>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>--</TD>
<TD>4A-VT100</TD>
<TD>VT100 Spares Kit</TD>
</TR>
<TR VALIGN="TOP">
<TD>--</TD>
<TD>4A-LOTVT-AA</TD>
<TD>Lot of 10, 30-16080-01, XFRMR, fly back (ELSTON)</TD>
</TR>
<TR VALIGN="TOP">
<TD>--</TD>
<TD>4A-LOTVT-AB</TD>
<TD>Lot of 10, 30-16080-02, PC Board Assy (ELSTON)</TD>
</TR>
<TR VALIGN="TOP">
<TD>--</TD>
<TD>4A-LOTVT-AC</TD>
<TD>Lot of 10, 54-13009, VT100 Basic Video</TD>
</TR>
<TR VALIGN="TOP">
<TD>--</TD>
<TD>4A-LOTVT-AD</TD>
<TD>Lot of 10, 70-14979, Power Supply Assy</TD>
</TR>
<TR VALIGN="TOP">
<TD>--</TD>
<TD>4A-LOTVT-AE</TD>
<TD>Lot of 10, 70-15765, Keybrd/Keycap Assy</TD>
</TR>
</TBODY>
</TABLE>
<P><STRONG>How To Order</STRONG></P>
<P><STRONG>Telephone Orders</STRONG></P>
<TABLE>
<TBODY>
<TR>
<TD>Continental USA call</TD>
<TD>800-258-1710 (8:30 am to 6:00 pm EST)</TD>
</TR>
<TR>
<TD>In New Hampshire, call</TD>
<TD>603-884-6660 (8:30 am to 6:00 pm EST)</TD>
</TR>
<TR>
<TD>In Alaska, and Hawaii, call</TD>
<TD>408-734-4915 (8:15 am to 5:00 pm PST)</TD>
</TR>
</TBODY>
</TABLE>
<P><STRONG>Important Information Concerning Telephone Orders</STRONG></P>
<UL>
<LI>Minimum order of $100.00 unless charges to MasterCard or VISA.</LI>
<LI>Maximum order of $5,000.00</LI>
<LI>Phone orders are accepted at current list price only.</LI>
<LI>Phone orders are accepted per DIGITAL standard terms and conditions.</LI>
</UL>
<P><STRONG>Direct Mail Orders</STRONG></P>
<P>Purchase orders should be mailed directly to:</P>
<BLOCKQUOTE>
<P><STRONG>US Customers</STRONG></P>
<P>DIGITAL EQUIPMENT CORPORATION<BR>
PO Box CS2008<BR>
Nashua, New Hampshire 03061</P>
</BLOCKQUOTE>
<BLOCKQUOTE>
<P><STRONG>International Customers</STRONG></P>
<P>DIGITAL EQUIPMENT CORPORATION<BR>
A&amp;SG Business Manager<BR>
c/o DIGITAL's local subsidiary</P>
</BLOCKQUOTE>
<P><STRONG>Important Information Concerning Direct Mail Orders</STRONG></P>
<UL>
<LI>Minimum order value of $100.00 unless paid by check, money
order, or credit card (MasterCard or VISA)</LI>
<LI>No maximum order value</LI>
<LI>Purchase orders may also be submitted to your local DIGITAL Sales
Office.</LI>
</UL>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT"><A HREF="appendixa.html">Appendix A</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/chapter5.html</DIV></DIV>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

View File

@@ -0,0 +1,218 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML LANG="EN">
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="STYLESHEET">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="index.html">Cover</A></TD>
<TD ALIGN="CENTER">&nbsp;</TD>
<TD ALIGN="RIGHT"><A HREF="chapter1.html">Chapter 1</A></TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1>Contents</H1>
<P><STRONG>Chapter 1 - <A HREF="chapter1.html">Operator Information</A></STRONG></P>
<UL>
<LI><A HREF="chapter1.html#S1.1">Part 1 -- Keyboard Control and Indicators</A>
<UL>
<LI><A HREF="chapter1.html#S1.1.1">Monitor Controls</A>
<UL>
<LI><A HREF="chapter1.html#S1.1.1.1">Audible Indicators (Tones)</A></LI>
</UL></LI>
</UL></LI>
<LI><A HREF="chapter1.html#S1.2">Part 2 -- Set-Up Mode</A>
<UL>
<LI><A HREF="chapter1.html#S1.2.1">SET-UP Features at a Glance</A></LI>
<LI><A HREF="chapter1.html#S1.2.2">Determining What a SET-UP Feature Does</A></LI>
<LI><A HREF="chapter1.html#S1.2.3">How To Change a SET-UP Feature</A></LI>
<LI><A HREF="chapter1.html#S1.2.4">Setting the Answerback Message</A></LI>
<LI><A HREF="chapter1.html#S1.2.5">Saving the SET-UP Features</A></LI>
<LI><A HREF="chapter1.html#S1.2.6">Recalling SET-UP Features</A></LI>
<LI><A HREF="chapter1.html#S1.2.7">Resetting the Terminal</A></LI>
</UL></LI>
<LI><A HREF="chapter1.html#S1.3">Part 3 -- Definition of Each SET-UP Feature</A></LI>
<LI><A HREF="chapter1.html#S1.4">Part 4 -- Self-Testing the VT100</A>
<UL>
<LI><A HREF="chapter1.html#S1.4.1">Self-Test Error Codes</A></LI>
</UL></LI>
<LI><A HREF="chapter1.html#S1.5">Part 5 -- What To Do in the Event of a Problem</A></LI>
</UL>
<P><STRONG>Chapter 2 - <A HREF="chapter2.html">Installation, Interface Information and Specifications</A></STRONG></P>
<UL>
<LI><A HREF="chapter2.html#S2.1">Installation</A>
<UL>
<LI><A HREF="chapter2.html#S2.1.1">Site Considerations</A></LI>
<LI><A HREF="chapter2.html#S2.1.2">Unpacking and Maintenance</A></LI>
<LI><A HREF="chapter2.html#S2.1.3">User Maintenance</A></LI>
</UL></LI>
<LI><A HREF="chapter2.html#S2.2">Interface Information</A>
<UL>
<LI><A HREF="chapter2.html#S2.2.1">EIA Interface</A>
<UL>
<LI><A HREF="chapter2.html#S2.2.1.1">Electrical Characteristics</A></LI>
</UL></LI>
<LI><A HREF="chapter2.html#S2.2.2">Optional 20<32>mA Current Loop Interface</A></LI>
<LI><A HREF="chapter2.html#S2.2.3">External Video Connections</A></LI>
</UL></LI>
<LI><A HREF="chapter2.html#S2.3">VT100 Specifications</A></LI>
<LI><A HREF="chapter2.html#S2.4">How to Order Hardware Documentation</A></LI>
</UL>
<P><STRONG>Chapter 3 - <A HREF="chapter3.html">Programmer Information</A></STRONG></P>
<UL>
<LI><A HREF="chapter3.html#S3.1">The Keyboard</A></LI>
<LI><A HREF="chapter3.html#S3.2">Communications Protocols</A></LI>
<LI><A HREF="chapter3.html#S3.3">Terminal Control Commands</A>
<UL>
<LI><A HREF="chapter3.html#S3.3.1">Control Characters</A></LI>
<LI><A HREF="chapter3.html#S3.3.2">Control Sequences</A></LI>
<LI><A HREF="chapter3.html#S3.3.3">Valid ANSI Mode Control Sequences</A>
<UL>
<LI><A HREF="chapter3.html#CPR">CPR -- Cursor Position Report -- VT100 to Host</A></LI>
<LI><A HREF="chapter3.html#CUB">CUB -- Cursor Backward -- Host to VT100 and VT100 to Host</A></LI>
<LI><A HREF="chapter3.html#CUD">CUD -- Cursor Down -- Host to VT100 and VT100 to Host</A></LI>
<LI><A HREF="chapter3.html#CUF">CUF -- Cursor Forward -- Host to VT100 and VT100 to Host</A></LI>
<LI><A HREF="chapter3.html#CUP">CUP -- Cursor Position</A></LI>
<LI><A HREF="chapter3.html#CUU">CUU -- Cursor Up -- Host to VT100 and VT100 to Host</A></LI>
<LI><A HREF="chapter3.html#DA">DA -- Device Attributes</A></LI>
<LI><A HREF="chapter3.html#DECALN">DECALN -- Screen Alignment Display (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECANM">DECANM -- ANSI/VT52 Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECARM">DECARM -- Auto Repeat Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECAWM">DECAWM -- Autowrap Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECCKM">DECCKM -- Cursor Keys Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECCOLM">DECCOLM -- Column Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECDHL">DECDHL -- Double Height Line (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECDWL">DECDWL -- Double-Width Line (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECID">DECID -- Identify Terminal (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECINLM">DECINLM -- Interlace Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECKPAM">DECKPAM -- Keypad Application Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECKPNM">DECKPNM -- Keypad Numeric Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECLL">DECLL -- Load LEDS (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECOM">DECOM -- Origin Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECRC">DECRC -- Restore Cursor (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECREPTPARM">DECREPTPARM -- Report Terminal Parameters</A></LI>
<LI><A HREF="chapter3.html#DECREQTPARM">DECREQTPARM -- Request Terminal Parameters</A></LI>
<LI><A HREF="chapter3.html#DECSC">DECSC -- Save Cursor (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECSCLM">DECSCLM -- Scrolling Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECSCNM">DECSCNM -- Screen Mode (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECSTBM">DECSTBM -- Set Top and Bottom Margins (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECSWL">DECSWL -- Single-width Line (DEC Private)</A></LI>
<LI><A HREF="chapter3.html#DECTST">DECTST -- Invoke Confidence Test</A></LI>
<LI><A HREF="chapter3.html#DSR">DSR -- Device Status Report</A></LI>
<LI><A HREF="chapter3.html#ED">ED -- Erase In Display</A></LI>
<LI><A HREF="chapter3.html#EL">EL -- Erase In Line</A></LI>
<LI><A HREF="chapter3.html#HTS">HTS -- Horizontal Tabulation Set</A></LI>
<LI><A HREF="chapter3.html#HVP">HVP -- Horizontal and Vertical Position</A></LI>
<LI><A HREF="chapter3.html#IND">IND -- Index</A></LI>
<LI><A HREF="chapter3.html#LNM">LNM -- Line Feed/New Line Mode</A></LI>
<LI><A HREF="chapter3.html#NEL">NEL -- Next Line</A></LI>
<LI><A HREF="chapter3.html#RI">RI -- Reverse Index</A></LI>
<LI><A HREF="chapter3.html#RIS">RIS -- Reset To Initial State</A></LI>
<LI><A HREF="chapter3.html#RM">RM -- Reset Mode</A></LI>
<LI><A HREF="chapter3.html#SCS">SCS -- Select Character Set</A></LI>
<LI><A HREF="chapter3.html#SGR">SGR -- Select Graphic Rendition</A></LI>
<LI><A HREF="chapter3.html#SM">SM -- Set Mode</A></LI>
<LI><A HREF="chapter3.html#TBC">TBC -- Tabulation Clear</A></LI>
</UL></LI>
<LI><A HREF="chapter3.html#S3.3.4">Modes</A></LI>
<LI><A HREF="chapter3.html#S3.3.5">Valid VT52 Mode Control Sequences</A>
<UL>
<LI><A HREF="chapter3.html#VT52CUU">Cursor Up</A></LI>
<LI><A HREF="chapter3.html#VT52CUD">Cursor Down</A></LI>
<LI><A HREF="chapter3.html#VT52CUF">Cursor Right</A></LI>
<LI><A HREF="chapter3.html#VT52CUB">Cursor Left</A></LI>
<LI><A HREF="chapter3.html#VT52EGM">Enter Graphics Mode</A></LI>
<LI><A HREF="chapter3.html#VT52XGM">Exit Graphics Mode</A></LI>
<LI><A HREF="chapter3.html#VT52CUH">Cursor to Home</A></LI>
<LI><A HREF="chapter3.html#VT52RI">Reverse Line Feed</A></LI>
<LI><A HREF="chapter3.html#VT52ED">Erase to End of Screen</A></LI>
<LI><A HREF="chapter3.html#VT52EL">Erase to End of Line</A></LI>
<LI><A HREF="chapter3.html#VT52CUP">Direct Cursor Address</A></LI>
<LI><A HREF="chapter3.html#VT52ID">Identify</A></LI>
<LI><A HREF="chapter3.html#VT52KPAM">Enter Alternate Keypad Mode</A></LI>
<LI><A HREF="chapter3.html#VT52KPNM">Exit Alternate Keypad Mode</A></LI>
<LI><A HREF="chapter3.html#VT52ANSI">Enter ANSI Mode</A></LI>
</UL></LI>
<LI><A HREF="chapter3.html#S3.3.6">Control Sequence Summary</A>
<UL>
<LI><A HREF="chapter3.html#S3.3.6.1">ANSI Compatible Mode</A></LI>
<LI><A HREF="chapter3.html#S3.3.6.2">VT52 Compatible Mode</A></LI>
</UL></LI>
</UL></LI>
</UL>
<P><STRONG>Chapter 4 - <A HREF="chapter4.html">VT100 Options</A></STRONG></P>
<UL>
<LI><A HREF="chapter4.html#S4.1">Advanced Video Option -- VT1XX-AB</A>
<UL>
<LI><A HREF="chapter4.html#S4.1.1">Advanced Video Option Installation</A></LI>
<LI><A HREF="chapter4.html#S4.1.2">Advanced Video Option Checkout</A></LI>
</UL></LI>
<LI><A HREF="chapter4.html#S4.2">20<EFBFBD>mA Current Loop Option -- VT1XX-AA</A>
<UL>
<LI><A HREF="chapter4.html#S4.2.1">20<EFBFBD>mA Current Loop Option Installation</A></LI>
<LI><A HREF="chapter4.html#S4.2.2">20<EFBFBD>mA Current Loop Option Checkout</A></LI>
</UL></LI>
<LI><A HREF="chapter4.html#S4.3">Communications Cables</A></LI>
</UL>
<P><STRONG>Chapter 5 - <A HREF="chapter5.html">Accessories and Supplies</A></STRONG></P>
<P><STRONG>Appendix A - <A HREF="appendixa.html">ANSI Definitions and Notation</A></STRONG></P>
<P><STRONG>Appendix B - <A HREF="appendixb.html">7-Bit ASCII Code</A></STRONG></P>
<P><STRONG>Appendix C - <A HREF="appendixc.html">Fill Character Requirements</A></STRONG></P>
<P><STRONG>Figures</STRONG></P>
<UL>
<LI>1-1 <A HREF="figure1-1.html">VT100 Terminal</A></LI>
<LI>1-2 <A HREF="chapter1.html#F1-2">VT100 Keyboard</A></LI>
<LI>1-3 <A HREF="figure1-3.html">VT100 Terminal (Rear View)</A></LI>
<LI>1-4 <A HREF="figure1-4.html">SET-UP A Mode Presentation</A></LI>
<LI>1-5 <A HREF="figure1-5.html">SET-UP B Mode Presentation</A></LI>
<LI>1-6 <A HREF="figure1-6.html">SET-UP B Mode Summary</A></LI>
<LI>2-1 <A HREF="figure2-1.html">VT100 Terminal Dimensions</A></LI>
<LI>2-2 <A HREF="figure2-2.html">VT100 Rear View</A></LI>
<LI>2-3 <A HREF="figure2-3.html">20&nbsp;mA Current Loop Interface</A></LI>
<LI>2-4 <A HREF="figure2-4.html">Composite Video Output</A></LI>
<LI>3-1 <A HREF="figure3-1.html">Terminal Data Flow</A></LI>
<LI>3-2 <A HREF="figure3-2.html">VT100 Keyboard</A></LI>
<LI>4-1 <A HREF="figure4-1.html">VT100 Rear View</A></LI>
<LI>4-2 <A HREF="figure4-2.html">Advanced Video Option Installation</A></LI>
<LI>4-3 <A HREF="figure4-3.html">20&nbsp;mA Current Loop Option</A></LI>
<LI>4-4 <A HREF="figure4-4.html">Terminal Controller Board</A></LI>
</UL>
<P><STRONG>Tables</STRONG></P>
<UL>
<LI>1-1 <A HREF="table1-1.html">Categories of SET-UP Features</A></LI>
<LI>1-2 <A HREF="table1-2.html">SET-UP Feature Change Summary</A></LI>
<LI>1-3 <A HREF="table1-3.html">Nonfatal Displayed Error Codes</A></LI>
<LI>1-4 <A HREF="table1-4.html">Problem Checklist</A></LI>
<LI>2-1 <A HREF="table2-1.html">EIA RS-232-C Connector Signals</A></LI>
<LI>3-1 <A HREF="table3-1.html">Machine States</A></LI>
<LI>3-2 <A HREF="table3-2.html">Alphabetic Key Codes</A></LI>
<LI>3-3 <A HREF="table3-3.html">Nonalphabetic Key Codes</A></LI>
<LI>3-4 <A HREF="table3-4.html">Function Key Codes</A></LI>
<LI>3-5 <A HREF="table3-5.html">Control Codes Generated</A></LI>
<LI>3-6 <A HREF="table3-6.html">Cursor Control Key Codes</A></LI>
<LI>3-7 <A HREF="table3-7.html">VT52 Mode Auxiliary Keypad Codes</A></LI>
<LI>3-8 <A HREF="table3-8.html">ANSI Mode Auxiliary Keypad Codes</A></LI>
<LI>3-9 <A HREF="table3-9.html">Special Graphics Characters</A></LI>
<LI>3-10 <A HREF="table3-10.html">Control Characters</A></LI>
<LI>C-1 <A HREF="appendixc.html#TC-1">Fill Character Requirements</A></LI>
</UL>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="index.html">Cover</A></TD>
<TD ALIGN="CENTER">&nbsp;</TD>
<TD ALIGN="RIGHT"><A HREF="chapter1.html">Chapter 1</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/contents.html</DIV></DIV>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F1-1" CLASS="figure">
<CAPTION>Figure 1-1 VT100 Terminal</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="vt100-photo.jpeg" ALT="" HEIGHT="409" WIDTH="500"></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure1-1.html</DIV></DIV>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F1-3" CLASS="figure">
<CAPTION>Figure 1-3 VT100 Terminal (Rear View)</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1987.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure1-3.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F1-4" CLASS="figure">
<CAPTION>Figure 1-4 SET-UP A Mode Presentation</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-2732.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure1-4.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F1-5" CLASS="figure">
<CAPTION>Figure 1-5 SET-UP B Mode Presentation</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-2733.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure1-5.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F1-6" CLASS="figure">
<CAPTION>Figure 1-6 SET-UP B Mode Summary</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1988.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure1-6.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F2-1" CLASS="figure">
<CAPTION>Figure 2-1 VT100 Terminal Dimensions</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1991.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure2-1.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F2-2" CLASS="figure">
<CAPTION>Figure 2-2 VT100 Rear View</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1987.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure2-2.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F2-3" CLASS="figure">
<CAPTION>Figure 2-3 20&nbsp;mA Current Loop Interface</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1992.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure2-3.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F2-4" CLASS="figure">
<CAPTION>Figure 2-4 Composite Video Output</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1993.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure2-4.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F3-1" CLASS="figure">
<CAPTION>Figure 3-1 Terminal Data Flow</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1994.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure3-1.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F3-2" CLASS="figure">
<CAPTION>Figure 3-2 VT100 Keyboard</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="figure3-2.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure3-2.html</DIV></DIV>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F4-1" CLASS="figure">
<CAPTION>Figure 4-1 VT100 Rear View</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1987.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure4-1.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F4-2" CLASS="figure">
<CAPTION>Figure 4-2 Advanced Video Option Installation</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1995.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure4-2.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F4-3" CLASS="figure">
<CAPTION>Figure 4-3 20&nbsp;mA Current Loop Option</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1996.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure4-3.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,41 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="F4-4" CLASS="figure">
<CAPTION>Figure 4-4 Terminal Controller Board</CAPTION>
<TBODY>
<TR>
<TD><IMG SRC="ma-1997.png" ALT=""></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter4.html">Chapter 4</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/figure4-4.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,44 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML LANG="EN">
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT">&nbsp;</TD>
<TD ALIGN="CENTER">&nbsp;</TD>
<TD ALIGN="RIGHT"><A HREF="contents.html">Contents</A></TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<H1 ID="BOOKTITLE">VT100 User Guide</H1>
<DIV ID="COVER"><A HREF="contents.html"><IMG SRC="cover.png" ALT="To the Contents Page" HEIGHT="390" WIDTH="300"></A></DIV>
<P>Download this entire book as a <A HREF="../vt100-ug.tar.gz">gzipped tar file</A> (438&nbsp;KB) or
<A HREF="../vt100-ug.zip">zip file</A> (474&nbsp;KB).
Please do not make these archive files or book available on other Web sites.</P>
<P>This document is a reproduction of the third edition of this book,
published by Digital in June 1981. Although I have proof-read this, there
may still be errors remaining. If you find one, please tell me!</P>
<P>Thanks to Hellmuth Michaelis and Kevin Poynor for giving me copies of this book; many people will
benefit from your generosity.</P>
<P><SMALL>EK-VT100-UG-003</SMALL></P>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT">&nbsp;</TD>
<TD ALIGN="CENTER">&nbsp;</TD>
<TD ALIGN="RIGHT"><A HREF="contents.html">Contents</A></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">Copyright 2001 <A HREF="http://celigne.co.uk/paul/">Paul Williams</A>.<BR>http://vt100.net/docs/vt100-ug/</DIV></DIV>
</BODY>
</HTML>

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 180 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 166 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 165 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 159 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 240 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 185 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 162 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 147 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 156 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 142 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 148 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 169 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 171 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 164 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 145 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 158 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 154 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 150 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 143 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.1 KiB

View File

@@ -0,0 +1,192 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T1-1" FRAME="VOID" RULES="GROUPS" CELLSPACING="0">
<CAPTION>Table 1-1 Categories of SET-UP Features</CAPTION>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>SET-UP Feature</TH>
<TH>Installation</TH>
<TH>Computer Compatibility</TH>
<TH>Operator Comfort</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>ANSI/VT52 Mode</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>ANSWERBACK Message</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>AUTO REPEAT</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>AUTO XON XOFF</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>BITS PER CHARACTER</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
</TBODY>
<TBODY>
<TR>
<TD>CHARACTERS PER LINE</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>CURSOR</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>INTERLACE</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>KEYCLICK</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>LINE/LOCAL</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
</TBODY>
<TBODY>
<TR>
<TD>MARGIN BELL</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>NEW LINE</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>PARITY</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>PARITY SENSE</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>POWER</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
</TR>
</TBODY>
<TBODY>
<TR>
<TD>RECEIVE SPEED</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>SCREEN BACKGROUND</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>SCREEN BRIGHTNESS</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>SCROLL</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>TABS</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
</TBODY>
<TBODY>
<TR>
<TD>TRANSMIT SPEED</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD>WRAPAROUND</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
<TR>
<TD><IMG SRC="keys/bk/3.png" ALT="[3]" HEIGHT="40" WIDTH="40"> (shifted)</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table1-1.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,187 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T1-2" FRAME="VOID" RULES="GROUPS" CELLSPACING="0" CELLPADDING="4">
<CAPTION>Table 1-2 SET-UP Feature Change Summary</CAPTION>
<COLGROUP>
<COL>
<COL SPAN="3" ALIGN="CENTER">
</COLGROUP>
<COLGROUP>
<COL>
<COL SPAN="3" ALIGN="CENTER">
</COLGROUP>
<THEAD>
<TR VALIGN="BOTTOM">
<TH ROWSPAN="2">SET-UP Feature</TH>
<TH COLSPAN="2">Changed In</TH>
<TH ROWSPAN="2">Key Used to Change Feature</TH>
<TH ROWSPAN="2">SET-UP Feature</TH>
<TH COLSPAN="2">Changed In</TH>
<TH ROWSPAN="2">Key Used to Change Feature</TH>
</TR>
<TR VALIGN="BOTTOM">
<TH>SET-UP A Mode</TH>
<TH>SET-UP B Mode</TH>
<TH>SET-UP A Mode</TH>
<TH>SET-UP B Mode</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>ANSI/VT52 Mode</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>PARITY</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>ANSWERBACK Message</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&#8224;</TD>
<TD>PARITY SENSE</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>AUTO REPEAT</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>POWER</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>AUTO XON XOFF</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>RECEIVE SPEED</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/8.png" ALT="[8]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>BITS PER CHARACTER</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>SCREEN BACKGROUND</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>CHARACTERS PER LINE</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD><IMG SRC="keys/bk/9.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>SCREEN BRIGHTNESS</TD>
<TD>X</TD>
<TD>X</TD>
<TD><IMG STYLE="vertical-align: middle" SRC="keys/bk/up.png" ALT="[Up]" HEIGHT="40" WIDTH="40"> or <IMG STYLE="vertical-align: middle" SRC="keys/bk/down.png" ALT="[Down]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>CURSOR</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>SCROLL</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>INTERLACE</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>TABS</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD><IMG STYLE="vertical-align: middle" SRC="keys/bk/2.png" ALT="[2]" HEIGHT="40" WIDTH="40"> and <IMG STYLE="vertical-align: middle" SRC="keys/bk/3.png" ALT="[3]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>KEYCLICK</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>TRANSMIT SPEED</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/7.png" ALT="[7]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>LINE/LOCAL</TD>
<TD>X</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/4.png" ALT="[4]" HEIGHT="40" WIDTH="40"></TD>
<TD>WRAPAROUND</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>MARGIN BELL</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD><IMG STYLE="vertical-align: middle" SRC="keys/bk/3.png" ALT="[3]" HEIGHT="40" WIDTH="40"> (shifted)</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
</TR>
<TR>
<TD>NEW LINE</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD><IMG SRC="keys/bk/6.png" ALT="[6]" HEIGHT="40" WIDTH="40"></TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
</TR>
</TBODY>
<TBODY>
<TR>
<TD COLSPAN="8"><SMALL>&#8224; A special sequence is required for this feature</SMALL></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table1-2.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,293 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
<STYLE TYPE="text/css">/*TD,TH { padding: 1px 4px 1px 4px; }*/</STYLE>
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T1-3" FRAME="VOID" RULES="GROUPS" CELLSPACING="0" CELLPADDING="4">
<CAPTION>Table 1-3 Nonfatal Displayed Error Codes</CAPTION>
<COLGROUP>
<COL SPAN="6">
</COLGROUP>
<COLGROUP>
<COL SPAN="6">
</COLGROUP>
<THEAD>
<TR VALIGN="BOTTOM">
<TH ROWSPAN="2">Character Displayed</TH>
<TH COLSPAN="5">Fault Detected</TH>
<TH ROWSPAN="2">Character Displayed</TH>
<TH COLSPAN="5">Fault Detected</TH>
</TR>
<TR VALIGN="BOTTOM">
<TH>AVO</TH>
<TH>NVR</TH>
<TH>KBD</TH>
<TH>Data</TH>
<TH>EIA</TH>
<TH>AVO</TH>
<TH>NVR</TH>
<TH>KBD</TH>
<TH>Data</TH>
<TH>EIA</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>1</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>@</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>2</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>A</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>3</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>B</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>4</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>C</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>5</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>D</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
</TBODY>
<TBODY>
<TR>
<TD>6</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>E</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>7</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>F</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>8</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>G</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
</TR>
<TR>
<TD>9</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>H</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
</TR>
<TR>
<TD>:</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>I</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
</TR>
</TBODY>
<TBODY>
<TR>
<TD>;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>J</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
</TR>
<TR>
<TD>&lt;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>K</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
</TR>
<TR>
<TD>=</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>L</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
</TR>
<TR>
<TD>&gt;</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>M</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
</TR>
<TR>
<TD>?</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
<TD>&nbsp;</TD>
<TD>N</TD>
<TD>&nbsp;</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
</TR>
<TR>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>&nbsp;</TD>
<TD>O</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
<TD>X</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table1-3.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,90 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
<STYLE TYPE="text/css">/*TD,TH { padding: 1px 4px 1px 4px; }*/</STYLE>
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T1-4" FRAME="VOID" RULES="GROUPS" CELLSPACING="0" CELLPADDING="4">
<CAPTION>Table 1-4 Problem Checklist</CAPTION>
<COL SPAN="2" ALIGN="LEFT">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Symptom</TH>
<TH>Possible Cause and Corrective Action</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>VT100 will not turn ON when
the power switch is set to ON.</TD>
<TD><P>AC power cord is not plugged into wall outlet; plug in cord.</P>
<P>AC power cord is not plugged into the terminal; plug in cord.</P>
<P>Power is not coming from the wall outlet; check outlet with
a known working electrical device (such as a lamp). If no
power, call your electrician.</P>
<P>AC line fuse blown; turn terminal OFF and have the fuse
replaced. (See <A HREF="figure1-3.html">Figure&nbsp;1-3</A> for location).</P></TD>
</TR>
<TR VALIGN="TOP">
<TD>No keyboard response</TD>
<TD><P>Keyboard cable not plugged into monitor; plug in keyboard
cable.</P>
<P>KBD LOCKED indicator on; computer has turned the keyboard
off. The KBD LOCKED conditions may be cleared by
entering and exiting the SET-UP mode. If this condition persists,
check with the host computer software people for a
possible operating error.</P>
<P>Perform the self-test operation.</P></TD>
</TR>
<TR VALIGN="TOP">
<TD>Garbled or Error (<IMG SRC="checkersmall.png" ALT="[checker]" HEIGHT="15" WIDTH="12">) Characters</TD>
<TD><P>Incorrect SET-UP feature selection; correct the SET-UP features.
Suggested SET-UP features which may be in error:</P>
<UL>
<LI>ANSI/VT52 mode</LI>
<LI>Auto XON/XOFF</LI>
<LI>Bits per character</LI>
<LI>Parity</LI>
<LI>Parity sense</LI>
<LI>Receiver speed</LI>
<LI>Transmit speed</LI>
</UL>
<P>Perform the self-test operation.</P></TD>
</TR>
<TR VALIGN="TOP">
<TD>Several successive long tones</TD>
<TD><P>The terminal has had difficulty in reading or writing the SET-UP
features stored in non-volatile memory. Check the feature
settings and perform the save operation.</P>
<P>Perform the self-test operation.</P></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter1.html">Chapter 1</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table1-4.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,138 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T2-1" FRAME="VOID" RULES="GROUPS" CELLSPACING="0">
<CAPTION>Table 2-1 EIA RS-232-C Connector Signals</CAPTION>
<COLGROUP>
<COL ALIGN="RIGHT">
<COL>
</COLGROUP>
<COLGROUP>
<COL ALIGN="RIGHT">
<COL>
</COLGROUP>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Pin Number</TH>
<TH>Description</TH>
<TH>Pin Number</TH>
<TH>Description</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>1</TD>
<TD>Protective ground</TD>
<TD>14</TD>
<TD>(not used)</TD>
</TR>
<TR VALIGN="TOP">
<TD>2</TD>
<TD>Transmitted data</TD>
<TD>15</TD>
<TD>Transmit clock</TD>
</TR>
<TR VALIGN="TOP">
<TD>3</TD>
<TD>Received data</TD>
<TD>16</TD>
<TD>(not used)</TD>
</TR>
<TR VALIGN="TOP">
<TD>4</TD>
<TD>Request to send</TD>
<TD>17</TD>
<TD>Receive clock</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>Clear to send</TD>
<TD>18</TD>
<TD>(not used)</TD>
</TR>
</TBODY>
<TBODY>
<TR VALIGN="TOP">
<TD>6</TD>
<TD>Data set ready</TD>
<TD ROWSPAN="2">19</TD>
<TD ROWSPAN="2">Speed select<BR>(secondary request to send)</TD>
</TR>
<TR VALIGN="TOP">
<TD>7</TD>
<TD>Signal ground (common return)</TD>
</TR>
<TR VALIGN="TOP">
<TD>8</TD>
<TD>Carrier detect</TD>
<TD>20</TD>
<TD>Data terminal ready</TD>
</TR>
<TR VALIGN="TOP">
<TD>9</TD>
<TD>(not used)</TD>
<TD>21</TD>
<TD>(not used)</TD>
</TR>
<TR VALIGN="TOP">
<TD>10</TD>
<TD>(not used)</TD>
<TD>22</TD>
<TD>Ring indicator</TD>
</TR>
</TBODY>
<TBODY>
<TR VALIGN="TOP">
<TD>11</TD>
<TD>Same as pin 19</TD>
<TD>23</TD>
<TD>Same as pin 19</TD>
</TR>
<TR VALIGN="TOP">
<TD ROWSPAN="2">12</TD>
<TD ROWSPAN="2">Speed indicator<BR>(secondary carrier detect)</TD>
<TD>24</TD>
<TD>(not used)</TD>
</TR>
<TR VALIGN="TOP">
<TD>25</TD>
<TD>(not used)</TD>
</TR>
<TR VALIGN="TOP">
<TD>13</TD>
<TD>(not used)</TD>
<TD></TD>
<TD></TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter2.html">Chapter 2</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table2-1.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,160 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-1">
<CAPTION>Table 3-1 Machine States</CAPTION>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>SET-UP Feature or Machine State</TH>
<TH>Changeable from Host Computer*</TH>
<TH>Saved in NVR and Changeable in SET-UP</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>Alternate keypad mode</TD>
<TD>Yes (DECKPAM/DECKPNM)</TD>
<TD>No</TD>
</TR>
<TR VALIGN="TOP">
<TD>ANSI/VT52</TD>
<TD>Yes (DECANM)</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Auto Repeat</TD>
<TD>Yes (DECARM)</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>AUTO XON XOFF</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Bits per character</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Characters per line</TD>
<TD>Yes (DECCOLM)</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Cursor</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Cursor key modes</TD>
<TD>Yes (DECCKM)</TD>
<TD>No</TD>
</TR>
<TR VALIGN="TOP">
<TD>Interlace</TD>
<TD>Yes (DECINLM)</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>New Line</TD>
<TD>Yes (LNM)</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Keyclick</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Margin bell</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Origin mode</TD>
<TD>Yes (DECOM)</TD>
<TD>No</TD>
</TR>
<TR VALIGN="TOP">
<TD>Parity</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Parity sense</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Power</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Receive speed</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Screen</TD>
<TD>Yes (DECSCNM)</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Scroll</TD>
<TD>Yes (DECSCLM)</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Tabs</TD>
<TD>Yes (HTS/TBC)</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Transmit speed</TD>
<TD>No</TD>
<TD>Yes</TD>
</TR>
<TR VALIGN="TOP">
<TD>Wraparound</TD>
<TD>Yes (DECAWM)</TD>
<TD>Yes</TD>
</TR>
<TR>
<TD><IMG STYLE="vertical-align: middle" SRC="keys/bk/3.png" ALT="3" HEIGHT="40" WIDTH="40"> (shifted)</TD>
<TD>Yes (SCS)</TD>
<TD>Yes</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-1.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,134 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-10">
<CAPTION>Table 3-10 Control Characters</CAPTION>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Control Character</TH>
<TH>Octal Code</TH>
<TH>Action Taken</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>NUL</TD>
<TD>000</TD>
<TD>Ignored on input (not stored in input buffer; see full duplex protocol).</TD>
</TR>
<TR VALIGN="TOP">
<TD>ENQ</TD>
<TD>005</TD>
<TD>Transmit answerback message.</TD>
</TR>
<TR VALIGN="TOP">
<TD>BEL</TD>
<TD>007</TD>
<TD>Sound bell tone from keyboard.</TD>
</TR>
<TR VALIGN="TOP">
<TD>BS</TD>
<TD>010</TD>
<TD>Move the cursor to the left one character position, unless it is at the
left margin, in which case no action occurs.</TD>
</TR>
<TR VALIGN="TOP">
<TD>HT</TD>
<TD>011</TD>
<TD>Move the cursor to the next tab stop, or to the right margin if no
further tab stops are present on the line.</TD>
</TR>
<TR VALIGN="TOP">
<TD>LF</TD>
<TD>012</TD>
<TD>This code causes a line feed or a new line operation. (See new line
mode).</TD>
</TR>
<TR VALIGN="TOP">
<TD>VT</TD>
<TD>013</TD>
<TD>Interpreted as LF.</TD>
</TR>
<TR VALIGN="TOP">
<TD>FF</TD>
<TD>014</TD>
<TD>Interpreted as LF.</TD>
</TR>
<TR VALIGN="TOP">
<TD>CR</TD>
<TD>015</TD>
<TD>Move cursor to the left margin on the current line.</TD>
</TR>
<TR VALIGN="TOP">
<TD>SO</TD>
<TD>016</TD>
<TD>Invoke G1 character set, as designated by SCS control sequence.</TD>
</TR>
<TR VALIGN="TOP">
<TD>SI</TD>
<TD>017</TD>
<TD>Select G0 character set, as selected by ESC ( sequence.</TD>
</TR>
<TR VALIGN="TOP">
<TD>XON</TD>
<TD>021</TD>
<TD>Causes terminal to resume transmission.</TD>
</TR>
<TR VALIGN="TOP">
<TD>XOFF</TD>
<TD>023</TD>
<TD>Causes terminal to stop transmitted all codes except XOFF and XON.</TD>
</TR>
<TR VALIGN="TOP">
<TD>CAN</TD>
<TD>030</TD>
<TD>If sent during a control sequence, the sequence is immediately terminated
and not executed. It also causes the error character to be displayed.</TD>
</TR>
<TR VALIGN="TOP">
<TD>SUB</TD>
<TD>032</TD>
<TD>Interpreted as CAN.</TD>
</TR>
<TR VALIGN="TOP">
<TD>ESC</TD>
<TD>033</TD>
<TD>Invokes a control sequence.</TD>
</TR>
<TR VALIGN="TOP">
<TD>DEL</TD>
<TD>177</TD>
<TD>Ignored on input (not stored in input buffer).</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-10.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,158 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-2">
<CAPTION>Table 3-2 Alphabetic Key Codes</CAPTION>
<COL WIDTH="12%">
<COL WIDTH="19%">
<COL WIDTH="19%">
<COL WIDTH="12%">
<COL WIDTH="19%">
<COL WIDTH="19%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Key</TH>
<TH>Uppercase Code (octal)</TH>
<TH>Lowercase Code (octal)</TH>
<TH>Key</TH>
<TH>Uppercase Code (octal)</TH>
<TH>Lowercase Code (octal)</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>A</TD>
<TD>101</TD>
<TD>141</TD>
<TD>N</TD>
<TD>116</TD>
<TD>156</TD>
</TR>
<TR>
<TD>B</TD>
<TD>102</TD>
<TD>142</TD>
<TD>O</TD>
<TD>117</TD>
<TD>157</TD>
</TR>
<TR>
<TD>C</TD>
<TD>103</TD>
<TD>143</TD>
<TD>P</TD>
<TD>120</TD>
<TD>160</TD>
</TR>
<TR>
<TD>D</TD>
<TD>104</TD>
<TD>144</TD>
<TD>Q</TD>
<TD>121</TD>
<TD>161</TD>
</TR>
<TR>
<TD>E</TD>
<TD>105</TD>
<TD>145</TD>
<TD>R</TD>
<TD>122</TD>
<TD>162</TD>
</TR>
<TR>
<TD>F</TD>
<TD>106</TD>
<TD>146</TD>
<TD>S</TD>
<TD>123</TD>
<TD>163</TD>
</TR>
<TR>
<TD>G</TD>
<TD>107</TD>
<TD>147</TD>
<TD>T</TD>
<TD>124</TD>
<TD>164</TD>
</TR>
<TR>
<TD>H</TD>
<TD>110</TD>
<TD>150</TD>
<TD>U</TD>
<TD>125</TD>
<TD>165</TD>
</TR>
<TR>
<TD>I</TD>
<TD>111</TD>
<TD>151</TD>
<TD>V</TD>
<TD>126</TD>
<TD>166</TD>
</TR>
<TR>
<TD>J</TD>
<TD>112</TD>
<TD>152</TD>
<TD>W</TD>
<TD>127</TD>
<TD>167</TD>
</TR>
<TR>
<TD>K</TD>
<TD>113</TD>
<TD>153</TD>
<TD>X</TD>
<TD>130</TD>
<TD>170</TD>
</TR>
<TR>
<TD>L</TD>
<TD>114</TD>
<TD>154</TD>
<TD>Y</TD>
<TD>131</TD>
<TD>171</TD>
</TR>
<TR>
<TD>M</TD>
<TD>115</TD>
<TD>155</TD>
<TD>Z</TD>
<TD>132</TD>
<TD>172</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-2.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,172 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-3">
<CAPTION>Table 3-3 Nonalphabetic Key Codes</CAPTION>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Lowercase Character</TH>
<TH>Neither SHIFT Key Down (Octal)</TH>
<TH>Uppercase Character</TH>
<TH>Either or Both SHIFT Keys Down (Octal)</TH>
</TR>
</THEAD>
<TBODY>
<TR>
<TD>1</TD>
<TD>061</TD>
<TD>!</TD>
<TD>041</TD>
</TR>
<TR>
<TD>2</TD>
<TD>062</TD>
<TD>@</TD>
<TD>100</TD>
</TR>
<TR>
<TD>3</TD>
<TD>063</TD>
<TD># or <20></TD>
<TD>043</TD>
</TR>
<TR>
<TD>4</TD>
<TD>064</TD>
<TD>$</TD>
<TD>044</TD>
</TR>
<TR>
<TD>5</TD>
<TD>065</TD>
<TD>%</TD>
<TD>045</TD>
</TR>
<TR>
<TD>6</TD>
<TD>066</TD>
<TD>^</TD>
<TD>136</TD>
</TR>
<TR>
<TD>7</TD>
<TD>067</TD>
<TD>&amp;</TD>
<TD>046</TD>
</TR>
<TR>
<TD>8</TD>
<TD>070</TD>
<TD>*</TD>
<TD>052</TD>
</TR>
<TR>
<TD>9</TD>
<TD>071</TD>
<TD>(</TD>
<TD>050</TD>
</TR>
<TR>
<TD>0</TD>
<TD>060</TD>
<TD>)</TD>
<TD>051</TD>
</TR>
<TR>
<TD>-</TD>
<TD>055</TD>
<TD>_</TD>
<TD>137</TD>
</TR>
<TR>
<TD>=</TD>
<TD>075</TD>
<TD>+</TD>
<TD>053</TD>
</TR>
<TR>
<TD>[</TD>
<TD>133</TD>
<TD>{</TD>
<TD>173</TD>
</TR>
<TR>
<TD>;</TD>
<TD>073</TD>
<TD>:</TD>
<TD>072</TD>
</TR>
<TR>
<TD>' (apostrophe)</TD>
<TD>047</TD>
<TD>"</TD>
<TD>042</TD>
</TR>
<TR>
<TD>, (comma)</TD>
<TD>054</TD>
<TD>&lt;</TD>
<TD>074</TD>
</TR>
<TR>
<TD>. (period)</TD>
<TD>056</TD>
<TD>&gt;</TD>
<TD>076</TD>
</TR>
<TR>
<TD>/</TD>
<TD>057</TD>
<TD>?</TD>
<TD>077</TD>
</TR>
<TR>
<TD>\</TD>
<TD>134</TD>
<TD>|</TD>
<TD>174</TD>
</TR>
<TR>
<TD>`</TD>
<TD>140</TD>
<TD>~</TD>
<TD>176</TD>
</TR>
<TR>
<TD>]</TD>
<TD>135</TD>
<TD>}</TD>
<TD>175</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-3.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,91 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-4">
<CAPTION>Table 3-4 Function Key Codes</CAPTION>
<COL WIDTH="20%">
<COL WIDTH="30%">
<COL WIDTH="50%">
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Key</TH>
<TH>Octal Value of Code Sent or Received by VT100</TH>
<TH>Action The Terminal Would Take If Host Sent That Code</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD><STRONG>RETURN</STRONG></TD>
<TD>015</TD>
<TD>Carriage return function</TD>
</TR>
<TR VALIGN="TOP">
<TD><STRONG>LINEFEED</STRONG></TD>
<TD>012</TD>
<TD>Line Feed</TD>
</TR>
<TR VALIGN="TOP">
<TD><STRONG>BACKSPACE</STRONG></TD>
<TD>010</TD>
<TD>Backspace function</TD>
</TR>
<TR VALIGN="TOP">
<TD><STRONG>TAB</STRONG></TD>
<TD>011</TD>
<TD>Tab function</TD>
</TR>
<TR VALIGN="TOP">
<TD><STRONG>SPACE BAR</STRONG></TD>
<TD>040</TD>
<TD>Deposit a space on the screen erasing what was there before.</TD>
</TR>
<TR VALIGN="TOP">
<TD><STRONG>ESC</STRONG></TD>
<TD>033</TD>
<TD>The initial delimiter of an escape sequence &#8211; interpret
the following character string from the host
as a command, rather than displaying it.</TD>
</TR>
<TR VALIGN="TOP">
<TD><STRONG>DELETE</STRONG></TD>
<TD>177</TD>
<TD>Ignored by the VT100</TD>
</TR>
</TBODY>
<TBODY>
<TR VALIGN="TOP">
<TD COLSPAN="3">* The RETURN key can be redefined so that it issues 015<SUB>8</SUB>, 012<SUB>8</SUB>, (carriage return &#8211; line feed). The
New Line feature in SET-UP mode provides this capability.</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-4.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,176 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-5">
<CAPTION>Table 3-5 Control Codes Generated</CAPTION>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Key Pressed with CTRL key down (shifted or unshifted)</TH>
<TH>Octal Code Transmitted</TH>
<TH>Function Mnemonic</TH>
<TH>Key Pressed wwith CTRL key down (shifted or unshifted)</TH>
<TH>Octal Code Transmitted</TH>
<TH>Function Mnemonic</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>Space Bar</TD>
<TD>000</TD>
<TD>NUL</TD>
<TD>P</TD>
<TD>020</TD>
<TD>DLE</TD>
</TR>
<TR VALIGN="TOP">
<TD>A</TD>
<TD>001</TD>
<TD>SOH</TD>
<TD>Q</TD>
<TD>021</TD>
<TD>DC1 or XON</TD>
</TR>
<TR VALIGN="TOP">
<TD>B</TD>
<TD>002</TD>
<TD>STX</TD>
<TD>R</TD>
<TD>022</TD>
<TD>DC2</TD>
</TR>
<TR VALIGN="TOP">
<TD>C</TD>
<TD>003</TD>
<TD>ETX</TD>
<TD>S</TD>
<TD>023</TD>
<TD>DC3 or XOFF</TD>
</TR>
<TR VALIGN="TOP">
<TD>D</TD>
<TD>004</TD>
<TD>EOT</TD>
<TD>T</TD>
<TD>024</TD>
<TD>DC4</TD>
</TR>
<TR VALIGN="TOP">
<TD>E</TD>
<TD>005</TD>
<TD>ENQ</TD>
<TD>U</TD>
<TD>025</TD>
<TD>NAK</TD>
</TR>
<TR VALIGN="TOP">
<TD>F</TD>
<TD>006</TD>
<TD>ACK</TD>
<TD>V</TD>
<TD>026</TD>
<TD>SYN</TD>
</TR>
<TR VALIGN="TOP">
<TD>G</TD>
<TD>007</TD>
<TD>BELL</TD>
<TD>W</TD>
<TD>027</TD>
<TD>ETB</TD>
</TR>
<TR VALIGN="TOP">
<TD>H</TD>
<TD>010</TD>
<TD>BS</TD>
<TD>X</TD>
<TD>030</TD>
<TD>CAN</TD>
</TR>
<TR VALIGN="TOP">
<TD>I</TD>
<TD>011</TD>
<TD>HT</TD>
<TD>Y</TD>
<TD>031</TD>
<TD>EM</TD>
</TR>
<TR VALIGN="TOP">
<TD>J</TD>
<TD>012</TD>
<TD>LF</TD>
<TD>Z</TD>
<TD>032</TD>
<TD>SUB</TD>
</TR>
<TR VALIGN="TOP">
<TD>K</TD>
<TD>013</TD>
<TD>VT</TD>
<TD>[</TD>
<TD>033</TD>
<TD>ESC</TD>
</TR>
<TR VALIGN="TOP">
<TD>L</TD>
<TD>014</TD>
<TD>FF</TD>
<TD>\</TD>
<TD>034</TD>
<TD>FS</TD>
</TR>
<TR VALIGN="TOP">
<TD>M</TD>
<TD>015</TD>
<TD>CR</TD>
<TD>]</TD>
<TD>035</TD>
<TD>GS</TD>
</TR>
<TR VALIGN="TOP">
<TD>N</TD>
<TD>016</TD>
<TD>SO</TD>
<TD>~</TD>
<TD>036</TD>
<TD>RS</TD>
</TR>
<TR VALIGN="TOP">
<TD>O</TD>
<TD>017</TD>
<TD>SI</TD>
<TD>?</TD>
<TD>037</TD>
<TD>US</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-5.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,75 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-6">
<CAPTION>Table 3-6 Cursor Control Key Codes</CAPTION>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Cursor Key (Arrow)</TH>
<TH>VT52 Mode*</TH>
<TH>ANSI Mode and Cursor Key Mode Reset*</TH>
<TH>ANSI Mode and Cursor Key Mode Set</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>Up</TD>
<TD>ESC A</TD>
<TD>ESC [ A</TD>
<TD>ESC O A</TD>
</TR>
<TR VALIGN="TOP">
<TD>Down</TD>
<TD>ESC B</TD>
<TD>ESC [ B</TD>
<TD>ESC O B</TD>
</TR>
<TR VALIGN="TOP">
<TD>Right</TD>
<TD>ESC C</TD>
<TD>ESC [ C</TD>
<TD>ESC O C</TD>
</TR>
<TR VALIGN="TOP">
<TD>Left</TD>
<TD>ESC D</TD>
<TD>ESC [ D</TD>
<TD>ESC O D</TD>
</TR>
</TBODY>
<TBODY>
<TR VALIGN="TOP">
<TD COLSPAN="4">* See the control sequences section of this chapter for a complete discussion of these modes.</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-6.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,128 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-7">
<CAPTION>Table 3-7 VT52 Mode Auxiliary Keypad Codes</CAPTION>
<THEAD>
<TR VALIGN="TOP">
<TH>Key</TH>
<TH>Keypad Numeric Mode</TH>
<TH>Keypad Application Mode</TH>
<TH>Key</TH>
<TH>Keypad Numeric Mode</TH>
<TH>Keypad Application Mode</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>0</TD>
<TD>0</TD>
<TD>ESC ? p</TD>
<TD>- (dash)</TD>
<TD>- (dash)</TD>
<TD>ESC ? m</TD>
</TR>
<TR VALIGN="TOP">
<TD>1</TD>
<TD>1</TD>
<TD>ESC ? q</TD>
<TD>, (comma)</TD>
<TD>, (comma)</TD>
<TD>ESC ? l*</TD>
</TR>
<TR VALIGN="TOP">
<TD>2</TD>
<TD>2</TD>
<TD>ESC ? r</TD>
<TD>. (period)</TD>
<TD>. (period)</TD>
<TD>ESC ? n</TD>
</TR>
<TR VALIGN="TOP">
<TD>3</TD>
<TD>3</TD>
<TD>ESC ? s</TD>
<TD ROWSPAN="2">ENTER</TD>
<TD ROWSPAN="2">Same as RETURN key</TD>
<TD ROWSPAN="2" VALIGN="BOTTOM">ESC ? M</TD>
</TR>
<TR VALIGN="TOP">
<TD>4</TD>
<TD>4</TD>
<TD>ESC ? t</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>5</TD>
<TD>ESC ? u</TD>
<TD>PF1</TD>
<TD>ESC P</TD>
<TD>ESC P</TD>
</TR>
<TR VALIGN="TOP">
<TD>6</TD>
<TD>6</TD>
<TD>ESC ? v</TD>
<TD>PF2</TD>
<TD>ESC Q</TD>
<TD>ESC Q</TD>
</TR>
<TR VALIGN="TOP">
<TD>7</TD>
<TD>7</TD>
<TD>ESC ? w</TD>
<TD>PF3</TD>
<TD>ESC R</TD>
<TD>ESC R</TD>
</TR>
<TR VALIGN="TOP">
<TD>8</TD>
<TD>8</TD>
<TD>ESC ? x</TD>
<TD>PF4</TD>
<TD>ESC S</TD>
<TD>ESC S</TD>
</TR>
<TR VALIGN="TOP">
<TD>9</TD>
<TD>9</TD>
<TD>ESC ? y</TD>
<TD COLSPAN="3"></TD>
</TR>
</TBODY>
<TBODY>
<TR VALIGN="TOP">
<TD COLSPAN="6">* The last character of this escape sequence is a lowercase L (154<SUB>8</SUB>).</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-7.html</DIV></DIV>
</BODY>
</HTML>

View File

@@ -0,0 +1,130 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
<HEAD>
<TITLE>VT100.net: Digital VT100 User Guide</TITLE>
<LINK HREF="vt100-ug.css" TYPE="text/css" REL="stylesheet">
<LINK HREF="/favicon.ico" TYPE="image/x-icon" REL="shortcut icon">
</HEAD>
<BODY>
<DIV CLASS="navbar"><A HREF="http://vt100.net/"><IMG CLASS="button" SRC="vt100.net-logo.png" ALT="VT100.net" HEIGHT="16" WIDTH="102"></A> VT100 User Guide<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<HR></DIV>
<TABLE ID="T3-8">
<CAPTION>Table 3-8 ANSI Mode Auxiliary Keypad Codes</CAPTION>
<THEAD>
<TR VALIGN="BOTTOM">
<TH>Key</TH>
<TH>Keypad Numeric Mode</TH>
<TH>Keypad Application Mode</TH>
<TH>Key</TH>
<TH>Keypad Numeric Mode</TH>
<TH>Keypad Application Mode</TH>
</TR>
</THEAD>
<TBODY>
<TR VALIGN="TOP">
<TD>0</TD>
<TD>0</TD>
<TD>ESC O p</TD>
<TD>- (dash)</TD>
<TD>- (dash)</TD>
<TD>ESC O m</TD>
</TR>
<TR VALIGN="TOP">
<TD>1</TD>
<TD>1</TD>
<TD>ESC O q</TD>
<TD>, (comma)</TD>
<TD>, (comma)</TD>
<TD>ESC O l*</TD>
</TR>
<TR VALIGN="TOP">
<TD>2</TD>
<TD>2</TD>
<TD>ESC O r</TD>
<TD>. (period)</TD>
<TD>. (period)</TD>
<TD>ESC O n</TD>
</TR>
<TR VALIGN="TOP">
<TD>3</TD>
<TD>3</TD>
<TD>ESC O s</TD>
<TD ROWSPAN="2">ENTER</TD>
<TD ROWSPAN="2">Same as RETURN key</TD>
<TD ROWSPAN="2" VALIGN="BOTTOM">ESC O M</TD>
</TR>
<TR VALIGN="TOP">
<TD>4</TD>
<TD>4</TD>
<TD>ESC O t</TD>
</TR>
<TR VALIGN="TOP">
<TD>5</TD>
<TD>5</TD>
<TD>ESC O u</TD>
<TD>PF1</TD>
<TD>ESC O P</TD>
<TD>ESC O P</TD>
</TR>
<TR VALIGN="TOP">
<TD>6</TD>
<TD>6</TD>
<TD>ESC O v</TD>
<TD>PF2</TD>
<TD>ESC O Q</TD>
<TD>ESC O Q</TD>
</TR>
<TR VALIGN="TOP">
<TD>7</TD>
<TD>7</TD>
<TD>ESC O w</TD>
<TD>PF3</TD>
<TD>ESC O R</TD>
<TD>ESC O R</TD>
</TR>
<TR VALIGN="TOP">
<TD>8</TD>
<TD>8</TD>
<TD>ESC O x</TD>
<TD>PF4</TD>
<TD>ESC O S</TD>
<TD>ESC O S</TD>
</TR>
<TR VALIGN="TOP">
<TD>9</TD>
<TD>9</TD>
<TD>ESC O y</TD>
<TD COLSPAN="3"></TD>
</TR>
</TBODY>
<TBODY>
<TR VALIGN="TOP">
<TD COLSPAN="6">* The last character of the escape sequence is a lowercase L (154<SUB>8</SUB>).</TD>
</TR>
</TBODY>
</TABLE>
<P CLASS="note">NOTE: In ANSI mode, if the codes are echoed back to the VT100, or if the terminal is in
local mode, the last character of the sequence will be displayed on the screen; e.g., PF1 will display a "P".</P>
<DIV CLASS="navbar"><HR>
<TABLE WIDTH="100%">
<COL SPAN="3" WIDTH="33%">
<TBODY>
<TR>
<TD ALIGN="LEFT"><A HREF="chapter3.html">Chapter 3</A></TD>
<TD ALIGN="CENTER"><A HREF="contents.html">Contents</A></TD>
<TD ALIGN="RIGHT">&nbsp;</TD>
</TR>
</TBODY>
</TABLE>
<DIV CLASS="navbot">http://vt100.net/docs/vt100-ug/table3-8.html</DIV></DIV>
</BODY>
</HTML>

Some files were not shown because too many files have changed in this diff Show More