TransAct Technologies ITHERM 280 User Manual
Page 135

iTherm
®
280 Programmer’s Guide
Programming Codes
28-07764
Rev C
Page 133
Function
End named macro record
ASCII
[ESC] [US] e
Hexadecimal 1BH 1FH 65H
Decimal
<27> <31> <101>
IPCL
&%UG
EPOS
none
Description The [ESC] [US] e
saves the macro to flash. It uses the
and must match the "Begin named macro record" command. If the name already
exists in the flash user store or the macro memory is exceeded, the command is
valid, and the
store for the macro, the save is not performed, but the macro buffer is valid.
The terminating <0> may be replaced with an & or redefined. See [ESC]
[EM]T
Function
Save macro data in user store
ASCII
[ESC] [US] m
Hexadecimal 1BH 1FH 6DH
Decimal
<27> <31> <109>
IPCL
&%UM
EPOS
[GS] -…
Description The [ESC] [US] m
structure into the flash user-store area. It uses the
name. If the name already exists in the flash user store, the command does not
store the data.
The terminating <0> may be replaced with an & or redefined. See [ESC]
[EM]T
Function
Save user-defined characters
ASCII
[ESC] [US] c
Hexadecimal 1BH 1FH 63H
Decimal
<27> <31> <99>
IPCL
&%UC
EPOS
[GS] 6<Name..> <0> is from one to 15 characters and must be null terminated.
Description The [ESC] [US] c
character structure in the flash user-save storage area. It uses the
as a reference. If the name already exists in the flash user store, the command
will not store the data.
The terminating <0> may be replaced with an & or redefined. See [ESC]
[EM]T