STOPS THE INPUT-OUPUT OPERATIONS ON PARALLEL PORT
ACTION
The command PARALLEL_OFF stops the input-output operations on parallel port.
The memory for the DLL inpout is free.
SYNTAX:
PARALLEL_OFF
USE ERROR EXAMPLE
rem start the input-output operations
parallel_on
rem set all the bits to 1 on the data port
parallel_out 888,255
rem read the status port
print parallel_inp(889)
rem stop the input-output operations
parallel_off
PARALLEL_OFF
PARALLEL_OFF
SEE ALSO
PARALLEL_ON
PARALLEL_OUT
PARALLEL_INP()