User manual
A630/A631/A632 Printer Series User Manual Page 46 / 63 Reference: FDE 3106894 Issue F
5.3.7.1.2 B
IT IMAGE GRAPHICS
ASCII
ESC * m n1 n2 data
Hexadecimal 1B 2A m n1 n2 data
Comments: The bit image graphics command formats and prints a bit image depending on m, n1, n2
and the data..
All graphics are single density: m = 0.
n1, and n2 specify the number of bytes sent (data).
n2 is the high order byte ( 0 ≤ n2 ≤ 1 ), n1 is the low order byte ( 0 ≤ n1 ≤ 255). The total
number of data bits to send is calculated by the formula n2 x 256 + n1. For 384 graphic
bytes, the maximum per line, then n2=1, n1=128. The data (d) is formatted as shown
below.
5.3.8 Printer Status
5.3.8.1.1 S
TATUS REQUEST
ASCII
ESC v
Hexadecimal 1B 76
Comments: The current printer status is transmitted to the host computer on receipt of this command.
It takes the form of a single byte with each bit representing a specific printer condition.
The conditions indicated are “true” when the bit is logic “1".
Bit
0 Paper out
1 Feeding paper
2 Lid open
3 Not used
4 Not used
5 Not used
6 Not used
7 Not used
The byte is sent regardless of the CTS handshaking signal.