contents index previous next
Dos.inport()
syntax:
Dos.inport(portid)
where:
portid - port from which to read.
return:
number - byte of data from a hardware port.
description:
Read byte from a hardware port: portid.
see:
Dos.inportw()