home *** CD-ROM | disk | FTP | other *** search
/ Doom I/II Collection / DM12.ISO / serial / bnudm125 / modem.cfg < prev    next >
Text File  |  1994-03-18  |  2KB  |  51 lines

  1. AT|~ATQ0V1&D2&C1\K3
  2. ATH0
  3. 19200
  4. 4096
  5. 4096
  6.  
  7. This is a sample "enhanced" MODEM.CFG to use with BNU SERSETUP for
  8. DOOM 1.2. This is backwards compatible with Id's one, but you'll
  9. probably want to use an entirely different init string anyway...
  10.  
  11. Please note the following character translations in modem command
  12. strings:
  13.  
  14.     '|' -> carriage return (ASCII 13)
  15.     '^' -> half second delay
  16.     '~' -> two second delay
  17.  
  18.    o 1/4 second delay is forced after any CR.
  19.    o There is always at least a 20 millisecond delay between characters
  20.      send to the modem (this fixes all but the most braindead modems
  21.      and has no side-effect even if your modem doesn't require it).
  22.    o The '|' translation is for EMBEDDED CR's. Don't end the line with
  23.      one (it will be ignored regardless) as one is automatically inserted 
  24.      after the init/hangup string.
  25.  
  26. Line 1 is the initialization string, the ideal setup should:
  27.  
  28.    o Enable hardware flow control
  29.    o Enable V42bis or similar error correction/compression
  30.    o MNP5 compression will probably slow things down, so disable it
  31.  
  32. The best setup may depend on your modem's firmware and that used in the
  33. remote modem. Only trial and error will determine the best setup here.
  34.  
  35. Line 2 is the shutdown string, which should hang up the line (if
  36. dropping DTR hasn't already).
  37.  
  38. Line 3 is the baud rate to set prior dialing and making a connection
  39. (8,n,1 is assumed). Default if not specified is 9600.
  40.  
  41. Line 4 (optional) is the receive buffer size. Default = 2048b (2K).
  42.  
  43. Line 5 (optional) is the transmit buffer size. Default = receive buffer
  44. size.
  45.  
  46. It is rarely necessary to adjust the I/O buffer sizes. 2K should be fine
  47. at 9600, slightly more (up to 4K) for faster direct connects, but anything
  48. beyond that is unnecessary.
  49.  
  50.  
  51.