beginning of a line.
k indicates the total number of horizontal tab positions to be set.
[Note]
•
The horizontal position is stored as a value of [ character width ×
n]measured from the beginning of the line. The character width includes the
default width of the characters’ spacing.
•
This command deletes the previously set level positioning location.
•
When n = 8, the printing position is moved to the 9
th
column by sending HT.
•
The command is not affected by the ESC X command.
•
This command cancels the previous tabulator position settings.
•
The character printing position ,which exceeds the positioning location, will
be processed as normal data.
•
Transmit [n] k in ascending order and place a NULL code 0 at the end.
•
When nk 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.
•
ESC D NULL cancels all horizontal tab position.
•
Even if the character width changes, previously specified horizontal tab
positions don’t also change.
[Default]
The default tab positions are Font A (12*24).
[Example]
unsigned str[8];
unsigned char Order = 9;
str[0] = 0x1B;
str[1] = 0x44;
str[2] = 2;//
one character spacing from the first column
Summary of Contents for RD-FH5C7
Page 57: ...C International standard ASCII ...
Page 60: ......