Specifications
P25 Development Guide
www.bluebamboo.com
19
4 This command cancels the previous horizontal tab settings.
5 If you set n=8, the print position is moved to column 9 by sending HT.
6
Up to 32 tab positions (k=32) can be set. Data exceeding 32 tab positions is
processed as normal data.
7 Transmit [n]k in ascending order and place an NUL code 0 at the end.
8
When [n]k is less than or equal to the preceding value [n]k-1, tab setting is
finished and the following data is processed as normal data.
9 ESC D NUL cancels all horizontal tab positions.
10
The previously specified horizontal tab positions do not change, even if the
character width changes.
[Default] The default tab positions are at intervals of 0 characters.
[Reference] HT
GS L
[Name] Set left margin.
[Format] ASCII GS L nL nH
HEX 1D 4C nL nH
Decimal 29 76 nL nH
[Range] 0 ≤ nL ≤ 255, 0 ≤ nH ≤ 255
[Description] Set the left margin using nL and nH.
[Note]
1. The left margin is set to [(nL+nHx256)] x (horizontal motion unit) inches.
2. This command is effective only processed at the beginning of the line.
3. If the setting exceeds the printable area, the maximum value of the
printable area is set.
4. The horizontal and vertical motion units are specified by GS P. Changing
the horizontal and vertical motion unit does not affect the current left margin.
5. The horizontal motion unit (x) is used for calculating the left margin. The
calculated result is truncated to the minimum value of the mechanical pitch.
6. This command should be placed previous than any normal printing
characters in a line.
7. Printing content should less than one line.
[Default] nL = 0, nH = 0
[Reference] GS P