When running SETTER on HSMODEM06 MFP.PRG there are these setting internally (notice the addtional setting for HISP).
In the other sysop's description of his settings he does mention the setting "HISP: Yes". So I don't think he was using HSMODEM07 but an earlier version.
Code: Select all
RSVE works great at 38400 on 8 Mghz machines, if you select higher speeds
then you will tend to loose characters on slower machines, I have mine
set at 38400 on a 16 Mghz Mega STe, I do loose the odd character at
57600, but 38400 works flawlessly.
HSMODEM software is very easy to install and can be used without the RSVE
board (The software fix for the Atari's RTS CTS problem). There are
several different programs that are included in the HSMODEM package, you
do not have to use them all, It depends on what modem port you are using.
If you are an Express sysop like myself you must be using modem 1. The
neccessary programs to use for modem 1 would be DRVIN.PRG, this is the
main driver for HSMODEM and must always load before any of the other
HSMODEM programs. MFP.PRG, this controls modem port 1. I suggest that
you load DRVIN.PRG and MFP.PRG boot from your AUTO folder. Although they
can be run from the desktop, make sure that they are the last programs
to run, this way any of the other programs that Auto load will not
interfere with the changes they make to TOS. I use the To configure
these two programs you must run the program SETTER.TTP, and on the
command line put the path and filename to either DRVIN.PRG or MFP.PRG.
The configurations are built into both these programs and by running
SETTER.TTP you are altering the actual program, which is a nice feature,
this saves having those configuration files located all over the place.
You will be prompted to enter some information when SETTER.TTP is
executed this can be a little confusing seeing as most of the text is in
German and very little in English.
These are my settings for DRVING.PRG and MFP.PRG:
-------------------------------------------------------------------------
DRVING.PRG
----------
FASTINIT: Yes
EXOPEN: No
MFP.PRG
-------
RSVE: Yes
I have the RSVE board installed. Answer no if you do not.
HISP: Yes
REPL: place 1: 19200
place 2: 38400
The above replaces bps rates, for example because of the limit in TOS
most older programs will only support rates as high as 19200. Now the
Software will notice the change and adapt 19200 to 38400. This will not
work if the RSVE board is not installed, so if this is so answer place 1
and 2 with a U.
Place 3: U
Place 4: U
Place 5: U
Place 6: U
U meaning Invalid or no entry.
DTR: Yes
Enables switching of the DTR lines answering yes keeps it like in TOS.
RBL: 32768
Size in bytes of the recieve buffer.
TBL: 256
Size in bytes of the transmit buffer.
The Size of the above receive and transmit buffers may vary from system
to system. For best results play around with these numbers until it works
best for you.
English docs are included in HSMODEM, so if you want to experiment with
different settings you can, but I found the above best for my system."Here is version 6 if you want to try it.
