221
TIDE and Tibbo BASIC User Manual
©2000-2008 Tibbo Technology Inc.
.Reboot Method
Function:
Causes your device to reboot.
Syntax:
sys.reboot
Returns:
---
See Also:
,
, and
Details
After the device reboots it will behave as after any other reboot: enter PAUSE
mode if your program was compiled for debugging, or start execution if the
program was compiled for release (see
).
The PLL mode will change after the reboot if you requested the changed through
method.
.Runmode R/O Property
Function:
Returns current run (execution) mode.
Type:
Enum (pl_sys_mode, byte)
Value Range:
0- PL_SYS_MODE_RELEASE: debugging is not possible,
application execution starts immediately after device
powers up. Severe errors such as "divizion by zero" are
ignored and do not stop execution.
1- PL_SYS_MODE_DEBUG: debug mode in which it is
possible to cross-debug the application (under the control
of
software). Application execution is not started
automatically after the power up. Severe errors such as
"divizion by zero" halt execution.
See Also:
,
, and
Details
For some programs, it may be useful to know if the program is currently executing
in Debug Mode or Release Mode( see
).
Serialnum R/O Property
Function:
Returns the 128-byte string containing the serial number
of the device.
Type:
String
Value Range:
A string of 128 bytes.
See Also:
218
221
222
219
27
219
15
218
219
222
219
27
216