Font designEpson LQ-2550 emulation
Define user-defined characters
Control sequence | Hexadecimal | Decimal |
|
|
|
ESC & NUL p1 p2 p3 p4 p5 | 1B 26 00 p1 p2 p3 p4 p5 | 27 38 00 p1 p2 p3 p4 p5 |
data | data | data |
|
|
|
One or several characters can be defined. If the current character set was loaded in the
p1 | specifies the code location of the first character to be defined | |
| Range: | X’00 to X’7F |
p2 | specifies the code location of the last character to be defined | |
| Range: | p1 to X’7F |
p3 | specifies the number of leading blank columns of the character to be defined | |
| Range: | X’00 to X’2A (1 to 42 columns) |
p4 | specifies the number of dot columns of the character to be defined | |
| Range: | X’00 to X’25 (1 to 37 columns) |
p5 | specifies the number of trailing blank columns of the character to be defined | |
| Range: | X’00 to X’2A (1 to 42 columns) |
Data | Data bytes containing the dot information | |
| Range: | X’00 to X’FF (any bit of a byte may be 1 (dot) or 0 |
|
| (no dot)) |
Programmer Reference Guide |