
2009/06/29
CHAPTER 6 EPSON - 27
Print double-speed double-density image
EscYn
1
n
2
<image data> (27)(89)n1n2.... <1Bh><59h>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.
•
The printer always prints as fast as possible, hence this command is the exact equivalent of the
Esc L
command.
10 WIDTH “LPT1:”,255
20 LPRINT “*** ESC Y n1 n2 ***”
30 FOR I=1 TO 5
40 ‘* DOUBLE-SPEED & DOUBLE-DENSITY BIT IMAGE MODE *
50 LPRINT CHR$(27);”Y”;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 Y n1 n2 ***
Sample 13
Print quadruple-density image
EscZn
1
n
2
<image data> (27)(90)n1n2....
<1Bh><5Ah>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 240 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 Z n1 n2 ***”
30 FOR I=1 TO 5
40 ‘* QUADRUPLE-DENSITY BIT IMAGE MODE *
50 LPRINT CHR$(27);”Z”,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 Z n1 n2 ***
Sample 14
Summary of Contents for HL-2600CN Series
Page 4: ......
Page 15: ...2009 06 29 CHAPTER 1 INTRODUCTION 1 CHAPTER 1 INTRODUCTION ...
Page 20: ...2009 06 29 CHAPTER 1 INTRODUCTION 6 ...
Page 21: ...7 17 2009 CHAPTER 2 PCL 1 CHAPTER 2 PCL PRINTER CONTROL LANGUAGE ...
Page 129: ...2009 06 29 CHAPTER 3 PCL5C 1 CHAPTER 3 PCL5C ...
Page 147: ...2009 06 29 CHAPTER 4 HP GL 2 1 CHAPTER 4 HP GL 2 GRAPHICS LANGUAGE ...
Page 200: ...2009 06 29 CHAPTER 4 HP GL 2 54 ...
Page 201: ...2009 06 29 CHAPTER 5 PJL 1 CHAPTER 5 PJL PRINTER JOB LANGUAGE ...
Page 276: ...2009 06 29 CHAPTER 6 EPSON 1 CHAPTER 6 EPSON FX 850 ...
Page 304: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 1 CHAPTER 7 IBM PROPRINTER XL ...
Page 325: ...2009 06 29 CHAPTER 7 IBM PROPRINTER 22 ...
Page 326: ...2009 06 29 CHAPTER 8 BAR CODE CONTROL 1 CHAPTER 8 BAR CODE CONTROL ...
Page 337: ...2009 06 29 CHAPTER 9 HP GL 1 CHAPTER 9 HP GL GRAPHICS LANGUAGE ...
Page 364: ...2009 06 29 CHAPTER 9 HP GL 28 ...
Page 365: ...2009 06 29 CARBON COPY FUNCTION 1 CHAPTER 10 CARBON COPY FUNCTION ...
Page 373: ...2009 06 29 APPENDIX A COMPARISON LIST 1 APPENDIX A COMPARISON LIST ...
Page 475: ...2009 06 29 APPENDIX C HBP MODE COMMANDS 14 ...
Page 485: ...2009 06 29 APPENDIX D REFERENCE LIST OF MX 2000 4000 5000 7000 SERIES UNIQUE COMMANDS 10 ...