TRST-A10/TRST-A15 POS Printer OPOS Control Application User’s Manual
TOSHIBA TEC CORPORATION EAA-02450
48
1) Example of TransactionPrint for Dual Side Print
Application
OPOS
POS Printer
Starts dividing data in approx. half and
printing
Starts printing the PTR_S_RECEIPT
data on the front side, and the
PTR_S_RECEIPT2 data on the back
side.
Starts printing the PTR_S_RECEIPT
data on the front side, and data after the
ChangePrintSide (PTR_PS_SIDE2)
method on the back side
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
TransactionPrint(PTR_TP_TRANSACTION1)
TransactionPrint(PTR_TP_NORMAL)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
TransactionPrint(PTR_TP_TRANSACTION2)
TransactionPrint(PTR_TP_NORMAL)
PrintNormal(PTR_S_RECEIPT2)
PrintBarcode(PTR_S_RECEIPT2)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
ChangePrintSide(PTR_PS_SIDE2)
TransactionPrint(PTR_TP_TRANSACTION2)
TransactionPrint(PTR_TP_NORMAL)
PrintNormal(PTR_S_RECEIPT)
PrintBarcode(PTR_S_RECEIPT)