Download Print this page

Citizen BD2-2860 User Manual page 45

Control board for lt-286

Advertisement

[Function]
Data Input Control
[Code]
<1B>H<3D>H<n>
[Range]
{0 =< n =< FF} Data is described in Hex code.
[Outline]
Selecting equipment in which data input from the host is effective.
Each bit of n indicates as follows:
Bit
0
1
2
3
4
5
6
7
When the printer has not been selected, this printer abandons all the received data
until it is selected by this command.
[Caution]
Even when the printer has not been selected, it can become BUSY state through
printer operation.
When the printer is deselected, this printer discards all the data until it is selected
with this command.
[Default]
The initial value of n is "1".
[Sample Program]
LPRINT "AAAAA";
LPRINT CHR$ (&H1B) + "=" + CHR$ (0);
LPRINT "aaaaa" + CHR$ (&HA);
LPRINT CHR$ (&H1B) + "=" + CHR$ (1);
LPRINT "AAAAA" + CHR$ (&HA);
[Print Results]
Equipment
Printer
Not defined
Not defined
Not defined
Not defined
Not defined
Not defined
Not defined
Value
0
Invalid
Valid
45
1
CITIZEN

Advertisement

loading