ESC Y n
[Function] | Specifying print density | ||
[Code] | <1B>H<59>H<n> | ||
[Range] | {0 =< n =< 5(Hex)} | ||
[Outline] | Specifies the print density. | ||
| ÒnÓ means the followings. | ||
|
|
|
|
| n (Hex) |
| Condition |
| 0 |
| 70 % density |
| 1 |
| 80 % density |
| 2 |
| 90 % density |
| 3 |
| 100 % density |
| 4 |
| 120 % density |
| 5 |
| 150 % density |
[Caution] | Higher density may lead to slower printing. | ||
| Increasing the density allows Low battery to be detected easily. | ||
[Default] | n = 3 (100%) |
| |
[Sample Program] |
|
|
|
PRINT #1, CHR$ (&H1B) + “Y” + CHR$ (0);
PRINT #1, “AAAAA”;
PRINT #1, CHR$ (&H1B) + “Y” + CHR$ (5);
PRINT #1, “AAAAA” + CHR$ (&HA);
Ñ 30 Ñ