User`s manual
1 DATECS EP-50
44 45
User’s Manual
20. ESC = n
Data Input Control
[Code] [1Bh] + [3D] + n
[Range] {0 <= n <= FFh}
[Outline] Selecting equipment in which data input from the host is effective.
• Only bit 0 is defined
Value 0: Selected
Value 1: Not selected
• When the printer has not been selected, this printer abandons all
the received data until it is selected by this command.
[Caution]
• Even when the printer has not been selected, it can become
BUSY state through printer operation.
• When the printer is deselected, this printer discards all the data
until it is selected with this command.
[Default]
• The initial value of n is “1”.
[Sample Program]
LPRINT “AAAAA”;
LPRINT CHR$ (&H1B) + “=” + CHR$ (0);
LPRINT “aaaaa” + CHR$ (&HA);
LPRINT CHR$ (&H1B) + “=” + CHR$ (1);
LPRINT “AAAAA” + CHR$ (&HA);
[Print Results]
[Outline] This command writes the current code tables, the intensity level and
the current printing speed into the flash memory. These values will
be retrieved at first power up or after a power failure.
• Value of n doesn’t matter. It is left for compatibility purpose.
[Default] • The initial values are: code tables 0 (US American CP437),
intensity level 100%, maximum printing speed.
22. ESC @
Restore saved to nonvolatile RAM settings
[Code] [1Bh] + [40h]
[Outline] Clears data stored in the print buffer and brings various
settings to the initial state.
[Caution]
• Data inside the internal input buffer are not cleared.
• The current code tables, print intensity and printing speed are not
reset.
• If switch 5 is OFF, the command clears the downloaded font and
bit image too.
[See also] ESC ^ and ESC _
[Sample Program]
LPRINT CHR$ (&H1B) + “ ! “ + CHR$ (&H30) ;
LPRINT CHR$ (&H1B) + “V” + CHR$ (1);
LPRINT “AAA” + CHR$ (&HA);
LPRINT CHR$ (&H1B) + “@”;
LPRINT “AAA” + CHR$ (&HA);
[Print Results]
AAAAA is not printed
21. ESC > n
Set Factory Defaults
[Code] [1Bh] + [3Eh] + n
[Range] {0 <= n <= FFh}