OUTPORT

Synopsis
OUTPORT portid data
Description

Writes data to the "hardware" port specified by portid. The data input must be a 2 byte integer (a number from 0 to 65525).

Do not confuse OUTPORTB with PORTOPEN and PORTWRITECHAR which are for communications through the serial and parallel ports.

Example
OUTPORT 198 0
See Also
OUTPORTB
INPORT

SourceForge.net Logo