Technical information
38DCA Intertel DCA Intertel
DCA Intertel 39 DCA Intertel
ESC K n1 n2 d select 8-bit single density bit image printing
format:
ASCII: ESC K n1 n2 d
decimal: 27 75 n1 n2 d
hexadecimal: 1B 4B n1 n2 d
Comment: Single density bit image mode 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 0. It is also possible to dene again
“ESC K+ to select another mode using “ESC?”.
ESC L n1 n2 d select 8-bit double density bit image printing
format:
ASCII: ESC L n1 n2 d
decimal: 27 76 n1 n2 d
hexadecimal: 1B 4C n1 n2 d
Comment: low speed double-density, bit image graphics mode is selected.
If d value represents the total number of colums:
n1 = dMOD 256
n2 = INT (d/256)
This has the same effect as “ESC” with m set to 1. It is also possible to dene again
“ESC K” to select another mode using
“ESC?”.
ESC Y n1 n2 d select 8-bit double speed double density bit image printing
format:
ASCII: ESC Y n1 n2 d
decimal: 27 89 n1 n2 d
hexadecimal: 1B 58 n1 n2 d
Comment: double speed, double density bit image graphics mode 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 2. It is also possible to dene again
“ESC K” to select another mode using “ESC?”.