Programmer’s Guide
TH200
25
ESC D n1...nk NUL
Set horizontal tab positions
Code:
Range:
Description:
Notes:
Default:
Reference:
ASCII
ESC
D n1... nk NUL
Hex
1B
44 n1...nk 00
Decimal
27
68 n1...nk 0
1
≤
n
≤
255
1
≤
k
≤
32
Sets horizontal tab positions.
n specifies the column number for setting a horizontal tab position from the beginning of
the line.
k indicates the total number of horizontal tab positions to be set.
The horizontal tab position is stored as a value of [character width × n] measured from
the beginning of the line. The character width includes the right-side character spacing,
and double-width characters are set with twice the width of normal characters.
This command cancels the previous horizontal tab settings.
When setting n = 8, the print position is moved to column 9 by sending
HT
.
Up to 32 tab positions (k = 32) can be set. Data exceeding 32 tab positions is processed
as normal data.
Transmit [n] k in ascending order and place a NUL code 0 at the end.
When [n] k is less than or equal to the preceding value [n] k-1, tab setting is finished and
the following data is processed as normal data.
ESC D NUL
cancels all horizontal tab positions.
The previously specified horizontal tab positions do not change, even if the character
width changes.
The character width is memorized for each standard and page mode.
The default tab positions are at intervals of 8 characters (columns 9, 17, 25, ...) for font A
(12 × 24).
HT
ESC E n
Turn emphasized mode on/off
Code:
Range:
Description:
Notes:
Default:
Reference:
ASCII
ESC
E n
Hex
1B
45 n
Decimal 27
69 n
0
≤
n
≤
255
Turns emphasized mode on or off
When the LSB of n is 0, emphasized mode is turned off.
When the LSB of n is 1, emphasized mode is turned on.
Only the least significant bit of n is enabled.
This command and
ESC !
turn on and off emphasized mode in the same way.
Be careful when this command is used with
ESC !
.
n = 0
ESC !
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 ...