16) Bold print set/reset | :<< ESC E | n >> |
|
|
Code | : [1B] h + [45] h + n | * [00≤ n ≤FF] h | ||
Sets and resets the bold print |
|
| ||
* “n” is only valid for LSB(b0) |
|
| ||
| LSB (b0) is defined as following. |
|
| |
| b0 | Values |
|
|
0Resets bold print
1Sets the bold print
Valid for all characters
Bold print and double strike results in the same on this printer.
The default value of “n” is [00]h.
17) Double strike set/reset | :<< ESC G | n >> | |
Code | : [1B] h + [47] h + n | * [00≤n≤FF] h |
Sets and resets the double strike function
*“n” is only valid for LSB(b0)
*Control by “n” is explained as following.
b0 Description
0Resets double strike
1Sets double strike
*Double strike and bold print result in the same on this printer.
*The default value of “n” is [00]h.
18) Print and smallest pitch line feed: | << ESC | J n >> | |
Code | : [1B ] h + [4A ] h + n | * [00≤n≤FF] h |
Prints the data in the print line buffer and feeds the paper by n/203rd of an inch.
*The height of character for a line is always sent by line feed. If the value of height is set by “n” below the height of character, the same space with character height is sent by line feed.
*Beginning of a line is a print start position.
19) International character select :<< ESC R | n >> | ||||
Code | : [1B ] h + [52] h + n |
| * [00≤n≤0A] h | ||
Selects the international characters. |
|
| |||
* The values of “n” have following meanings | |||||
|
| n(Hex) | Character sets |
| |
|
| 00 | U.S.A. |
|
|
|
| 01 | France |
|
|
|
| 02 | Germany |
|
|
|
| 03 | England |
|
|
|
| 04 | Denmark 1 |
| |
|
| 05 | Sweden |
|
|
|
| 06 | Italy |
|
|
|
| 07 | Spain |
|
|
|
| 08 | Japan |
|
|
|
| 09 | Norway |
|
|
|
| 0A | Denmark 2 |
|
Default value of “n” is [08]h.
27