68
Chapter 3 Configuring The KSSM Emulation With Control Codes
Set DBCS Character Half Width
ASCII Code FS SI
Hex Code 28 0F
Dec Code 1C 15
Purpose Prints DBCS characters that follow at about half their normal
width, and SBCS characters maintain their normal width.
Comment Use the FS DC2 command to cancel half-width DBCS
character printing.
This command resets subscript/ superscript printing set by the
FS r command.
The default is Normal (non half-width) printing.
Cancel DBCS Character Half Width and
Super/Subscript Printing
ASCII Code FS DC2
Hex Code 28 12
Dec Code 1C 18
Purpose This command cancels the FS SI (half-width DBCS character)
and FS r (set super/subscript printing) commands.
Comment The default is Normal (non half-width and non-super/subscript)
printing.
Set Horizontal Tabs
ASCII Code ESC D
n
1
n
2
…
n
k
NUL
Hex Code 1B 44
n
1
n
2
…
n
k
00
Dec Code 27 68
n
1
n
2
…
n
k
00
Purpose Sets horizontal tab positions (in the current character pitch) at
the columns specified by
n
1
to
n
k
as measured from the left-
margin position.
The values for
n
must be in ascending order; a value of
n
less
than the previous
n
ends tab setting (like the NUL code).
Where:
0 <=
k
<= 32
1 <=
n
<= 255
n
k
>
n
k-1
Comment Changing the character pitch does not affect current tab
settings.
Send an ESC D NUL command to cancel all tab settings.
The tab settings move to match any movement in the left
margin.