Technical information
40DCA Intertel DCA Intertel
DCA Intertel 41 DCA Intertel
ESC Z n1 n2 d select 8-bit quadruple-density image printing
format:
ASCII: ESC Z n1 n2 d
decimal: 27 90 n1 n2 d
hexadecimal: 1B 5A n1 n2 d
Comment: quadruple-density, bit image graphics is selected.
If d value represents the total number of columns:
n1 = dMOD 256
n2 = INT (d/256)
This has the same effect as “ESC” with m set to 3. It is also possible to dene again
“ESC K” to select another mode using “ESC?”.
ESC ? n m re-assign bit image commands
format:
ASCII: ESC ? n m
decimal: 27 63 n m
hexadecimal: 1B 3F n m
keyboard: CTRL[ ? see below
Comment: One of the general bit image modes listed under “ESC * m n1 n2 data” is
assigned to any of the commands “ESC K”, “ESC L”, and “ESC Z”.
The value of m corresponds to the mode m in “ESC * n1 n2 data”.
If control characters are being used this would be input by pressing CTRL and a key in
the range @ to G.
n is the ASCII code for the command which is to be changed:
K, L, Y or Z; thus it is the character K, L, Y or Z which is sent.