HM-E200 Programming Manual
FS S n1 n2
[Name] Set left- and right-side Kanji character spacing
[Format] ASCII FS S n1 n2
Hex 1C 53 n1 n2
Decimal 28 83 n1 n2
[Range] 0 ≤ n1 ≤ 255
0 ≤ n2 ≤ 255
[Description] Sets left- and right-side Kanji character spacing to n1 and n2, respectively.
The left-side character spacing is [n1 × 0.125 mm], and the right-side character spacing
is [n2 × 0.125 mm].
[Notes] This command sets the left- and right-side character spacing for normal-sized
characters. When double-width mode is set, the left- and right-side character spacing
is twice the normal value.
The spacing which is set with this command can be set independently in standard
mode and in page mode.
In standard mode, the horizontal motion unit is used.
In page mode, the horizontal or vertical motion unit differs in page mode,
depending on starting position of the printable area, as follows:
、 When the starting position is set to the upper left or lower right of the printable
area using ESC T, the horizontal motion unit (x) is used.
2、When the starting position is set to the upper right or lower left of the printable area
using ESC T, the vertical motion unit (y) is used.
3、The maximum right-side spacing is approximately 32 mm {255 × 0.125 mm} for slip
paper. Any setting exceeding the maximum is converted to the maximum automatically.
[Default] n1 = 0 n2 = 0
FS 2 c1 c2 d1...dk
[Name] Define user-defined Kanji characters
[Format] ASCII FS 2 c1 c2 d1…dk
Hex 1C 32 c1 c2 d1…dk
Decimal 28 50 c1 c2 d1…dk
[Range] c1 and c2 indicate character codes for the defined characters.
c1 = FEH A1H ≤ c2 ≤ FEH
0 ≤ d ≤ 255
k = 72
[Description] Defines user-defined Kanji characters for the character codes specified by c1 and c2.
[Note] • c1 and c2 indicate character codes for the defined characters. c1 specifies for the first byte,
and c2 for the second byte.
•d indicates the dot data. Set a corresponding bit to 1 to print a dot or to 0 to not print a dot.
Define data format is the same as ESC & command .
• When the user selects the font A, the definition should be 24 characters dot matrix characters,
select font B, the definition should be 16 characters dot matrix characters
[Default] All spaces.
[Reference] ESC &
SendStr[0] = 0x1C;
SendStr[1] = 0x2E;
PrtSendData(SendStr,2);//Turn Kanji characters mode off