Print And Line Spacing Commands - Datamax E-class E-3202 Programmer's Manual

Hide thumbs Also See for E-class E-3202:
Table of Contents

Advertisement

Print and Line Spacing Commands

Print Commands:
LF : Print and line feed
ASCII:
Hexadecimal:
Decimal:
LF prints the data in the print buffer and feeds one line.
CR : Print and carriage return
ASCII:
CR
Hexadecimal: 0D
Decimal:
13
This command sets the print position to the beginning of the line.
ESC J n : Print and feed paper
ASCII:
ESC J n
Hexadecimal: 1B 4A n
Decimal:
27 74 n
ESC J prints the data in the print buffer and feeds n x motion defined in
GS P
Line Spacing Commands:
ESC 2 : Select default line spacing
ASCII:
ESC 2
Hexadecimal: 1B 32
Decimal:
27 50
ESC2 sets the line spacing to 1/6 inch = 30 dots.
Warning: The E-3202 is not designed to accommodate continuous, unbuffered data streams while in PAPER
mode. Application programs or data streams that prohibit the E-3202 from processing interrupts
correctly may produce unexpected or unreliable results. If it is necessary to send a continuous
stream of data to the E-3202, the application program must provide a pause of 250ms (duration)
after every LINE of characters to allow the processor time to check for any possible error or fault
conditions.
E-3202 Programmer's Manual
LF
0A
10
ESC d n : Print and feed n lines
ASCII:
ESC d n
Hexadecimal: 1B 64 n
Decimal:
27 100 n
ESC d prints the data in the print buffer and feeds n lines.
FF : Print and return to standard mode
ASCII:
FF
Hexadecimal: 0C
Decimal:
12
When in page mode FF prints all data in the print buffer in one time and
return to standard mode. The buffer data is deleted after being printed.
ESC FF : Print data in mode page
ASCII:
ESC FF
Hexadecimal: 1B 0C
Decimal:
27 12
When in page mode ESC FF prints all data in the print buffer in one time.
The buffer data is not deleted after being printed.
ESC 3 n : Set line spacing
ASCII:
ESC 3 n
Hexadecimal: 1B 33 n
Decimal:
27 51 n
ESC 3 n sets the line spacing to n x motion defined in GSP.
3

Advertisement

Table of Contents
loading

Table of Contents