![](https://pdfstore-manualsonline.prod.a.ki/pdfasset/7/a3/7a38cfad-5374-4f11-a98a-8376e42af8b8/7a38cfad-5374-4f11-a98a-8376e42af8b8-bg93.png)
To use the data dump mode, follow these steps:
1.
To enter the data dump mode, hold down the FORM FEED and
LINE FEED buttons at the same time while you turn on the
printer.
2.
Next, run either an application program or one you have
written in any programming language. Your printer prints all
the codes sent to the printer in hexadecimal format as shown
below:
3.
To turn off the data dump mode, press the ON LINE button to
take the printer off line, and then turn off the printer. (The data
dump mode can also be cancelled by sending an INIT signal
from the computer.)
Look at the data dump shown in Step 2. By comparing the
characters printed in the right column with the printout of the
hexadecimal codes, you can check what codes are being sent to the
printer. If characters are printable, they appear as their true ASCII
characters. Nonprintable codes, such as control codes, are
represented by dots.
As an example of how to interpret a data dump printout, look at
the first five hex codes on the first line of the printout sample
(1B 40 1B 55 31). Each hex 1B represents the Escape code, 40
represents @, 55 represents U, 31 represents the numeral 1. Check
the first line of the right column and you will find a dot, an @
sign, another dot, a U, and a 1. If you look in the Command
Summary in Chapter 8, you will see that these are the commands
to initialize the printer and turn on unidirectional mode.
Troubleshooting 7-7