User`s manual
1 DATECS EP-50
64 65
User’s Manual
50. (1) GS V m
(2) GS V m n
Cutting the paper
[Code] (1) [1Dh] + [56h] + m
(2) [1Dh] + [56h] + m + n
[Range] (1) {m=1, m=49}
(2) {m=66}
{0 <= n <= 255}
[Outline] Depending on the value of m one of the following actions is
performed:
- If m=1 or m=49 (‘1’) a paper feed, so the last printed line remains
after the cover’s cutting edge is performed.
- If m=66 (‘B’) the paper is fed by n/8 mm.
In both cases the paper is first fed to the cut position so the last printed
line remains after the cutter’s edge. This means at in case (2) the
paper is fed by “cut position + n/8” millimeters total.
Both built-in and downloaded character sets are inverted by this
command.
The black/white inversion works on the right space defined by ESC SP
command.
[Default] The initial value is n=0
[Sample Program]
LPRINT CHR$(&H1D) + “B” + CHR$(0);
LPRINT “AAAAA”;
LPRINT CHR$(&H1D) + “B” + CHR$(1);
LPRINT “AAAAA”;
[Print Results]
AAAAAAAAAA
49. GS L n1 n2
Setting the left margin
[Code] [1Dh] + [4Ch] + n1 + n2
[Range] {0 <= n1 <= FFh}
{0 <= n2 <= FFh}
{n1+256*n2 < 384}
[Outline] Sets the position in dots (1/203 inches) from which each
line starts. This command works only if entered at the
beginning of the line. The start position is equal to
n1+256*n2 dots from the left end of the printable area.
[Caution] If a value that exceeds the length of the print area is set the
left margin is set to 0.
[Default] Default value is 0.
51. (1) GS k m [ d ] k NUL
(2) GS k m n [ d ] k
(3) GS k m a [ d ] k NUL
(4) GS k m a xL xH [ d ] k
Printing the barcode
[Code] (1)[1Dh] + [6Bh] + m + D
i
+ [00h]
(2)[1Dh] + [6Bh] + m + n + D
i
(3)[1Dh] + [6Bh] + m + a + D
i
+ [00h]
(4)[1Dh] + [6Bh] + m + a + xL + xH + D
i
[Range] (1) {0 <= m <= 6}
(2){65 <= m <= 73}
(3) {m=9; a=0,1}
(4) {m=74; 256*xH+xL<=3000; a=0,1}
[Outline] Specifying a type of barcode and printing barcodes.
•The beginning of line is considered as the next printing start position.