RD-KT247 thermal printers
22 / 61
When n=0, ban
the
reverse printing and the printing
is from right to left.
[Comment]
When the printer is vertically installed
, the printer uses the reverse printing way.
Reversely printing not only supports character mode, and also supports graphical mode.
When reversely printing graphics, we should note the printing order of graphics unit. (See the
ESC K command)
[Example]
unsigned char str[3];
str[0] = 0x1B;
str[1] = 0x63;
str[2] = 0x1
SendDataToPrinter(str,3);//
reverse printing
HT
[Name]
horizontal tab
[Type] ASCII
:
HT
Decimal:
9
Hex:
09
[Explanation]
Move the print position to the next horizontal tab position
[Note]
•
The command is ignored unless the next horizontal tab position has been set.
•
Horizontal tab positions are set with the ‘ESC D’.
[Reference]
ESC D
ESC ! n
[Name]
To set printing mode(s) for characters
[Type] ASCII
:
ESC
!
n
Decimal:
27
33
n