41
GS+”h”+n: Set bar code height
HEX: 1D+68+n
DEC: 29+104+n
Sets the height of bar codes to n dot.
・
Default value=80 dots
0
≦
n
≦
255DEC
GS+”x”+n: Set bar code print starting position
HEX: 1D+78+n
DEC: 29+120+n
Sets the print starting position of bar codes by n value.
0
≦
n
≦
255DEC
・
If the bar code setting exceeds one line including width of bar codes to be
Printed, the exceeded portion will not be printed.
GS+”H”+n: Select printing position for HRI characters
HEX: 1D+48+n
DEC: 29+72+n
Selects printing and position of HRI characters on bar codes printing.
0
≦
n
≦
3DEC ( default value: n=2)
N Printing
Position
0 Not
1
Over bar code
2 Under
bar
code
3
Over and under bar code
GS+”w”+n1+n2: Set narrow/wide width (It is effective for CODE39,ITF,CODEBAR)
HEX:1D + 77 + n1 + n2
DEC:29 + 119 + n1 + n2
Set the width of the bar code (narrow/wide) by the number of dots.
Both n1 and n2 are affective for the last 2 bits and it is set line below.
N1=0~2:narrow setting
N2=0~3:wide setting( This value depends on the width of n1 )
Default value: n1=0 ( narrow: 2 dots )
N2=0( wide: 5 dots )