Editing
Any printable character in the data stream can replace printable characters or spaces already loaded into the printer buffer. The space character (20H) is used to skip over characters not to be replaced as shown in Figure
NOTE: The editing function will not print the same character twice in the same location.
Example |
|
| Enter | Result |
|
|
|
| |
1 |
| ABC(CR)SAB(LF) | AAB | |
|
| ABC(CR)SA_(LF) | AAC | |
2 |
| |||
|
|
| ||
3 | ABC(CR)AGF(CR)LM(LF) | LMF | ||
|
|
|
|
|
S = Space (20 Hex) |
| CR = Carriage Return (0D Hex)* | ||
LF = Line Feed (0A Hex) | _ = Underline (5F Hex) | |||
Figure 7–4. Editing Example
Programming |