Protech Systems PA-6822 User Manual page 80

Table of Contents

Advertisement

PrinterLogo
Printer Logo Fucntion.
Purpose
SendCommand
Send command byte to printer.
Purpose
Command Code. Please refer MP-1030 Command Manual
Value
True (1) on success, False (0) on failure False (0)
Return
Example
ThermalPrinter
Printer_Control.
byte[] data =
data[0] = 0x1B;
data[1] = 0x6d;
Printer_Control.SendCommand(data);
Printer_Control.
PA-6822 SERIES USER MANUAL
Public Void PrinterLogo();
Public Boolean SendCommand
Printer_Control
OpenPrinter(115200);
new
byte[2];
//Partial cut
ClosePrinter();
Chapter 3 Software
(byte[] data
=
ThermalPrinter();
new
);
Page 79

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents