TRST-A10/TRST-A15 POS Printer OPOS Control Application User’s Manual
TOSHIBA TEC CORPORATION EAA-02450
52
4) Example of Dual Side Print if OPOS registry 2STPrintingMode=2 or
when TPTR_2STCMD_SET_PRINTINGMODE=2 is specified by DirectIO
Application
OPOS
POS Printer
(*1)
An escape sequence which initiates paper cut or PaperCut method
(*2)
An issue of a command which initiates paper cut or change in mode by the DirectIO method causes a Dual Side
Print to start.
(*3)
Also the DirectIO TPTR_2STCMD_SET_PRINTINGSIDE function can be used.
PrintNormal(PTR_S_RECEIPT2)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
PrintNormal (,ESC|#P or ,ESC|#fP)
(*1)
Sends Front Side Data1.
Sends Back Side Data2.
Sends Front Side Data3.
Sends cut data.
Starts printing Data1 and Data3 on the
front side.
(*2)
Starts printing Data2 on the back side.
DirectIO(TPTR_2STCMD_SET_PRINTINGMODE=2)
Transaction2 mode
DirectIO(TPTR_2STCMD_SET_PRINTINGMODE=0)
Single Side Print Mode
ChangePrintSide(PTR_PS_SIDE2)
(*3)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
Sends Back Side Data1.
Sends Back Side Data2
ChangePrintSide(PTR_PS_SIDE1)
(*3)
PrintNormal(PTR_S_RECEIPT)
PrintNormal(PTR_S_RECEIPT)
Sends Front Side Data3.
Sends Front Side Data4.
Starts printing Data3 and Data4 on the
front side.
(*2)
Starts printing Data1 and Data2 on the
back side.
PrintNormal (,ESC|#P or ,ESC|#fP)
(*1)
Sends cut data.