Programmer’s Guide
TH200
100
Appendix I
Example printing in page mode
Example use of page mode is described in this appendix.
A typical procedure for transmitting commands in page mode is as follows:
a. Transmit
ESL
to enter page mode.
b. Specify the printable area using
ESC W
.
c. Specify the printing direction using
ESC T
.
d. Transmit the print data.
e. Collectively print the data by sending an
FF
.
f. After printing, the printer automatically returns to standard mode.
Example 1: Sample program in BASIC (assumes transmission to the printer is already
possible with file #1 open)
100 PRINT #1,CHR$(&H1B);"L";
110 PRINT #1,CHR$(&H1B);"W";CHR$(0);CHR$(0);CHR$(0);CHR$(0);
120 PRINT #1,CHR$(180);CHR$(0);CHR$(204);CHR$(1);
130 PRINT #1,CHR$(&H1B);"T";CHR$(0);
140 PRINT #1,"The Programme In Page Mode Test"
150 PRINT #1,CHR$(&H0C);
In the program for Example 1, a printable area of 180
460 dots starting at (0,
0) is set, and characters are
printed on the first line of the area as shown in Figure1.1.
Figure 1.1 Page Mode Example 1
Summary of Contents for TH200
Page 1: ...TH200 High Speed Thermal Printer Programmer s Guide TH200 March 2005 ...
Page 19: ...Programmer s Guide TH200 19 When font B 9 17 is selected ...
Page 21: ...Programmer s Guide TH200 21 When 24 dot bit image is selected ...
Page 73: ...Programmer s Guide TH200 73 pattern 3 2 PAGE1 Katakana ...
Page 74: ...Programmer s Guide TH200 74 3 3 Page 2 PC850 Multilingual ...
Page 75: ...Programmer s Guide TH200 75 3 4 Page 3 PC860 Portuguese ...
Page 76: ...Programmer s Guide TH200 76 3 5 Page 4 PC863 Canadian French ...
Page 77: ...Programmer s Guide TH200 77 3 6 Page 5 PC865 Nordic ...
Page 78: ...Programmer s Guide TH200 78 3 7 Page 18 PC852 Latin2 ...
Page 79: ...Programmer s Guide TH200 79 3 8 Page 19 PC858 ...
Page 80: ...Programmer s Guide TH200 80 3 9 Page 16 WPC1252 ...
Page 81: ...Programmer s Guide TH200 81 3 10 Page 17 PC866 Cyrillic 2 ...
Page 82: ...Programmer s Guide TH200 82 3 11 Thai character code 11 ...
Page 83: ...Programmer s Guide TH200 83 3 12 International Character Set ...