![Brother HL-1250 Скачать руководство пользователя страница 289](http://html.mh-extra.com/html/brother/hl-1250/hl-1250_technical-reference-manual_53605289.webp)
2001/10/02
CHAPTER 6 EPSON - 26
Print single-density image
EscKn
1
n
2
<image data> (27)(75)n1n2....
<1Bh><4Bh>n1n2....
•
This command enables you to define and print a single line raster bit image on a single text line.
•
n
1
and
n
2
define the number of bytes that comp rise the image.
•
The image consists of 256*
n
2
+
n
1
bytes of data, each byte representing a single vertical column of
4/30".
•
Each byte represents a vertical column of eight dots, the most significant bit representing the dot at
the top. Simply set a bit to 1 if you want a dot to appear in that position, and to 0 if you want white
space to appear.
•
Images are printed from left to right.
•
Images are printed at a horizontal resolution of 60 dots per inch and at an approximate vertical
resolution of 72 dots per inch.
•
You can only use this command in portrait orientation.
10 WIDTH “LPT1:”, 255
20 LPRINT “*** ESC K n1 n2 ***”
30 FOR I=1 TO 5
40 ‘* STANDARD DENSITY BIT IMAGE MODE *
50 LPRINT CHR$(27);”K”;CHR$(160);CHR$(0);
60 FOR J=1 TO 8
70 FOR K=1 TO 20
80 N=2^J-1
90 LPRINT CHR$(N);
100 NEXT K
110 NEXT J
120 LPRINT
130 NEXT I:END
*** ESC K n1 n2 ***
Sample 11
Print double-density image
EscLn
1
n
2
<image data> (27)(76)n1n2....
<1Bh><4Ch>n1n2....
•
This command enables you to define and print a single line raster bit image on a single text line.
•
n
1
and
n
2
define the number of bytes that comprise the image.
•
The image consists of 256*
n
2
+
n
1
bytes of data, each byte representing a single vertical column of
4/30".
•
Each byte represents a vertical column of eight dots, the most significant bit representing the dot at
the top. Simply set a bit to 1 if you want a dot to appear in that position, and to 0 if you want white
space to appear.
•
Images are printed from left to right.
•
Images are printed at an approximate horizontal resolution of 120 dots per inch and at an approximate
vertical resolution of 72 dots per inch.
•
You can only use this command in portrait orientation.
10 WIDTH “LPT1:”,255
20 LPRINT “*** ESC L n1 n2 ***
30 FOR I=1 TO 5
40 ‘* DOUBLE-DENSITY BIT IMAGE MODE *
50 LPRINT CHR$(27);”L”;CHR$(160);CHR$(0);
60 FOR J=1 TO 8
70 FOR K=1 TO 20
80 N=2^J-1
90 LPRINT CHR$(N);
100 NEXT K
110 NEXT J
120 LPRINT
130 NEXT I:END
*** ESC L n1 n2 ***
Содержание HL-1250
Страница 15: ...2001 10 02 CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION ...
Страница 20: ...2001 10 02 CHAPTER 1 INTRODUCTION 6 ...
Страница 21: ...2001 10 02 CHAPTER 2 PCL 1 CHAPTER 2 PCL PRINTER CONTROL LANGUAGE ...
Страница 59: ...2001 10 02 CHAPTER 2 PCL 39 ...
Страница 76: ...2001 10 02 CHAPTER 2 PCL 56 ...
Страница 104: ...2001 10 02 CHAPTER 2 PCL 84 71 71 Lines picture Same as above ...
Страница 109: ...2001 10 02 CHAPTER 2 PCL 89 ...
Страница 123: ...2001 10 02 CHAPTER 2 PCL 103 ...
Страница 131: ...2001 10 02 CHAPTER 3 PCL5C 1 CHAPTER 3 PCL5C ...
Страница 149: ...2001 10 02 CHAPTER 4 HP GL 2 1 CHAPTER 4 HP GL 2 GRAPHICS LANGUAGE ...
Страница 185: ...2001 10 02 CHAPTER 4 HP GL 2 37 150 LPRINT TR0 PA3900 4900 PM0 PA5100 4900 4500 6100 PM1 160 LPRINT PM2 FP ...
Страница 199: ...2001 10 02 CHAPTER 4 HP GL 2 51 ...
Страница 204: ...2001 10 02 CHAPTER 4 HP GL 2 56 ...
Страница 205: ...2001 10 02 CHAPTER 5 PJL 1 CHAPTER 5 PJL PRINTER JOB LANGUAGE ...
Страница 232: ...2001 10 02 CHAPTER 5 PJL 28 AUTOLF Sets AUTO LF ON or OFF AUTOMASK Sets AUTO MASK ON or OFF SELREADOUT ON or OFF ...
Страница 248: ...2001 10 02 CHAPTER 5 PJL 44 ...
Страница 263: ...2001 10 02 CHAPTER 5 PJL 59 ...
Страница 264: ...2001 10 02 CHAPTER 6 EPSON 1 CHAPTER 6 EPSON FX 850 ...
Страница 286: ...2001 10 02 CHAPTER 6 EPSON 23 LPRINT CHR 27 CHR 37 CHR 1 CHR 0 Select downloaded characters ...
Страница 290: ...2001 10 02 CHAPTER 6 EPSON 27 Sample 12 ...
Страница 292: ...2001 10 02 CHAPTER 6 EPSON 29 Sample 14 ...
Страница 294: ...2001 10 02 CHAPTER 7 IBM PROPRINTER 1 CHAPTER 7 IBM PROPRINTER XL ...
Страница 315: ...2001 10 02 CHAPTER 7 IBM PROPRINTER 22 ...
Страница 316: ...2001 10 02 CHAPTER 8 BAR CODE CONTROL 1 CHAPTER 8 BAR CODE CONTROL ...
Страница 326: ...2001 10 02 CHAPTER 9 HP GL 1 CHAPTER 9 HP GL GRAPHICS LANGUAGE ...
Страница 353: ...10 5 2001 APPENDIX A COMPARISON LIST 1 APPENDIX A COMPARISON LIST ...
Страница 391: ...10 5 2001 APPENDIX A COMPARISON LIST 39 AUTOSKIP ON OFF ON OFF ON OFF ON OFF ...
Страница 413: ...2001 10 02 APPENDIX C HBP MODE COMMANDS 1 APPENDIX C HBP MODE COMMANDS For HL 820 1020 1040 Only ...
Страница 426: ...2001 10 02 APPENDIX C HBP MODE COMMANDS 14 ...