Reinitialize printer (dc4 dc4 esc @), Set vertical spacing n/144 inch (dc4 dc4 esc 1 nn) – Compuprint 4247-Z03 Programmer Manual User Manual
Page 89
ASCII: DC4 DC4 ESC ( GS 72 12345678 EM
HEX:
14 14 1B 28 1D 48 31 32 33 34 35 36 37 38 19
Example 2:
Print two Code 3 of 9 bar code symbols. The first symbol on the right margin; the second symbol one inch
to the right of the first symbol. Data sets are ABC+0123 and 12345678
ASCII: DC4 DC4 ESC ( GS 0 *ABC+123* GS 72 *1234* EM
HEX:
14 14 1B 28 1D 00 2A 41 42 43 2B 31 32 33 2A
1D 48 2A 31 32 33 34 2A 19
Reinitialize Printer (DC4 DC4 ESC @)
14
14
1B
40
This command reinitializes the printer. It resets the printer mode and clears the buffer of printable data.
Set Vertical Spacing n/144 Inch (DC4 DC4 ESC 1 NN)
14
14
1B
31
NN
This control sets a line spacing value for subsequent line feeds.
NN is a one-byte hexadecimal number that specifies the line spacing value of NN/144 inches. The value of
NN is 1 to 255.
Set Vertical Spacing 12 Lines/30mm (DC4 DC4 ESC 3 1)
14
14
1B
33
31
This command sets line spacing to 12 lines per 30 mm.
Set Vertical Spacing 3 Lines/30mm (DC4 DC4 ESC 3 3)
14
14
1B
33
33
This command sets line spacing to 3 lines per 30 mm.
Set Vertical Spacing 4 Lines/30mm (DC4 DC4 ESC 3 4)
14
14
1B
33
34
This command sets line spacing to 4 lines per 30 mm.
Set Vertical Spacing 6 Lines/30mm (DC4 DC4 ESC 3 6)
14
14
1B
33
36
This command sets line spacing to 6 lines per 30 mm.
Chapter 2. Epson FX-1050 Data Stream
69