CONFIDENTIAL
Paper roll Kanji commands FS ( A
Ver. 10.0 1 p. 492
FS ( A SETTING COMMAND
[Name] Select Kanji character style(s)
[Printers not featuring this command] TM-T88III, TM-L60II, TM-P60, TM-U230, TM-U220, TM-U210,TM-U300A/B
[Description] Selects the multi-byte code character style.
Function code
fn
specifies the function.
pL
,
pH
specifies (
pL
+
pH
× 256) as the number of bytes after
pH
(
fn
and
[parameters]
).
The
[parameters]
are described in each function.
[Notes]
This command is specified function by function code (
fn
). Operation details are different depending on
function.
Settings of this command affect multilingual (except Thai) characters and user-defined characters.
Settings of this command are effective until it is redefined, ESC @ is executed, the printer is reset, or the
power is turned off.
This command does not affect graphics, bit image, bar code, and two-dimension code.
fn
Function No. Function name
48 Function 48 Select Kanji character font
Program Example
PRINT #1, CHR$(&h1C);"C";CHR$(0); Select JIS code system
PRINT #1, CHR$(&h1C);"&";
PRINT #1, CHR$(&h1C);"(A";CHR$(2);CHR$(0);CHR$(48);CHR$(48); <Function 48>
PRINT #1, CHR$(&h34);CHR$(&h41);CHR$(&h3B);CHR$(&h7A);CHR$(&hA);
PRINT #1, CHR$(&h1C);"(A";CHR$(2);CHR$(0);CHR$(48);CHR$(50); <Function 48>
PRINT #1, CHR$(&h34);CHR$(&h41);CHR$(&h3B);CHR$(&h7A);CHR$(&hA);
PRINT #1, CHR$(&h1C);".";
Print Sample
Kanji commands