
Revision C 16/01/96
Chapter 6 " IBM Proprinter XL " - 17
Select double-height / double-width mode
Esc[@n1n2n3n4n5n6
(27)(91)(64)n1n2n3n4n5n6
<1Bh><5Bh><40h>n1n2n3n4n5n6
This command enables you to select single or double line spacing and single or double
character height and width.
n
1
should be set to 4 and n
2
,n
3
and n
4
to 0.
To set double line spacing and select double-height characters set n
5
to 34.
To set double line spacing and select normal height characters set to n
5
to 33.
To set single line spacing and select double-height characters set to n
5
to 18.
To set single line spacing and select normal height characters set n
5
to 17.
To select double-width characters set n
6
to 2.
To select single-width characters set n
6
to 1.
LPRINT CHR$(27); CHR$(91); CHR$(64); CHR$(4); CHR$(0); CHR$(0);
CHR$(0); CHR$(34); CHR$(1); 'Set double line spacing and print
double-height, double-width characters.
Select character from the All character Code table
Esc\n1n2<Character data>
(27)(92)n1n2<Character data>
<1Bh><5Ch>n1n2<Character data>
This command enables you to print characters from the All Character Code table.
n
1
and n
2
specify the number of characters to be printed.
The number of characters printed is 256*n
2
+n
1.
Control codes included in the character data are not executed.
LPRINT CHR$(27); CHR$(92); CHR$(64); CHR$(1); CHR$(65); CHR$(66);
CHR$(67); CHR$(68); CHR$(69); 'Print 320 characters starting
ABCDE...
Select a character from the All Character Code table
Esc^<char-code>
(27)(94)<Char-code>
<1Bh><5Eh><Char-code>
This command enables you to print a single character from the All Character Code table.
A control code is not executed if the code is sent immediately following this instruction.
LPRINT CHR$(27); CHR$(94); CHR$(36); 'Printed a dollar sign
Содержание HL- SERIES
Страница 13: ...Revision A 16 01 96 Chapter 1 Introduction ...
Страница 16: ...Revision C 16 01 96 Chapter 2 PCL 1 Chapter 2 PCL ...
Страница 123: ...Revision C 16 01 96 Chapter 2 PCL 3 W width raster area 78 Y y offset raster 79 ...
Страница 124: ...Revision C 16 01 96 Chapter 3 PJL 1 Chapter 3 PJL Printer Job Language ...
Страница 180: ...Revision C 16 01 96 Chapter 4 Diablo 630 1 Chapter 4 Diablo 630 ...
Страница 200: ...Revision C 16 01 96 Chapter 5 EPSON FX 850 1 Chapter 5 EPSON FX 850 ...
Страница 237: ...Revision C 16 01 96 Chapter 6 IBM Proprinter XL 1 Chapter 6 IBM Proprinter XL ...
Страница 259: ...Revision C 16 01 96 Chapter 7 Bar Codes Control 1 Chapter 7 Bar Code Control ...
Страница 267: ...Revision C 16 01 96 Chapter 8 HP GL2 1 CHAPTER 8 HP GL 2 Graphics Language ...
Страница 280: ...Revision C 16 01 96 Chapter 8 HP GL2 14 220 END Sample 21 ...
Страница 328: ...Revision C 16 01 96 Chapter 9 HP GL 1 CHAPTER 9 HP GL Graphics Language ...
Страница 332: ...Revision C 16 01 96 Chapter 9 HP GL 5 1 3 2 Printing Area a b d c a b c d mm A4 4 5 5 5 Letter 6 5 5 5 Legal 6 5 5 5 ...
Страница 342: ...Revision C 16 01 96 Chapter 9 HP GL 15 Sample 68 ...
Страница 387: ...Revision C 16 01 96 APPENDIX A COMPALISON LIST 24 RESOLUTION 300 600 300 600 300 600 ...