TransAct Technologies ITHERM 280 User Manual
Page 138

Programming Codes
iTherm
®
280 Programmer’s Guide
Page 136
Rev C
28-07764
Function
Report on user store
ASCII
[ESC] [US] q <0>
Print a user store report
Or
[ESC] [US] ? <0>
Return a formatted user store report
Hexadecimal 1BH 1FH 71H
Decimal
<27> <31> <113>
IPCL
&%UQ
EPOS
[GS] 3
Description The [ESC] [US] q
is ignored and may be omitted. The NUL must be present. The intention of the
command is to aid in macro development.
The terminating <0> may be replaced with an & or redefined. See [ESC]
[EM]T
Note: The report is also printed as part of the configuration report.
Function
Redefine User Store Termination Character
ASCII
[ESC] [EM] T
Hexadecimal 1BH 19H 54H
Decimal
<27> <25> <84>
IPCL
&%UT
EPOS
None
Description This command allows the terminator used to signal the end of the name field in
User Store commands to be modified. The value of
the <0>) for the terminator. The value of n may be from 0 to 255.
The default value for the second terminator is &. If this command redefines the
terminator to something other than &, the & will no longer function.
Example
If &%UT% were sent to the printer, the user store command to run macro
"Demo" would be &%URDemo%.