![protech PA-3211 User Manual Download Page 130](http://html1.mh-extra.com/html/protech/pa-3211/pa-3211_user-manual_1619630130.webp)
Chapter 4 Software Utilities
PA-3211 SERIES USER MANUAL
Page: 4-61
Text
Public BooleanText(String data);
Purpose
Print string data to print.
Value
Data = String data.
Return
True (1) on success, False (0) on failure False (0)
Example
ThermalPrinter
Printer_Control
=
new
ThermalPrinter();
Printer_Control.
OpenPrinter(115200);
Printer_Control
.Text(“123456789”);
Printer_Control
.Text(“\n”);
Printer_Control.
ClosePrinter();
//P.S If application want to line break. Please use “\n” to
change line.
Summary of Contents for PA-3211
Page 1: ...USER MANUAL PA 3211 10 1 POS Terminal Powered by ARM Cortex A 9 Processor PA 3211 M1...
Page 15: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 4 2 2 3 Top View...
Page 17: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 6 2 2 6 Side View Unit mm 147 75...
Page 19: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 8 2 3 3 Top View...
Page 21: ...Chapter 2 Getting Started PA 3211 SERIES USER MANUAL Page 2 10 2 3 6 Side View 147 75...
Page 155: ...Chapter 4 Software Utilities PA 3211 SERIES USER MANUAL Page 4 86...