3.
2.
8 Console change
File number
#5
functions a little differently from #1 to #4. Learn how to
use this file number and you can do many interesting things.
Here are some examples of how to use it:
Example 1
Sets serial
1/0
device ("COM:") as the console input device.
INIT #5, "COM:"
EXEC &HEE1F RETURN
When the above is typed, the
X-07
will not accept inputs from the keyboard,
and will handle inputs from the serial I
/ 0
device as though they were from
the keyboard (i.e. becomes the console device). The
X-07
can be remote
controlled from afar through the RS-232C Level Convertor.
To cancel this state:
1.
Tum OFF the power, and then turn it ON again.
2.
Excute the following instruction from the console device (the serial
1/0
device).
EXEC &HEE33
Example 2: To merge programs
(to copy two or more programs into one)
Load a program into the text area. Next, type
INIT #5, "LIST",
500
LIST #5 RETURN
500
(file size) of the first INIT# is just an example. It must be changed
according to the size of the program.
Load another program into the text area, and just as before, type
INIT#5, "LIST"
EXEC &HEE1F RETURN
Now, two programs are merged in the text area.
119
Summary of Contents for X-07
Page 1: ......
Page 2: ......
Page 8: ...1 Learning how to operate the X 07 2 Special functions and peripheral devices 3 Reference m ...
Page 10: ...Learmng how to operate the X 07 ...
Page 11: ...2 ...
Page 63: ......
Page 64: ......
Page 107: ...00 ...
Page 108: ......
Page 145: ...136 Instructions Others BEEP MOTOR REM Functions ABS FIX HEX INT SGN START TAB ...
Page 146: ......
Page 147: ......
Page 149: ......