Chapter 3 Configuring the XQ Emulation with Control Codes

Delete

ASCII Code DEL

Hex Code 7F

Dec Code 127

Purpose Deleted character results in a blank space at the corresponding character position.

Comment The Delete code deletes the corresponding character in the print buffer. As shown in Table 14 below, the four delete control codes are used to delete DATE from the print line.

NOTE: In order for this to work correctly, the printer must be configured for carriage return only. If configured for a carriage return and a line feed, the contents of the buffer are printed on receipt of the CR code.

Table 14. Delete Example

Enter in Print Buffer

Printed Result

 

 

 

 

INVOICE DATE(CR)

INVOICE

SSSSSSSSDDDD(LF)

 

 

 

Key:

S = Space (hex 20);

 

LF = Line Feed (hex 0A);

 

CR = Carriage Return (hex 0D)

 

D = Delete (hex 7F)

 

 

Electronic Vertical Format Unit (EVFU)

ASCII Code DLE through US

Hex Code 10 through 1F

Dec Code 16 through 31

NOTE: PI line is disabled in the above description. ASCII and corresponding codes for EVFU functions differ when the PI line is enabled, according to the printer interface being used.

Purpose Load and execute the EVFU.

Comment For detailed information, see Chapter 9, “Vertical Page

Formatting.”

68

Page 68
Image 68
IBM 4400 manual Delete, Electronic Vertical Format Unit Evfu, Ascii Code DEL Hex Code 7F Dec Code, Invoice