User`s manual

1 DATECS EP-50
42 43
User’s Manual
17. ESC 3 n
Setting line feed rate of minimum pitch
[Code] [1Bh] + [33h] + n
[Range] {0 <= n <= FFh}
[Outline] The line feed rate per line is specified by n/203 inch.
[Default] The initial value is n = 34 (1/6 inch) (22H), being 4.23 mm line feed rate.
18. ESC 8
Temporary store current print settings
[Code] [1Bh] + [38h]
[Outline] Use command ‘ESC 9’ to restore the parameters. The parameters stored
are:
double height/width symbols, rotated by 90º degrees symbols, font
size, underline, emphasize, italic style, downloaded font active, rotated
by 180
ο
degrees symbols, black and white inverse symbols, reverse
print direction (from right to left), Chinese/Arabic code table selected
(only in the Chinese/Arabic printer version), print density, printing speed,
left margin, printing width, line height, intercharacter space, country,
code page, Euro symbol position, barcode width, barcode height, barcode
HRI position.
[Caution] The printer uses this command when printing full and short self-tests.
So if a self-test is printed, the printer will store the print settings active
at the time the printing starts.
19. ESC 9
Restore the previously saved settings
[Code] [1Bh] + [39h]
[Outline] This command restores the setting saved with ESC 8. If such a com
mand has never been issued, the printer restores the settings as they
were at printer power on.
16. ESC 2
Specifying 1/6-inch line feed rate
[Code] [1Bh] + [32h]
[Outline] The line feed rate per line is specified by 1/6 inch.
[Sample Program]
LPRINT “AAAAA” + CHR$ (&HA);
LPRINT CHR$ (&H1B) + “3” + CHR$ (0);
LPRINT “AAAAA” + CHR$ (&HA);
LPRINT CHR$ (&H1B) + “3” + CHR$ (50);
LPRINT “AAAAA” + CHR$ (&HA);
LPRINT CHR$ (&H1B) + “2”;
LPRINT “AAAAA” + CHR$ (&HA);
LPRINT “AAAAA”;
LPRINT CHR$ (&H1B) + “J” + CHR$ (100);
LPRINT “AAAAA” + CHR$ (&HA);
LPRINT “AAAAA” + CHR$ (&HA);
[Print Results]
1/6-inch line feed
0/360-inch line feed
50/360-inch line feed
1/6-inch line feed
100/360-inch line feed
1/6-inch line feed