Instruction manual
MFJ-1289 Multicom User's Manual Page 52
Editing a Parameters File
You may edit any "parameters file" in the text editor. The file must begin with the
line:
;PARM
with the semicolon in the first position, for it to be recognized by the controller as
a parameter file (any line that does not begin with a semicolon is sent to the
TNC).
A sample parameter file is shown below. Note that the file may contain settings
for EVERY parameter command, or just a few. Obviously, the only settings that
will change when this file is transmitted are the new ones:
;PARM
;Example of a CONFIG.PRM file for use with the
;MFJ-1278B. This file was edited in the text editor
;and will be sent one line at a time to the
;controller when the <Alt>-P key combination is
;issued.
8BITCONV OFF
AUTOBAUD OFF
FLOW OFF
PACTIME AFTER 10
SCREENLN 0
TXDELAY 40
TXFLOW OFF
XFLOW OFF
;End of configuration file