Dos.outport()
syntax: |
Dos.outport(portid, value) |
where: |
portid - port to which to send value.
value - a byte of data to send to the port identified by portid.
|
return: |
void.
|
description: |
Write a byte value to hardware port: portid.
|