Rev. A
Command Descriptions 1-33
TM–U200/U200P Information Manual
Type ID (n=2 or n=50)
ESC p
m t1 t2
[Name]
Generate pulse
[Format]
ASCII
ESC
p
m
t1
t2
Hex
1B
70
m
t1
t2
Decimal
27
112
m
t1
t2
[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 status
[Format]
ASCII
ESC
=
n
Hex
1B
3D
n
Decimal
27
61
n
[Range]
1
≤
n
≤
3
Bit
Off/On
Hex
Decimal
Function
0
Off
00
0
No two-byte character code.
1
Off
00
0
No auto-cutter equipped.
On
02
2
Auto cutter equipped.
2,3
—
—
—
Undefined.
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$(&H1B);"p";CHR$(0);CHR$(25);CHR$(250);