Download Print this page

Intel EV80Cl96KB User Manual page 29

Microcontroller evaluation board

Advertisement

EV80C196KB Microcontroller Evaluation Board User's Manual -31-
PAUSE
This command is documented in this section because it is intended to be used as
part of INCLUDE files. It is not really a file oriented command itself. When this
command is entered the iECM-96 will stop parsing commands until a SPACE char-
acter is entered from the keyboard (it can't come from an INCLUDE file). This pro-
vides a method of pausing in the middle of an INCLUDE file operation until you have
a chance to see what's going on and acknowledge the pause condition by depress-
ing the SPACE bar.
LIST
This command behaves like the LIST <filename> command described below except
that it uses the last <filename> that was entered as part of a LIST <filename> com-
mand: If no such command has been entered then the default filename "LIST.ECM"
will be used.
LIST <filename>
This command will attempt to open <filename> as a writable file. If a file with cfile-
name> already exists then iECM-96
will ask if the file is to be overwritten or if the
new data should be appended to the end of the existing file. It will then open the file
and stamp it with the current date and time from the system clock. After this, com-
mands entered by the user and the responses generated by iECM-96 will be re-
corded in the file.
LOG
This command behaves like the LOG <filename> command described below except
that it uses the last <filename> that was entered as part of a LOG <filename> com-
mand. If no such command has been entered then the default filename "LOG.ECM"
will be used.
LOG <filename>
This command will attempt to open <filename> as a writable file. If a file with cfile-
name> already exists then iECM-96 will ask if the file is to be overwritten or if the
new data should be appended to the end of the file. It will then open the file and
stamp it with the current date and time. After this, commands entered by the user
will be recorded in the file. Note that this file may contain nonprintable characters
(e.g. ESC).
LISTOFF and LISTON
The LISTOFF closes a LIST file that has been specified by the LIST command. This
stops new list information from being recorded. The LISTON re-opens the list file in
the append mode so that recording can start again. LISTON also stamps the list file
with the current date and time from the system clock.
LOGOFF and LOGON
The LOGOFF closes a log file that has been specified by the LOG command. This
stops new list information from being recorded. The LOGON re-opens the log file in
the append mode so that recording can start again. LOGON also stamps the list file
with the current date and time from the system clock.

Advertisement

loading