375
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
No line pre-selection with the
property is required and the value of
the io.portnum will not be changed.
.Portstate property
Function:
Sets/returns the state of the currently selected I/O port
(selection is made through the
property).
Type:
Byte
Value Range:
0-255. Default value is hardware-dependent.
See Also:
Line/Port Manipulation With Pre-selection
,
Details
Each I/O port groups eight I/O lines. Each bit of this property's byte value
corresponds to one "member" I/O line.
.State Property
Function:
Sets/returns the state of the currently selected I/O line
(selection is made through the
property).
Type:
Enum (low_high, byte)
Value Range:
0- LOW
1- HIGH
(Default value is hardware-dependent)
See Also:
Line/Port Manipulation with Pre-selection
Details
---
Romfile Object
The romfile object allows you to access resource files that you have added to your
project. Resource files appear in the "Resource Files" folder of your project tree.
These are files that are not processed by the compiler in any way, just added to
the compiled binary file.
You can use resource files to store some permanent data that is too large to fit in a
constant or when it is just more convenient for you to handle this data as a
separate file.
method allows you to open the file you need. Only one file can
374
374
366
373
372
366
370
379