.portset Method
Function: |
Sets the I/O port specified by the num argument to the state specified by the state argument. |
Syntax: |
io.portset(num as pl_io_port_num, state as byte) |
Returns: |
--- |
See Also: |
Part |
Description |
num |
Platform-specific. See the list of pl_io_port_num constants in the platform specifications. |
state |
0-255. Each bit of this value corresponds to one member I/O line of the 8-bit port. |
Details
No line preselection with the io.portnum property is required and the value of io.portnum will not be changed.