![protech PA-3211 User Manual Download Page 134](http://html1.mh-extra.com/html/protech/pa-3211/pa-3211_user-manual_1619630134.webp)
Chapter 4 Software Utilities
PA-3211 SERIES USER MANUAL
Page: 4-65
GetRealTimeStatus
Public intGetRealTimeStatus(
int n
);
Purpose
Get Real Time Status.
Value
Command Code. Please referMP-1030 Command Manual
Return
Real Time Status Byte.
Example
n=2: Off-line status.
Bit
On/Off
Hex
Decimal
Function
0
Off
00
0
Not used. Fixed to Off.
1
On
02
2
Not used. Fixed to On.
2
Off
00
0
Clover is closed.
On
04
4
Cover is opened.
3
Off
00
0
Not used. Fixed to Off.
4
On
10
16
Not used. Fixed to On.
5
Off
00
0
No paper-end stop.
On
20
32
Printing stops due to paper
end.
6
Off
00
0
No error.
On
40
64
Error occurs.
7
Off
00
0
Not used. Fixed to Off.
IntRealTimeStatus = 0 ;
ThermalPrinter
Printer_Control
=
new
ThermalPrinter();
Printer_Control.
OpenPrinter(115200);
RealTimeStatus =
Printer_Control
.GetRealTimeStatus(2);
// TODO Detect Status
Printer_Control.
ClosePrinter();
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...