CONFIDENTIAL
Paper roll Kanji commands FS & Ver. 10.0 1 p. 491
Notes for Traditional Chinese model:
When Kanji mode is selected, the printer processes a character code that corresponds to the first byte
of Kanji code, and then processes a consecutive byte as the second byte of Kanji code. Therefore, when
Kanji code is specified, an ASCII code character that corresponds to the first byte of Kanji code cannot
be printed.
Kanji mode is selected at default.
Notes for Korean model:
When Kanji mode is selected, the printer processes a character code that corresponds to the first byte
of Kanji code, and then processes a consecutive byte as the second byte of Kanji code. Therefore, when
Kanji code is specified, an ASCII code character that corresponds to the first byte of Kanji code cannot
be printed.
Kanji mode is selected at default.
Program Example
PRINT #1, CHR$(&H1C);”C”;CHR$(0); Select JIS code system
PRINT #1, CHR$(&H1C);”&”; Specify Kanji mode
PRINT #1, CHR$(&H34);CHR$(&H41);
PRINT #1, CHR$(&H3B);CHR$(&H7A); CHR$(&HA);
Print Sample