
ESC 2 |
| Select Programmable Line Spacing |
Format: |
|
|
ASCII code: | ESC | 2 |
Decimal: | 27 | 50 |
Hexadecimal: | 1B | 32 |
Comments:
Executes the line spacing stored in memory by ESC A. If no ESC A command has been sent, ESC 2 sets the line spacing to l/6 of an inch. (The 2 is the character two and not ASCII code 2.)
ESC J |
|
| Perform |
Format: |
|
|
|
ASCII code: | ESC | J | n |
Decimal : | 27 | 74 | n |
Hexadecimal: | 1B | 4A | n |
Comments:
Advances the paper by one line at a spacing of n/216 of an inch. The value of n must be from 0 to 255. This command produces an immediate line feed but does not affect subsequent line spacing. It does not produce a carriage return unless DIP switch
ESC 4 |
| Set Top of Form |
Format: |
|
|
ASCII code: | ESC | 4 |
Decimal : | 27 | 52 |
Hexadecimal: | 1B | 34 |
Comments:
Sets the current position as top of form.
Command Summary |