INPORTB portid
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.
SHOW INPORTB 198
130
INPORT |
OUTPORTB |