Specifications

Rev. A Command Descriptions 1-47
TM–U950/U950P Information Manual
ESC p m t1 t2
[Name] Generate pulse
[Format] ASCII ESC p mt1t2
Hex 1B 70 mt1t2
Decimal 27 112 mt1t2
[Range] m = 0, 1, 48, 49
0
t1
≤ 255
0
t2
≤ 255
ESC p m t1 t2 sends a pulse (on time= t1 × 10 ms / off time= t2 × 10 ms) 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.
ESC = n
[Name] Select peripheral device status
[Format] ASCII ESC = n
Hex 1B 3D n
Decimal 27 61 n
[Range] 0
n
≤ 255
4 Off 00 0 Not used. Fixed to Off.
5, 6 Undefined.
7 Off 00 0 Not used. Fixed to Off.
Program Example
PRINT #1, CHR$(&H1D);"I";CHR$(1);
Transmits printer ID
Program Example
PRINT #1, CHR$(&H1B);"p";CHR$(0);CHR$(25);CHR$(250);
Bit Off/On Hex Decimal Function