Specifications
Rev. A Command Descriptions 1-45
TM–U375/U375P 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 × 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.
ESC = n
[Name] Select peripheral device
[Format] ASCII ESC = n
Hex 1B 3D n
Decimal 27 61 n
[Range] 1 ≤ n ≤ 3
ESC = n selects the device to which the host computer sends data, based on the value of n as follows:
When the printer is disabled (n=2), it ignores all received data with the exception of the DLE ENQ 1
and DLE ENQ 2 commands. The default setting varies according to the DIP switch settings.
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);
n
Peripheral Device Status
1 Only printer selected.
2 Only customer display selected.
3 Both printer and customer display selected.