HM-E200 Programming Manual
GS “
[Name] Print the words that on the curve
[Format] ASCII GS “ n xL xH c1 c2 … NULL
Hex 1D 22 n xL xH c1 c2 … 00
Decimal 29 34 n xL xH c2 … 0
[Range] 0 ≤ n ≤ 1
[Description] This command print the words on the curve according to the
current font , and the words will be rotated 90 degrees voluntarily
while printing.
n Word number;
xL x Hhorizontal positions of characters;
c1 c2 … NULL Character string that ends with 0.
[Notes]
•This command works Only when it appeared between the two ESC 'commands,
• The printer will be print the words that rotated 90 degrees from the current row after receive this
command.
• To print other characters, the word number must be set to another value, but only 1 sand 0 ;while
the horizontal row of dots has characters already,
• Each horizontal rows of dots can appear in at most two characters.
[Reference] GS ‘
[Example] char SendStr1[8], SendStr2[16];
int i;
short y1,y2,y1s,y2s;