TH230/TH230+
Programmers Guide
47
•
The driver has to send 148 nullbytes to the printer before the printer is
opened by the application. Thus it is guaranteed that the printer has left
the graphics function even if the graphics data stream was interrupted.
•
If two-color paper is selected, two lines will be merged to one line. The
first line defines the secondary color (i.e. red) and second line defines the
primary color (black). is the For each printed dot row starting at the top
left, two-part bit strings are used to define (in the first half), all dots that
are of either color (i.e. not white). The second half string defines only the
dots where the color is black.
Caution:
If two-color paper is selected, two lines for one line are exepted.
Der internal Buffer collects 256 lines. If one line missed, the whole buffer
will be restrained until the lost line or another command follows.
•
If the compression bit is set by ESC * b m.
•
If decompression activated, data bit will be decompressed with TIFF 4.0
Packbits Decompression.
•
TIFF 4.0 Compression pseudo code:
for (all packed bytes)
{
n = next byte;
if (0
≤
n
≤
127)
Take on the next n+1 byte directly;
else // -128
≤
n
≤
-1
Copy the next byte (-n+1)-times;
}
ESC * b m n
Function:
Turn on/off TIFF compression
Code ASCII:
ESC *
b
m
n
Code HEX:
0x1B 0x2A 0x62
0x6d
n
Range:
n
= 0, 2, 48, 50
Default:
n
= 0
Description:
Turns the TIFF compression on (
n
= 2, 50) or off. (
n
= 0, 48).
Notes:
•
Decompression is used by ESC * 1
•
Decompression used TIFF 4.0 Packbits Decompression
Содержание TH230
Страница 1: ...TH230 TH230 POS Printer Programmers Guide July 2013 ...
Страница 3: ...TH230 TH230 POS Printer Programmers Guide July 2013 ...
Страница 214: ...TH230 TH230 Programmers Guide 207 Character code table Page 1 PC850 Multilingual Latin I ...
Страница 215: ...Programmers Guide TH230 TH230 208 Character code table Page 2 PC852 Latin II ...
Страница 216: ...TH230 TH230 Programmers Guide 209 Character code table Page 3 PC860 Portuguese ...
Страница 217: ...Programmers Guide TH230 TH230 210 Character code table Page 4 PC863 Canadian French ...
Страница 218: ...TH230 TH230 Programmers Guide 211 Character code table Page 5 PC865 Nordic ...
Страница 219: ...Programmers Guide TH230 TH230 212 Character code table Page 6 PC858 Multilingual I Euro ...
Страница 220: ...TH230 TH230 Programmers Guide 213 Character code table Page 7 PC866 Russian ...
Страница 221: ...Programmers Guide TH230 TH230 214 Character code table Page 8 WPC1252 Latin I ...
Страница 222: ...TH230 TH230 Programmers Guide 215 Character code table Page 9 PC862 Hebrew ...
Страница 223: ...Programmers Guide TH230 TH230 216 Character code table Page 10 PC737 Greek ...
Страница 224: ...TH230 TH230 Programmers Guide 217 Character code table Page 11 PC874 Thai ...
Страница 225: ...Programmers Guide TH230 TH230 218 Character code table Page 12 PC857 Turkish ...
Страница 226: ...TH230 TH230 Programmers Guide 219 Character code table Page 16 WPC1254 Turkish ...
Страница 227: ...Programmers Guide TH230 TH230 220 Character code table Page 17 WPC1250 Central Europe ...
Страница 228: ...TH230 TH230 Programmers Guide 221 Character code table Page 18 WPC28591 Latin 1 ...
Страница 229: ...Programmers Guide TH230 TH230 222 Character code table Page 19 WPC28592 Latin 2 ...
Страница 230: ...TH230 TH230 Programmers Guide 223 Character code table Page 20 WPC28599 Turkish ...
Страница 231: ...Programmers Guide TH230 TH230 224 Character code table Page 21 WPC28605 Latin 9 ...
Страница 232: ...TH230 TH230 Programmers Guide 225 Character code table Page 22 PC864 Arabic ...
Страница 233: ...Programmers Guide TH230 TH230 226 Character code table Page 23 PC720 Arabic ...
Страница 234: ...TH230 TH230 Programmers Guide 227 Character code table Page 24 WPC1256 Arabic ...
Страница 235: ...Programmers Guide TH230 TH230 228 Character code table Page 25 WPC28596 Arabic ...
Страница 236: ...TH230 TH230 Programmers Guide 229 Character code table Page 26 KATAKANA Asia ...
Страница 237: ...Programmers Guide TH230 TH230 230 Character code table Page 27 PC775 Baltic ...
Страница 238: ...TH230 TH230 Programmers Guide 231 Character code table Page 28 WPC1257 Baltic ...
Страница 239: ...Programmers Guide TH230 TH230 232 Character code table Page 29 WPC28594 Baltic ...
Страница 293: ...Wincor Nixdorf International GmbH 2013 D 33094 Paderborn ...