TransAct Technologies ITHERM 280 User Manual

Page 138

Advertising
background image

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 <Name..> <0>

EPOS

[GS] 3

Description The [ESC] [US] q <Name..> <0> command prints a status report. The file name

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<n> or &%UT<n> on page 136.

Note: The report is also printed as part of the configuration report.

Function

Redefine User Store Termination Character

ASCII

[ESC] [EM] T <n>

Hexadecimal 1BH 19H 54H <n>
Decimal

<27> <25> <84> <n>

IPCL

&%UT <n>

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 <n> is used (in addition to
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%.

Advertising