Miscellaneous

Print Data as Characters

 

 

 

ESC ( ^

 

 

 

 

 

 

 

Data Structure

ASCII

ESC

"("

"^"

<nL> <nH> <d1>...<dn>

print data as characters

 

hex.

1B

28

54

<nL> <nH> <d1>...<dn>

 

 

dec.

27

40

94

<nL> <nH> <d1>...<dn>

 

Description

Valid values:

 

 

 

 

 

0

nL 255

 

 

 

 

 

0

nH 127

 

 

 

 

Data bytes d1 to dn are printed as characters rather than control codes.

k = ((nH x 256) + nL)

k

nH = INT 256

k

nL = MOD 256

Data is ignored if no character is assigned to that character in the active character table.

Miscellaneous 95

Page 178
Image 178
Tally Genicom Matrix Printer manual Esc, Miscellaneous