home *** CD-ROM | disk | FTP | other *** search
-
- ComLink Information
- ===================
-
- INTRODUCTION
- ============
-
- ComLink is a multitasking application program for the Archimedes computer.
- It is intended for use with a TNC for packet radio operations and can run
- script programs written by the user. A typical use would be to provide
- automatic connection to a BBS and then upload/download messages. Downloaded
- messages are saved to files and may be read later using !Edit.
-
- The program was written to free the Archimedes user from the tedious task of
- linking to a BBS, listing messages and reading selected ones. The increasing
- congestion for local packet communication makes this a time consuming
- operation but an ideal task for the Archimedes to perform in the background.
-
- When running, the user can use other multitasking applications, eg write
- messages with !Edit, read old ones etc.
-
- This manual may look rather daunting at first sight, but after a little
- effort you will find creating script programs or hacking the ones I have
- supplied with this program quite easy.......
-
- An example script is provided in the "Script_Ex" directory.
-
- ComLink has been designed with the "Keep it simple" philosophy in mind.
-
- INSTALLATION AND OPERATION
- ==========================
-
- ComLink is installed on the icon bar by the usual method of double clicking
- on the ComLink icon.
-
- Setting the baud rate and word format
- -------------------------------------
- Before you can use ComLink you will have to alter the "Config" file. This is
- a normal text type file and can be viewed and altered by using !Edit or,
- more easily by selecting the "Config" from the ComLink menu and saving the
- options.
-
- TNC settings
- ------------
-
- Recommended settings for the TNC when running scripts are:-
-
- AUTOLF OFF
- ECHO OFF
- MCON OFF
-
- These can be switched ON or OFF in the script if you wish.
-
- The terminal window
- -------------------
- Install !ComLink on the icon bar. Click the left (select) mouse button over
- the icon on the bar to pop up the terminal program window. Click the select
- button in the bottom seven lines so the window gets the input focus. You can
- now communicate with the TNC, though you may need to change the serial
- parameters. See the seperate file "TermInstr" for further instructions on
- using the terminal mode.
-
- Menu
- ----
-
- When the centre button on the mouse is pressed with the pointer over the
- ComLink icon. A menu will pop up with the following options:-
-
- Info =>
- WimpKeys =>
- Fn Keys =>
- Script =>
- Config
- Quit
-
- All the available options are described in file "TermInstr". Only the
- 'Script' options are discussed here:
-
- Script
- ------
-
- Following this menu option leads to a sub-menu containing:
-
- Status
- Run
- Stop
-
- The "Status" option, pops up a status window giving information about the
- script program running (if any).
-
- Selecting "Run" will cause a script file named "SCRIPT" to run, this can be
- found in the !ComLink application directory.
-
- "Stop", when selected will stop any script currently running. Open files
- will be closed.
-
-
- Running a script
- ----------------
-
- Scripts can be run by double clicking them or dragging them and dropping on
- the ComLink icon (when installed on the bar). If a script is already running
- then double clicking on a new one will NOT cause the new one to run, you
- must use the "Stop" menu option first or allow the other script to finish.
-
- Clicking once on the ComLink icon when installed on the icon bar causes the
- terminal program to run. The terminal mode will not operate if a script is
- running even though the terminal window may be visible. When the script
- finishes, control will be handed back to the terminal program. Running a
- script will likewise suspend operation of the terminal mode. Do not type
- in the terminal window when a script is running.
-