e Xte n do
®
Em ulation C omm and S e t Re fe r e nc e
Part No. D 684 112
Mod.Nr. 4 150813 LEV
Page 25 of 95
2.1.17
ESC ‘\‘+[n1]+[n2]
Print Character 1-351
[Name]
Print character 1-351
[Function]
This command is used to print a specific character within the selected character
set.
[Code]
[1B]
16
+ [5C]
16
+ [n1] + [n2]
[27]
10
+ [91]
10
+ [n1] + [n2]
[Description]
1. Parameter [n1] and [n2] specifies the [n]th character in the selected character set, whereas
parameter [n1] is the lower order byte and parameter [n2] the higher order byte ([n] = [n2] * 256 +
[n1]).
2. The selected character [n] must be within domain 1 - 351.
3. The selected character [n] will not be interpreted as a control character nor will it be mapped to
country code characters.
4. Example: [1b 5C 0A 01]
16
will print the 266th character of the currently selected font.