48
Explanation:
After the printer received this command, it will print Chinese characters
with 8×16 dots.(the command only be effective for16×16 dots)
FS DC2 Cancel Vertical DBC Case Chinese Character Print
Format:ASCII: FS DC2
Decimal: 28 18
Hexadecimal: 1C 12
Explanation:
This command cancels FS SI, restore to print Chinese characters with
16×16 dots.(the command only be effective for16×16 dots)
FS i Select Chinese Character Bit Map
Format: ASCII: FS i n
Decimal: 28 105 n
Hexadecimal: 1C 69 n
Explanation:
This command is to select Chinese characters with different bit map, as the
following tab shows:
n
汉字点阵Chinese
Character Bit Map
0 16*16
1 8*16
2 16*8
3 8*8
Characters with different bit map can be printed in one line, but before the Chinese character
code, should set the bit map with FS i or FS SI command firstly. (the
command only be effective for16×16 dots)
FS G Select Chinese Character Misplace Print
Format: ASCII: FS G
Decimal: 28 71
Hexadecimal: 1C 47