[comp.terminals] z19

aad+@andrew.cmu.edu.UUCP (06/04/87)

according to the manual here, there are two banks of dip switches on the
board, S402 and S401.  S401 seems to be the baud rate.

mode			switches
			0 1 2 3 4 5 6 7
9600 baud		0 0 1 1
no parity		        0
even parity                    0
normal parity                    0
full duplex                                               1

150            0 1 0 0
300            1 1 0 0
600            0 0 1 0
1200           1 0 1 0
1800           0 1 1 0
2000           1 1 1 0
2400           0 0 0 1
3600           1 0 0 1
4800           0 1 0 1
7200           1 1 0 1
9600           0 0 1 1



You could also throw it into local mode and type
the appropriate escape sequence:


                                Thanks a lot and talk to you soon,
                                     CM1G
   --------
From: CM1G@CMCCTD
To: rm2f@CMCCTD
Subject: H19,escape commands


  I forgot to send you the escape commands,
Zenith escape sequences:  obviously enough, they all begin with escape,
chr(27)
CURSOR FUNCTIONS--------MODES OF OPERATION--------------MISCELLANEOUS
FUNCTIONS
H   cursor home	       |[   enter hold screen mode     |<   enter ANSI
mode
C   cursor forward     |\   exit hold screen mode      |}   keyboard disabled
D   cursor backward    |p   enter reverse video mode   |{   keyboard enabled
B   cursor down	       |q   exit reverse video mode    |v   wrap at
end of line
A   cursor up	       |F   enter graphics mode	       |w
discard at e.o.line
I   reverse index      |G   exit graphics mode	       |Z   identify as
vt52
n   report cursor pos. |t   enter keypad shifted mode  |]   transmit 25th
line
j   save cursor pos.   |u   exit keypad shifted mode   |#   transmit page
k   restore cursor pos.|=   enter alternate keypad mode|z   reset terminal
Y row+31 col+31	       |>   exit alternate keypad mode |
ERASING AND EDITING-----CONFIGURATION-----------------------BAUD
RATE---------
E   clear display      |x/y X   set/reset mode		    r X  set
to:
b   erase top to cursor|    1   enable/disable 25th line      A=110
J   erase to end page  |    2   disable/enable key click      C=300
l   erase entire line  |    3   enter/exit hold screen mode   E=1200
o   erase begin of line|    4   block/underscore cursor	      H=2400
K   erase end of line  |    5   off/on cursor		      J=4800
L   insert line	       |    6   shifted/unshifted keypad      L=9600
M   delete line	       |    7   enter/exit alternate keypad mode
@   enter insert char  |    8   enable/disable auto lf on cr
O   exit insert char   |    9   enable/disable auto cr on lf
   --------