Miscellaneous Commands (continued)

 

 

 

 

 

 

 

 

 

 

 

Function:

 

 

 

 

 

 

 

Set specified data to repeat printing

 

 

 

 

Format:

 

 

 

data

<ESC> “V”

 

ASCII

<ESC>

“V”

n

<NUL>

Decimal

27

86

n

data

27

86

0

Hexadecimal

1B

56

n

data

1B

56

0 0

Remarks:

This command sequence will repeat data n times. This sequence can be nested up to five times, and the data string can contain up to 2K characters. DIP switch 1-1 must be in the down position to use this command sequence.

Function:

Set eighth-bit

 

 

Format:

 

 

ASCII

<ESC> “<”

Decimal

27

62

Hexadecimal

1B

3E

Remarks:

Sets the eighth data bit to 1.

Function:

Clear eighth-bit

 

Format:

 

 

ASCII

<ESC> “=”

Decimal

27

61

Hexadecimal

1B

3D

Remarks:

Sets the eighth data bit to 0.

Function:

Cancel eighth-bit control

Format:

 

 

ASCII

(ESC) “#”

Decimal

27

35

Hexadecimal

1B

23

Remarks:

Cancels control of the eighth data bit set by either the set eighth-bit or clear eighth-bit commands.

66