ESC .
[Function] | Printer self test |
[Code] | <1B>H<2E>H |
[Range] | None |
[Outline] | Prints test page, downloaded bit image, and |
| diagnostic information includes print density, print head temperature, battery voltage, |
| Serial or IrDA interface, baud rate, and memory switch setting. |
[See Also] | ESC T |
ESC 2
[Function] | Specifying |
[Code] | <1B>H<32>H |
[Outline] | The line feed rate per line is specified by 1/6 inch. |
[Sample Program] |
|
| PRINT #1, “AAAAA” + CHR$ (&HA); |
| PRINT #1, CHR$ (&H1B) + “3” + CHR$ (0); |
| PRINT #1, “AAAAA” + CHR$ (&HA); |
| PRINT #1, CHR$ (&H1B) + “3” + CHR$ (50); |
| PRINT #1, “AAAAA” + CHR$ (&HA); |
| PRINT #1, CHR$ (&H1B) + “2”; |
| PRINT #1, “AAAAA” + CHR$ (&HA); |
| PRINT #1, “AAAAA”; |
| PRINT #1, CHR$ (&H1B) + “J” + CHR$ (100); |
| PRINT #1, “AAAAA” + CHR$ (&HA); |
| PRINT #1, “AAAAA” + CHR$ (&HA); |
[Print Results]
A A A A A
A A A A A
A A A A A
A A A A A
A A A A A
A A A A A
A A A A A
>
> >
> >
> >
> >
> >
>
Ñ 18 Ñ