OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.6/] [doc/] [man/] [man1/] [telnet_starter.1] - Blame information for rev 30

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 22 wfjm
.\"  -*- nroff -*-
2
.\"  $Id: telnet_starter.1 550 2014-02-03 08:16:57Z mueller $
3
.\"
4
.\" Copyright 2013- by Walter F.J. Mueller 
5
.\"
6
.\" ------------------------------------------------------------------
7
.
8
.TH TELNET_STARTER 1 2010-07-09 "Retro Project" "Retro Project Manual"
9
.\" ------------------------------------------------------------------
10
.SH NAME
11
telnet_starter \- setup vt52/vt100 emulator windows for ti_rri or simh
12
.\" ------------------------------------------------------------------
13
.SH SYNOPSIS
14
.
15
.SY telnet_starter
16
.OP \-t term
17
.OP \-d dev
18
.OP \-s
19
.OP \-w
20
.OP \-l
21
.
22
.SY telnet_starter
23
.B \-\-h
24
.YS
25
.
26
.\" ------------------------------------------------------------------
27
.SH DESCRIPTION
28
Script to setup a \fBxterm\fP vt52 or vt100 emulator window which
29
will connect to a DL11 or DZ11 serial interface emulation port of
30
\fBti_rri\fP or a CPU emulator from the \fBsimh\fP suite,
31
e.g. \fBpdp11\fP, via a \fBtelnet\fP connection.
32
 
33
If the connect to the interface emulation port fails or is terminated
34
a message like
35
 
36
.EX
37
    localhost 8000
38
    Trying 127.0.0.1...
39
    telnet: Unable to connect to remote host: Connection refused
40
    telnet failed with rc=256
41
    enter q or <^D> to quit, otherwise hit  to reconnect:
42
.EE
43
 
44
is displayed in the \fBxterm\fP window. Entering a 'q' or 'Control-D'
45
will terminate the \fBxterm\fP window, after pressing the ''
46
key a re-connect will be tried.
47
 
48
.
49
.\" ------------------------------------------------------------------
50
.SH OPTIONS
51
.
52
.\" ----------------------------------------------
53
.IP "\fB\-t \fIterm\fR"
54
defines the terminal emulator type. Allowed values are:
55
.RS
56
.RS 3
57
.PD 0
58
.IP \fBvt100\fP 8
59
use VT100 emulation. The default.
60
.IP \fBvt52\fP
61
use VT52 emulation. Useful in conjunction with OS which do not have VT100
62
support, like early DEC RSX-11M versions.
63
.RE
64
.RE
65
.PD
66
.
67
.\" ----------------------------------------------
68
.IP "\fB\-d \fIdev\fR"
69
defines the serial interface emulation port to connect to. Supported
70
are currently primary and secondary DL11 interface and eight lines of
71
the first DZ11 interface. Allowed values for \fIdev\fP are:
72
.RS
73
.RS 3
74
.PD 0
75
.IP \fBDL0\fP 6
76
first DL11 (usually console). The default.
77
.IP \fBDL1\fP 6
78
second DL11.
79
.IP \fBDZ\fIn\fP 6
80
eight lines of the first DZ11. \fIn\fP = 0,...,7.
81
.RE
82
.RE
83
.PD
84
.
85
.\" ----------------------------------------------
86
.IP "\fB\-s\fR"
87
Use simh port numbers. Default is to use \fBti_rri\fP ports.
88
.
89
.\" ----------------------------------------------
90
.IP "\fB\-w\fR"
91
Use a wide 132 column screen. Default is 80 column screen width.
92
.
93
.\" ----------------------------------------------
94
.IP "\fB\-l\fR"
95
Use a long 48 line screen. Default is a 24 lines screen height.
96
.
97
.\" ----------------------------------------------
98
.IP "\fB\-h\fR"
99
print full help text and exit.
100
.
101
.
102
.\" ------------------------------------------------------------------
103
.SH EXIT STATUS
104
In case of an error an exit status 1 is returned.
105
.
106
.\" ------------------------------------------------------------------
107
.SH BUGS
108
Stupid name, it's not telnet but a terminal emulator which is started.
109
.
110
.\" ------------------------------------------------------------------
111
.SH EXAMPLES
112
.IP "\fBtelnet_starter -d DL0 &\fR" 4
113
Creates a background process with a \fBxterm\fP in VT100 emulation mode
114
with a 80x24 screen size which will try to connect to the primary DL11
115
emulator port of \fBti_rri\fP.
116
.
117
.IP "\fBtelnet_starter -t vt52 -d DL1 -s &\fR"
118
Creates a background process with a \fBxterm\fP in VT52 emulation mode
119
with a 80x24 screen size which will try to connect to the secondary DL11
120
emulator port of a \fBsimh\fP suite CPU emulator.
121
.
122
.\" ------------------------------------------------------------------
123
.SH "SEE ALSO"
124
.BR telnet (1),
125
.BR ti_rri (1),
126
.BR xterm (1)
127
 
128
.\" ------------------------------------------------------------------
129
.SH AUTHOR
130
Walter F.J. Mueller 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.