Line Thermal Printer DEP-50
50
51
User’s Manual
ESC X n
Select maximum printing speed
[Code]
[1Bh] + [58h] + n
[Range]
{0 <= n <= 3}
{‘0’ <= n <= ‘3’}
[Outline]
Selects the maximum printing speed according to the value of ‘n’:
0 or ‘0’ about 50 mm/s
1 or ‘1’ about 42 mm/s
2 or ‘2’ about 33 mm/s
3 or ‘3’ about 25 mm/s
These values are approximate. The real maximum speed depends
on the print intensity and the printing head’s temperature.
[Default]
The default value is 0 – maximal printing speed.
ESC Z
Transmits identification string.
[Code]
[1Bh] + [5Ah]
[Outline]
The printer transmits 32 bytes of information with the
following structure:
1 – 22:
Printer name complemented with space up to 22 symbols.
23 – 25:
Firmware version – 3 digits (in ASCII format).
26 – 26:
Language version – 2 letters.
28 – 32:
5 bytes flags. Each bit describes a printer feature, as ‘1’
means that the feature is present, while ‘0’ means its
absence. Bits are described as follows:
ESC Y n
Selecting the intensity level
[Code]
[1Bh] + [59h] + n
[Range]
{0 <= n <= 5}
[Outline]
Set the intensity level.
•
“n” means the followings.
0
Set intensity 70 %
1
Set intensity 80 %
2
Set intensity 90 %
3
Set intensity 100 %
4
Set intensity 120 %
5
Set intensity 150 %
[Caution]
•
Higher intensities can cause a lower speed.
[Default]
•
The initial value of n is 3.
[Sample Program]
LPRINT CHR$ (&H1B) + “Y” + CHR$ (0);
LPRINT “AAAAA”;
LPRINT CHR$ (&H1B) + “Y” + CHR$ (5);
LPRINT “AAAAA” + CHR$ (&HA);
Bit
Meaning
28.0
Supports IrDA mode
28.1
Supports magnetic card reader
28.2
Supports simultaneous reading of three tracks from a magnetic card
28.3
ASCII codes above 127 contain Katakana symbols
28.4
Supports JIS and Shift-JIS symbols
28.5
Prints when ESC . and ESC T, and transmits when ESC ‘
the temperature in º Fahrenheit
28.6
Not Used
28.7
Reserved – always 1
29.0
Supports downloadable fonts and firmware
29.1
Korean support
29.2
Black mark support
29.3
Barcode reader support
29.4
USB A installed
29.5
USB B installed
29.6
Not Used
29.7
Reserved – always 1
30.0
Not Used
30.1
Not Used
30.2
Not Used
30.3
Not Used