ESC .

[Function]

Printer self test

[Code]

<1B>H<2E>H

[Range]

None

[Outline]

Prints test page, downloaded bit image, and self-diagnostic information. The self-

 

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 1/6-inch line feed rate

[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

>

> >

> >

> >

> >

> >

>

1/6-inch line feed

0/203-inch line feed

50/203-inch line feed

1/6-inch line feed

100/203-inch line feed

1/6-inch line feed

Ñ 18 Ñ

Page 20
Image 20
Citizen Systems Model CMP-10 manual Esc T