TRST-A10/TRST-A15 POS Printer OPOS Control Application User’s Manual
TOSHIBA TEC CORPORATION EAA-02450
28
5) Start of Bitmap Registration to Flash ROM
Function
Requests to start Bitmap Registration to Flash ROM of the printer device.
This clears all bitmap data stored in the flash ROM. By using this method and SetBitmap
method, bitmaps of Bitmap No. 4 to 10 can be registered, which can be retained even after
the printer power is turned off.
Format
Parameter
Description
Command
TPTR_CMD_SETBITMAP_FLASH_START
pData
Not used (Set “0” (zero).)
pString
Not used (Set null (“”).)
6) End of Bitmap Registration to Flash ROM
Function
Requests to end Bitmap Registration to Flash ROM of the printer device.
After this method is completed, bitmaps of Bitmap No. 4 to 10 cannot be registered.
Format
Parameter
Description
Command
TPTR_CMD_SETBITMAP_FLASH_END
pData
Not used (Set “0” (zero).)
pString
Not used (Set null (“”).)
7) Print Mode Setting
Function
Sets a print mode. This function dynamically changes the print mode that can be set by
the means such as print mode registry setting and printer device configuration setting.
Format
Parameter
Description
Command
TPTR_2STCMD_SET_PRINTINGMODE
pData
Sets a print mode to be used.
0: Single Side Print Mode
This mode only prints on a front side of paper.
Default setting
1: Transaction1
This mode automatically performs printing on both of
the front and back sides of paper. In this mode, the
print method does not immediately starts printing.
Based on a Paper Cut command or a change in print
mode, print lines processed by the print method are
automatically divided approximately in half and former
and latter half of data is printed on the front and back
side of paper respectively.
2: Transaction2
This mode performs printing on the front/back side
specified by the print method or by the Print Side
Setting
function
of
the
DirectIO
method.
In this mode, the print method does not immediately
starts printing. Based on a Paper Cut command or a
change in print mode, print lines processed by the print
method are batch processed.