Specifications
Rev. A Command Descriptions 1-35
TM–U950/U950P Information Manual
ESC u n
[Name] Transmit peripheral device status
[Format] ASCII ESC u n
Hex 1B 75 n
Decimal 27 117 n
[Range] n = 0, 48
ESC u n transmits the status of drawer kick-out connector pin 3 as 1 byte of data when n=0 or 48. This
command allows the host to determine the status of a peripheral device. GS r 2 can also be used to
check the status. GS r is recommended for transmitting the peripheral device status. n indicates the
status function as follows:
ESC v
[Name] Transmit paper sensor status
[Format] ASCII ESC v
Hex 1B 76
Decimal 27 118
6
Off 00 0 Slip is detected by the slip ejection sensor.
On 40 64 Slip is not detected by the slip ejection sensor.
7 Off 00 0 Not used. Fixed to Off.
Bit Off/On Hex Decimal Status
0
Off 00 0 Drawer kick-out connector pin 3 is LOW.
On 01 1 Drawer kick-out connector pin 3 is HIGH.
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);
←
Generates a pulse
PRINT #1, CHR$(&H1B);"u";CHR$(0);
Bit Off/On Hex Decimal Function