User`s manual
20 PCL-848AB User's Manual
3.4.6. EOL
Purpose :
This command sets the terminators of input and output strings for the specified
device. The terminators of all devices are set to default values if this command is not
called.
Offset :
EOL%=12
Syntax :
CALL EOL%(ADDR%,OUTEOL%,OUTEOL$,INEOL%,INEOLBYTE%)
----BASIC
CALL ABSOLUTE(ADDR%,OUTEOL%,OUTEOLS,INEOL%,INEOLBYTE%,EOL%)
----BASIC Compiler
Parameter :
ADDR% - The address of device to be assigned the terminator.
The range is from 0 to 30.
OUTEOL% - Terminator type appended to output string. The default value is 0.
0 Terminated with both OUTEOL$ and EOI.
1 Terminated with EOI only. OUTEOL$ not used. i;
2 Terminated with OUTEOL$ only. EOI is disabled.
OUTEOL$ - End-Of-Line string which is to be sent following output strings.
The string can be 8 characters long at maximum. The default string
is 13, 10 (CARRIAGE RETURN and LINE FEED).
INEOL% - The condition for which the input string is terminated. The default
value is 0.
0 Terminated when INEOLBYTE$ received or EOI true or input
string full.
1 Terminated when EOI true or input string full.
INEOLBYTE$ - The ASCII code of the character upon which the input string will
be terminated when INEOL% is 0. The default is 10 (LINE
FEED).
Bus Activity :
None.