E-3202 Programmer’s Manual
3
Print and Line Spacing Commands
Print Commands:
LF : Print and line feed
ASCII: LF
Hexadecimal: 0A
Decimal: 10
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
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.
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.
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.
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.
Summary of Contents for E-class E-3202
Page 3: ......
Page 5: ...ii...
Page 9: ...4 E 3202 Programmer s Manual...
Page 15: ...10 E 3202 Programmer s Manual...
Page 23: ...18 E 3202 Programmer s Manual...
Page 25: ...20 E 3202 Programmer s Manual...
Page 35: ...30 E 3202 Programmer s Manual Table 850 Table 852...
Page 36: ...E 3202 Programmer s Manual 31 Table 857 Table 860...
Page 37: ...32 E 3202 Programmer s Manual Table 861 Table 863...