Status - Epson L60IIP - TM B/W Direct Thermal Printer Information Manual

Information guide
Table of Contents

Advertisement

ESC p m t1 t2
[Name]
Generate pulse
[Format]
ASCII
Hex
Decimal
[Range]
m = 0, 1, 48, 49
0
t1
0
t2
ESC p m t1 t2 sends a pulse (on time= t1 2 msec / off time= t2 2 msec) to the specified connector
pin. When m=0 or 48, the pulse is sent to drawer-kick-out connector pin 2; when m=1 or 49, the pulse
is sent to drawer-kick-out connector pin 5.
Program Example
PRINT #1, CHR$(&H1B);"p";CHR$(0);CHR$(25);CHR$(250);
ESC = n
[Name]
Select peripheral device
[Format]
ASCII
Hex
Decimal
[Range]
0
n
255
ESC = n selects the device to which the host computer sends data. When the LSB (least significant bit)
of n is 1, the printer is enabled; When it is 0, the printer is disabled. The default setting is n=1. If ASB
is enabled when the printer is disabled by the ESC =, the printer transmits a 4-byte status message
whenever the status changes.
PRINT #1, CHR$(&H1B);"=";CHR$(1);
PRINT #1, "AAAAA";
PRINT #1, CHR$(&H1B);"=";CHR$(0);
PRINT #1, " BBBBB";
PRINT #1, CHR$(&H1B);"=";CHR$(1);
PRINT #1, " CCCCC"; CHR$(&HA);
1-60 Command Descriptions
ESC
p
1B
70
27
112
ESC
=
1B
3D
27
61
(Only the least significant bit of n is enabled.)
Program Example
Printer enabled
Printer disabled
Printer enabled
m
t1
t2
m
t1
t2
m
t1
t2
n
n
n
AAAAA CCCCC
Print Sample
Rev. A

Advertisement

Table of Contents
loading

This manual is also suitable for:

Esc/pos tm-l60iiEsc/pos tm-l60iip

Table of Contents