Operating instructions
— 61 —
ESC = n
[Function]
[Code]
[Range]
[Outline]
Data input control
<1B> H <3D> H <n>
0 ≤ n ≤ 255
Selecting equipment in which data input from the host is
effective.
• Each bit of n indicates as follows:
• When the printer has not been selected, this printer
abandons all the received data until it is selected by this
command.
• Even when the printer has not been selected, it can become
BUSY state through printer operation.
n = 1
LPRINT "AAAAA" ;
LPRINT CHR$ (&H1B) ; "=" ; CHR$ (0) ;
LPRINT "BBBBB" ; CHR$ (&HA) ;
LPRINT CHR$ (&H1B) ; "=" ; CHR$ (1) ;
LPRINT "CCCCC" ; CHR$ (&HA) ;
END
Bit
0
1
2
3
4
5
6
7
Equipment
Printer
Not defined
Not defined
Not defined
Not defined
Not defined
Not defined
Not defined
0
Invalid
—
—
—
—
—
—
—
1
Valid
—
—
—
—
—
—
—
Value
[Caution]
[Default]
[Sample Program]
[Print Results]
BBBBB is not printed
AAAAACCCCC
↑