ESC &

VERSAJET

 

 

 

[Name]

Define user-defined characters

 

 

Programming Reference

 

 

 

 

[Format]

ASCII

ESC & y c1 c2 [x1 d1 d(yx x1)] [xk d1

d(yx xk)]

 

 

 

 

 

 

 

Hex

1B 26 y c1 c2 [x1 d1 d(yx x1)] [xk d1

d(yx xk)]

 

 

 

 

Decimal

27 38 y c1 c2 [x1 d1 d(yx x1)] [xk d1

d(yx xk)]

 

 

 

[Range]

y = 3

 

 

 

 

 

 

32c1c2126

 

 

 

 

 

0x12(Font A - 12 x 24)

 

 

 

 

 

0x9(Font B - 9 x 24)

 

 

 

 

 

0d255

 

 

 

 

 

 

k = c2 c1 + 1

 

 

 

 

[Default]

None

 

 

 

 

 

[Description]

Defines user-defined characters from character code check c1 to c2.

 

 

 

 

y specifies the number of bytes in the vertical direction.

 

 

 

 

x specifies the number of dots in the horizontal direction.

 

 

 

 

d is the dot data for the user-defined characters.

 

 

 

 

[Notes]

 

 

 

Character codes from the alphanumeric characters 20H (decimal 32) to 7EH(decimal 126) can be defined.

Data(d) specifies a bit printed to 1 and not printed to 0. The dot pattern is in the horizontal direction from the left side. Any remaining dots on the right side are blank.

The data to define a user defined character is (yx x) bytes.

39