TRST-A10/TRST-A15 POS Printer OPOS Control Application User’s Manual
TOSHIBA TEC CORPORATION EAA-02450
44
Escape sequence whose operation is ot guaranteed
•
Feed and Paper cut
•
Feed and Paper cut and Stamp cut
Available escape sequence
•
Bitmap print
•
Single width & height character print
•
Double width print
•
Double height print
•
Double width & height character print
•
Horizontal scale
•
Vertical scale
•
Color selection
•
Center aligned
•
Right aligned
•
Normal print
•
Bold print
•
Underline print
•
Red character print
•
Reversed character print
•
Multiple line feed
•
Unit feed
•
Top logo print
•
Bottom logo print
Table 24 TRSTA1x POS Printer Control –
Print Escape Sequence for Left/Right Rotation
16) Dual side print
For printing on the back side of paper in Dual Side Print mode, a 41-mm top margin is always
provided.
The RotatePrint method is not available in PTR_TP_TRANSACTION1 mode (Transaction1 mode) of
the TransactionPrint.method. If the RotatePrint method is called, an OPOS_E_ILLEGAL error will
result.
In PTR_TP_TRANSACTION1 mode (Transaction1 mode) of the TransactionPrint method, printing is
always performed on the front side of paper by the approximate number of lines specified by the
RecLinesToPaperCut
property
(“RecLinesToPaperCut
lines”)
from
the
last
line.
Data of the last RecLinesToPaperCut lines should be printed as a logo data for a next receipt, or a
paper should be fed by the RecLinesToPaperCut lines.
When the ChangePrintSide method is called while the RotatePrint method is being executed in
PTR_TP_TRANSACTION2 mode (Transaction2 mode) of the TransactionPrint method, an
OPOS_E_ILLEGAL error will result.
(Example: Abnormal)
TransactionPrint(PTR_TP_TRANSACTION2)
RotatePrint(PTR_RP_RIGHT90)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
ChangePrintSide(PTR_PS_SIDE2)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
RotatePrint((PTR_TP_NORMAL)
TransactionPrint(PTR_TP_NORMAL)