User guide

A795 User Guide: Programming Supplement
Chapter 4: Programming commands
109
Return paper type description (ColorPOS™)
ASCII GS Ox8F m
Hexadecimal 1D 8F m
Decimal 29 143 m
Value and range of m: m is the paper type index,
(0< = m< = 15)
This command will return from flash memory a paper type
description indexed by m, (0<=m<=15) sending back the
data sequence used in the download paper type description
command, i.e. the return is 1D 8F m nL nH (d1…dn)
which was stored in slot m; or a value of n = 0 if slot m
does not have a description stored. m = 0 x ff asks for a
return of the current paper type. For all valid descriptions,
the last two bytes will be a CRC value and the first 24
bytes will be as follows:
# Bytes Offset Definition
1 0 Manufacturer paper type category
1 1 Version in type category
1 2 Printhead type
1 3 Structure format type
20 4 Descriptive name as a
null terminated ASCII string
Reset firmware
ASCII GS (SPACE)
Hexadecimal 1D FF
Decimal 29 255
Reboots the printer.