7197 Owner’s Guide Chapter 6: Commands
November 2002
171
•
FS – Turn underline mode ON/OFF for Kanji
ASCII: FS - n
Hexadecimal: 1C 2D n
Decimal:
28 45 n
Value of n:
0 = Cancel
1 = 1 dot height underline
2 = 2 dot height underline
Default n:
0 (Cancel)
Turn underline mode on or off for Asian character.
All characters could be underlined, including character right side spacing.
Underline can be selected by FS ! and ESC – also, the last received command is effective.
Example:
• MSComm1.Output = Chr$(&H1C) & Chr$(&H2D) & Chr$(n)
Define user-defined Kanji characters
ASCII: FS 2 c1 c2 d1 … dn
Hexadecimal: 1C 32 c1 c2 d1 … dn
Decimal:
28 50 c1 c2 d1 … dn
Value of c1:
Specified the beginning Asian character code
Value of c2:
Specified the end Asian character code
Value of d:
Image data
Range of c1,c2:
Japanese
(CP932)
F0 ≤ c1 ≤ F9, 40 ≤ c2 ≤ 7E and 80 ≤
c2 ≤ FC
Simplified
Chinese
(CP936)
A1 ≤ c1 ≤ A7, 40 ≤ c2 ≤ 7E and 80 ≤
c2 ≤ A0, AA ≤ c1 ≤ AF, A1
≤ c2 ≤
FE, F8 ≤ c1 ≤ FE, A1 ≤ c2