TransAct Technologies ITHERM 280 User Manual
Page 208

Programming Codes
iTherm
®
280 Programmer’s Guide
Page 206
Rev C
28-07764
Function
Select Justification
ASCII
[ESC] a
Hexadecimal 1BH 61H
Decimal
<27> <97>
Range
0
≤
n
≤
2
48
≤
n
≤
50
Description The [ESC] a
Left justification is selected when
= 2 or 50. The default setting is left justification. (
enabled only when input at the beginning of a line.
Function
Set Back Space
ASCII
[BS]
Hexadecimal 08H
Decimal
<8>
Description The [BS] command moves the print buffer one character width to the left. The
pointer position cannot be moved to the left of the left margin. [BS] does not
cause the buffer to be printed; the following data is OR’ed with the previous data.
Function
Set Horizontal Tab
ASCII
[HT]
Hexadecimal 9H
Decimal
<10>
Description The [HT] command moves the print position to the next horizontal tab position.
The command is used to align character columns. The command is ignored
unless another horizontal tab position has been set.