home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
D!Zone (Collector's Edition)
/
D_ZONE_CD.ISO
/
programs
/
editors
/
bnudm125
/
modem.cfg
< prev
next >
Wrap
Text File
|
1994-12-06
|
2KB
|
51 lines
AT|~ATQ0V1&D2&C1\K3
ATH0
19200
4096
4096
This is a sample "enhanced" MODEM.CFG to use with BNU SERSETUP for
DOOM 1.2. This is backwards compatible with Id's one, but you'll
probably want to use an entirely different init string anyway...
Please note the following character translations in modem command
strings:
'|' -> carriage return (ASCII 13)
'^' -> half second delay
'~' -> two second delay
o 1/4 second delay is forced after any CR.
o There is always at least a 20 millisecond delay between characters
send to the modem (this fixes all but the most braindead modems
and has no side-effect even if your modem doesn't require it).
o The '|' translation is for EMBEDDED CR's. Don't end the line with
one (it will be ignored regardless) as one is automatically inserted
after the init/hangup string.
Line 1 is the initialization string, the ideal setup should:
o Enable hardware flow control
o Enable V42bis or similar error correction/compression
o MNP5 compression will probably slow things down, so disable it
The best setup may depend on your modem's firmware and that used in the
remote modem. Only trial and error will determine the best setup here.
Line 2 is the shutdown string, which should hang up the line (if
dropping DTR hasn't already).
Line 3 is the baud rate to set prior dialing and making a connection
(8,n,1 is assumed). Default if not specified is 9600.
Line 4 (optional) is the receive buffer size. Default = 2048b (2K).
Line 5 (optional) is the transmit buffer size. Default = receive buffer
size.
It is rarely necessary to adjust the I/O buffer sizes. 2K should be fine
at 9600, slightly more (up to 4K) for faster direct connects, but anything
beyond that is unnecessary.