home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
HAM Radio 1
/
HamRadio.cdr
/
tech
/
eepub04
/
readme.doc
< prev
next >
Wrap
Text File
|
1986-03-10
|
2KB
|
45 lines
README.DOC for the simple bandpass filters programs
The following files are on this disk:
BPFIBM.ASC The bandpass filters program configured for BASIC,
BASICA or GWBASIC on the IBM PC and compatibles.
BPFKPRO.ASC The bandpass filters program configured for MBASIC
on all Kaypro CP/M computers (and any other CP/M
computer using ADM-3 escape codes).
BPFZEN.ASC The bandpass filters program configured for the
Heath/Zenith Z-100 series computers and the H89 using
CP/M or any other computer using the H/Z-19 escape
sequences. (BPFIBM will work on the Z-100 in ZDOS/MS-DOS)
BPF.ASC The bandpass filters program without a screen driver.
*.DVR Screen driver programs for various computers that
use various versions of Microsoft BASIC
The files on this disk are in ASCII form so they can be read by the
greatest number of versions of BASIC. In order to make the program you
will use load faster you should save it in "tokenized" form.
An example follows of how to load and save the BPF program on an IBM PC
or compatible with a basic "work disk" in drive A: and this disk in drive B:
A>BASICA <-- get in to BASIC
(basic signon message here)
OK
LOAD "B:BPFIBM.ASC" <-- loads the selected ascii program from this disk
OK
SAVE "A:BPF.BAS" <-- saves the program as BPF.BAS on your work disk
To use a screen driver, merge the required driver with BPF.ASC
to create a version of BPF.BAS for your computer. You can edit the
screen driver program that is closest to your computer's configuration
to perform the required functions as long as the starting line
numbers of each subroutine do not change and each subroutine ends
with a RETURN statement.