OUTPORTB

Synopsis
OUTPORTB portid data
Description

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

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

Example
OUTPORTB 198 0
See Also
OUTPORT
INPORTB

SourceForge.net Logo