|
|
|
|
|
|
|
|
|
| |
|
|
|
|
|
|
|
|
|
| |
| ESC c 3 n |
|
|
|
|
| (Parallel Interface Only) |
| ||
| [Function] | Selecting the paper near end sensor valid for a paper end signal output | ||||||||
| [Code] | <1B>H<63>H<33>H<n> |
|
|
|
|
| |||
| [Range] | 0 ≤ n ≤255 |
|
|
|
|
|
|
| |
| [Outline] | This command selects at which paper near end sensor a paper end signal should be output. | ||||||||
|
| Each bit for n has the following meaning: |
|
|
| |||||
|
|
|
|
|
|
|
|
|
|
|
|
| Bit |
| Position |
| Value |
|
|
| |
|
|
|
| 0 |
| 1 |
|
| ||
|
|
|
|
|
|
|
|
| ||
|
| 0 |
| Paper near end |
| Disabled |
| Enabled |
|
|
|
| 1∼7 |
| Undefined |
|
|
|
|
|
|
|
| This printer can only select one kind of paper end detection, a | ||||||||
|
| valid for the least significant bit (n0). |
|
|
|
|
| |||
| [Caution] | This command is valid only for the parallel interface. |
|
|
| |||||
| [Default] | A default of n is what has been set with the DIP switch | ||||||||
| [Sample Program] |
|
|
|
|
|
|
| ||
|
| LPRINT CHR$(&H1B);"c3";CHR$(0); |
|
|
| |||||
|
| ∙∙∙∙∙∙∙When outputting the | ||||||||
|
| LPRINT CHR$(&H1B);"c3";CHR$(1); |
|
|
| |||||
|
| ∙∙∙∙∙∙∙When outputting the | ||||||||
| ESC c 4 n |
|
|
|
|
|
|
|
|
|
| [Function] | Selecting the paper near end sensor valid for print stop |
|
|
| |||||
| [Code] | <1B>H<63>H<34>H<n> |
|
|
|
|
| |||
| [Range] | 0 ≤ n ≤ 255 |
|
|
|
|
|
|
| |
| [Outline] | This command selects at which paper near end sensor printing should be stopped. Each bit | ||||||||
|
| for n has the following meaning: |
|
|
|
|
| |||
|
|
|
|
|
|
|
|
|
| |
|
| Bit |
| Position |
| Value |
|
|
| |
|
|
|
| 0 |
| 1 |
|
| ||
|
|
|
|
|
|
|
|
| ||
|
| 0 |
| Paper near end |
| Disabled |
| Enabled |
|
|
|
| 1∼7 |
| Undefined |
|
|
|
|
|
|
|
| This printer can only select one kind of | ||||||||
|
| valid for the least significant bit (n0). |
|
|
|
|
| |||
| [Caution] | If print stop is enabled, the printer will print (Feed the paper) 150 cm or an amount of data | ||||||||
|
| specified with the ESC n command and go |
|
|
| |||||
| [Default] | A default of n is what has been set with the DIP switch |
[Sample Program]
LPRINT CHR$(&H1B);"c4";CHR$(0);
∙∙∙∙∙∙∙When stopping printing at the paper end
LPRINT CHR$(&H1B);"c4";CHR$(1);
∙∙∙∙∙∙∙∙When stopping printing at the paper near end