Specifications
Rev. A Command Descriptions 1-33
TM–U375/U375P Information Manual
GS a n
[Name] Enable/disable Automatic Status Back (ASB)
[Format] ASCII GS a n
Hex 1D 61 n
Decimal 29 97 n
[Range] 0 ≤ n ≤ 255
GS a n selects a status for ASB transmission. ASB is enabled if any status item is selected. The printer
automatically transmits a 4-byte status message whenever the status changes. Multiple status items
can be selected. When n=0, ASB is disabled. The default (n=0 or 2) depends on the DIP switch
settings. If ASB is enabled when the printer is disabled by the ESC = command, the printer transmits
a 4-byte status message whenever the status changes. The status items are selected using n as follows:
First byte (printer information)
Bit Off/On Hex Decimal Function
0
Off 00 0 Drawer kick-out connector pin 3 status disabled.
On 01 1 Drawer kick-out connector pin 3 status enabled.
1
Off 00 0 On-line/off-line status disabled.
On 02 2 On-line/off-line status enabled.
2
Off 00 0 Error status disabled.
On 04 4 Error status enabled.
3
Off 00 0 Paper roll sensor status disabled.
On 08 8 Paper roll sensor status enabled.
4 — — — Undefined.
5
Off 00 0 Cut-sheet (slip or validation) sensor and status disabled.
On 20 32 Cut-sheet (slip or validation) sensor and status enabled.
6, 7 — — — Undefined.
Program Example
PRINT #1, CHR$(&H1D);"a";CHR$(4); ←
Enable " Error " sta tus
Bit Off/On Hex Decimal Status for ASB
0 Off 00 0 Not used. Fixed to Off.
1 Off 00 0 Not used. Fixed to Off.
2
Off 00 0 Drawer kick-out connector pin 3 is LOW.
On 04 4 Drawer kick-out connector pin 3 is HIGH.