CHAPTER 9 DOLPHIN OS AND DEVELOPMENT SYSTEM
132
132132
132
Note
: Dip Switch 2 located on the back of the HomeBase must be set in the Up (PROGRAM) position for the
baud rate to be programmed. The HomeBase power must be cycled (turned off and on) for the new dip switch settings
to be recognized.
LOADER.EXE
LOADER.EXE is a DOS Xmodem utility used to load or reload the Dolphin terminal’s ROM Image. LOADER.EXE supports the following command line
arguments:
Usage:
loader filename [-p# -b#]
Where:
filename: refers to file name to load
-p#: Specifies new COM port, 1-2
-b#: Specifies new BAUD rate, 300-38400
Example:
LOADER C:\DOLPHIN\BIOS\ROM262.BIN –p1 –b57600
STL.EXE
STL.EXE is a DOS command line utility for Dolphin that turns the 9th line status indicators on or off.
Usage:
STL [1] [0]
Where:
1: Turns the status line on
0: turns the status line off
Example:
STL 1
If no command line is specified, STL.EXE will toggle the status line off, if it was on, and on if it was off.