Cognitive Solutions A776 All in One Printer User Manual


 
Chapter 5: Programming commands 41
A776-PG00001 C 12/09 A776 (B780) Programming Guide
Generate pulse to open cash drawer
ASCII ESC p n p1 p2
Hexadecimal 1B 70 n p1 p2
Decimal 27 112 n p1 p2
Value of n: 00, 48 (Decimal) = Drawer 1;
01, 49 (Decimal) = Drawer 2
Value of p1: 0–255
Value of p2: 0–255
Sends a pulse to open the cash drawer.
Formulas
The value for either p1 or p2 is the hexadecimal number multiplied by 2 msec to equal the total time.
• On-time=p1 (Hex) x 2 msec
• O-time = p2 (Hex) x 2 msec
Related information
O-time is the delay before the printer performs the next operation. Refer to cash drawer specications for required on
and o-time.
Release Paper
ASCII ESC q
Hexadecimal 1B 71
Decimal 27 113
Description
Releases the slip paper as follows:
If receipt paper was selected, this command opens the platen to allow slip removal.
If the slip was selected, the printer enters the paper removal waiting state after releasing the paper. After 2 seconds, it
enters receipt paper mode.
Set current color
ASCII ESC r m
Hexadecimal 1B 72 m
Decimal 27 114 m
Default of m: 0 (monochrome)
This command will set the current color to the color m for all character data that may follow this command and all
graphic objects (bit images) that have not been explicitly loaded as two-color.
m = 0 (monochrome) is the initial value
m = 1 (two-color paper “primary color”, usually black)
m = 2 (second color available from two-color paper)
The m values 0 and 1 will not have a distinguishable eect; 0 is the initial value and provides parameter value
consistency with other commands.
Continued . . .