Epson TK14 Printer User Manual


 
FENIX IMVICO
TK14 OPERATION MANUAL
42/65
GS w
n
[Name] Set bar code width
[Format] ASCII GS w
n
Hex 1D 77
n
Decimal 27 119
n
[Range] <02>H
n
<06>H
[Description] Sets the horizontal size of the bar code.
n
specifies the bar code width as follows:
n Module Width (mm) for
Multi-level Bar Code
<02>H 0.250
<03>H 0.375
<04>H 0.500
<05>H 0.625
<06>H 0.750
Multi-level bar codes are as follows: EAN13, CODE93, ITF.
[Default]
n
= <03>H
[Reference]
GS k
GS v 0 m
xL xH yL yH d1 ... dk
[Name] Print raster bit image
[Format] ASCII GS v 0
m xL xH yL yH d1...dk
Hex 1D 76 30
m xL xH yL yH d1...dk
Decimal 27 118 48
m xL xH yL yH d1...dk
[Range] <00>H
m
<03>H
<00>H
xL
<FF>H
<00>H
xH
<FF>H where 1
(xL
+
xH
x 256)
128
<00>H
yL
<FF>H
<00>H
yH
<08>H where 1
(yL
+
yH
x 256)
4095
<00>H
d
<FF>H
k
=
(xL
+
xH
x 256) x
(yL
+
yH
x 256)
(k
0)
[Description] Selects raster bit-image mode. The value of
m
selects the mode, as follows:
m
Mode
Vertical Dot
Density
Horizontal Dot
Density
<00>H Normal 203.2 dpi 203.2 dpi
<01>H Double-width 203.2 dpi 101.6 dpi
<02>H Double-height 101.6 dpi 203.2 dpi
<03>H Quadruple 101.6 dpi 101.6 dpi
(dpi: dots per 25.4 mm {1"})
x
L,
x
H, select the number of data bytes
(x
L+
xH x
256) in the horizontal direction for the
bit image.
y
L,
y
H, select the number of data bits
(y
L+
yH x
256) in the vertical direction for the bit
image.
[Notes] This command is effective only when there is no data in the print buffer.
Data outside the printing area is read in and discarded on a byte-by-byte basis.
The position at which subsequent characters are to be printed for raster bit image is
specified by
GS L
(Set left margin).
d
indicates the bit-image data. Setting a bit to 1 prints a dot and setting it to 0 does not
print a dot.
[Example] When
xL
+
xH
x 256 = 64