BT-T080 Programming Manual
- 38 -
• In standard mode, this command is effective only when there is no data in the print
buffer.
• This command is not affected by print modes (double-height, double-width, underline,
character enlargement, white/black reverse printing, or 90° clockwise rotation, etc.),
except upside-down printing mode.
• If the downloaded bitmap to be printed exceeds current printing area, the excess
data is not printed.
• If the printing area set by GS L and GS W is smaller than the required printing width
of GS / command, the followings will be immediately executed (the required printing
width of GS / command not exceeds the max. printing width):
①
Printing area extends to the right side, in order to meet the data amount of bitmap
to be printed.
②
If the step
①
can not provide enough extended width, then the left margin will be
reduced to meet the bitmap width.
• In normal and double-width mode, this command feeds n dots, and n indicates the
height of NV bitmap; In double-height and quadruple mode, this command feeds 2n
dots, and n indicates the height of NV bitmap. The number of fed dots has no
relationship with the line spacing set by ESC 2 and ESC 3 commands.
• After complete the bitmap printing, printer will change the line and process the
following data in normal mode.
[Relative]
ESC *, FS q, GS /, GS v 0
FS q n [xL xH yL yH d1...dk]1...[xL xH yL yH d1...dk]n Define NV bitmap
[Function]
Define NV bitmap.
[Format]
ASCII
FS
q
n [ xL xH yL yH d1...dk]...[ xL xH yL yH d1...dk]
Hex
1C
71
n [xL xH yL yH d1...dk]...[ xL xH yL yH d1...dk]
Decimal 28
113 n [xL xH yL yH d1...dk]...[ xL xH yL yH d1...dk]
[Value range]
1 ≤ n ≤ 255
0 ≤ xL ≤ 255
1 ≤ ( xL + xH × 256) ≤ 1023
1 ≤ ( yL + yH × 256) ≤ 288
0 ≤ d ≤ 255
k = ( xL + xH × 256) × ( yL + yH × 256) × 8
The Max. capacity of NV memory is 8096 bytes.
[Notes]
Define NV bitmap:
• n specifies the number of the defined NV bitmap.
• xL, xH specifies ( xL + xH × 256) × 8 dots in the horizontal direction for the NV
bitmap.
• yL, yH specifies ( yL + yH × 256) × 8 dots in the vertical direction for the NV bitmap.
• Frequent write command execution may cause damage to the NV memory.
Therefore, it is recommended to write the NV memory 10 times or less a day.