Commands In Numerical Order - Epson GQ-3500 User Manual

Epson gq-3500: user manual
Hide thumbs Also See for GQ-3500:
Table of Contents

Advertisement

All three formats are equivalent, and it should be easy to pick the
one most suited to your purpose.
The simplest type of command consists of a single character to be
sent to the printer. For instance, to advance to the next horizontal tab
stop the code format is:
ASCII code:
Decimal:
Hexadecimal: 09
This code can be sent from a program by sending the code 9 directly.
More complex commands consist of two or more character codes. For
example, to print in proportional mode the code format is the
following:
ASCII code:
Decimal:
Hexadecimal:
In this case n can be either 1 or 0, to begin or end proportional printing.
You can use either of the following commands to turn ON proportional
print from BASIC:
LPRINT CHR$(27);CHR$(112);CHR$(l)
LPRINT CHR$(27);"p";CHR$(l)
Note
In the format section letters such as n and d represent variables that
must be entered when the command is used. These variables should be
entered as ASCII codes, not characters. For example, the format for
selecting an international character set is ESC R n. To select the French
character set, the variable n should be 1. In BASIC the command to
select the French character set is LPRINT CHR$(27);"R";CHR$(l).

Commands in Numerical Order

This section lists all the GQ-3500 page printer commands, with
their decimal and hexadecimal values. The numbers in the column on
the right are the page numbers in this appendix where a complete
description of the command can be found.
A-2
H T
9
ESC
p
27
112
70
n
n
n
Command Summary

Advertisement

Table of Contents
loading

Table of Contents