69
ESC iXf1
Retrieve the prefix character
[ASCII] ESC i X f 1 n1 n2
[Decimal]
27 105 88 102 49 nd1 nd2
[Hexadecimal]
1B 69 58 66 31 nh1 nh2
[Parameters]
nh1: 00h (fixed)
nh2:
00h
(fixed)
[Description]
・
Retrieves the prefix character code.
・
3-byte data is returned from the machine.
[1]: 01h (fixed)
[2]: 00h (fixed)
[3]: Specified character
・
The retrieved value is a value specified by a static command.
[Example]
・
When the prefix character is set to “_”:
If ESC i X f 1 00h 00h (1Bh 69h 58h 66h 31h 00h 00h) is sent to the machine, the following
is returned from the machine.
01h 00h 5Fh
(“_”)