ESC x n
[Function] | Selecting the time interval for automatically switching Off the printer. |
[Code] | <1B>H<78>H<n> |
[Range] | {1 =< n =< 3C(Hex)} |
[Outline] | Sets the time interval after which the printer will be switched Off automatically if |
| there is no incoming data through the Serial interface, there is no IrDA communication |
| and LF button is not pressed. The maximum value for the interval is 60 minutes |
| <3C>H . |
[Default] | n = 05(Hex) 5 minutes |
[Sample Program] |
|
| PRINT #1, CHR$ (&H1B) + “x” + CHR$ (H14); |
| After executing this command the printer will perform auto power off after 20 minutes, |
| if there is no IrDA communication and LF button is not pressed. |
— 40 —