PARALLEL_OFF

PARALLEL_OFF

STOPS THE INPUT-OUPUT OPERATIONS ON PARALLEL PORT

  • Type: Command
  • Parameter: 0
  • Group: Input-Output

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

  • The command is used to stop the input-output operations on the printer plug.

ERROR

  • If no command PARALLEL_ON has been executed.

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

SEE ALSO

PARALLEL_ON

PARALLEL_OUT

PARALLEL_INP()