INPORTB

Synopsis
INPORTB portid
Description

Reads one byte from the port specified by portid and output the data as an integer. The portid input specifies a "Hardware" port.

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

Example
SHOW INPORTB 198
130
See Also
INPORT
OUTPORTB

SourceForge.net Logo