C O N F I D E N T I A L
Paper roll
Using bit value tables
Ver. 10.01
p. 678
Using bit value tables
For each command that has a complex method of determining the variable
n
, there is a table showing how to calculate the
variable in three numbering systems: binary, hexadecimal, and decimal.
When you look at the table, first find the value of each component of the variable. Then add the values of the components
together to determine the value of the variable
n
.
For example, here is how you would use the table below, which selects the print mode, to combine double-height, double-
width, and underline. In the table, you see that bit 4 on (or hex 10 or decimal 16) turns on double-height, bit 5 on (or hex 20
or decimal 32) turns on double-width, and bit 7 on (or hex 80 or decimal 128) turns on underline mode.
To combine all three, turn on bits 4, 5, and 7, which is 10110000 in binary. Or you can add the hex values 10, 20, and 80 for the
hex sum of B0, or you can add the decimal values 16, 32, and 128 for the decimal value of 176.
Therefore, you send the following to turn on double-height, double-width, and underline, depending on the numbering
system used:
ASCII
ESC
!
n
Hex
1B
21
B0
Decimal
28
33
176
USING BIT VALUE TABLES
Содержание TM-L90 series
Страница 658: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 658 Page 1 Katakana ...
Страница 659: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 659 Page 2 PC850 Multilingual ...
Страница 660: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 660 Page 3 PC860 Portuguese ...
Страница 661: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 661 Page 4 PC863 Canadian French ...
Страница 662: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 662 Page 5 PC865 Nordic ...
Страница 663: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 663 Page 6 Hiragana ...
Страница 664: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 664 Page 7 One pass printing Kanji characters ...
Страница 665: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 665 Page 8 One pass printing Kanji characters ...
Страница 666: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 666 Page 16 WPC1252 ...
Страница 667: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 667 Page 17 PC866 Cyrillic 2 ...
Страница 668: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 668 Page 18 PC852 Latin2 ...
Страница 669: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 669 Page 19 PC858 Euro ...
Страница 670: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 670 Page 20 Thai character code 42 ...
Страница 671: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 671 Page 21 Thai character code 11 ...
Страница 672: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 672 Page 22 Thai character code 13 ...
Страница 673: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 673 Page 23 Thai character code 14 ...
Страница 674: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 674 Page 24 Thai character code 16 ...
Страница 675: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 675 Page 25 Thai character code 17 ...
Страница 676: ...C O N F I D E N T I A L Paper roll Character code tables Ver 10 01 p 676 Page 26 Thai character code 18 ...