home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FS132_MA.ZIP / MODEM.MAN < prev    next >
Encoding:
Text File  |  1993-05-05  |  1.7 KB  |  58 lines

  1. .se Support Files
  2. .vm 1
  3. .vi 3
  4. .rl 2
  5. .da 07 May, 1993
  6. .ss modem control file ([libdir]\modem\*.mdm) 
  7. .sa uucico
  8.  
  9. The .mdm configuration file controls specific modem information for each
  10. uucico session. The "dialer" line in the systems file entry specifies which
  11. .mdm file to load.
  12.  
  13. The following fields are recognized in a .mdm file:
  14.  
  15. PORT -
  16.  
  17.   Port for this modem. Specifies a comport directly. eg: "port 1" specifies
  18.   COM1
  19.  
  20. PORTSPEED -
  21.  
  22.   Specifies the speed at which to initialize the port. The speed in the
  23.   systems file is the final speed for the call, but the speed specified
  24.   with PORTSPEED is the speed at which INIT calls will be made.
  25.  
  26. DRIVER -
  27.  
  28.   Specifies which driver to use for communications. INTERNAL uses FSUUCPs
  29.   own internal drivers, while FOSSIL uses an already-installed FOSSIL
  30.   driver (like X00 or BNU)
  31.  
  32. TCD -
  33.  
  34.   Timeout to detect carrier. The amount of time FSUUCP will wait once the
  35.   dial command from the systems file has been issued for carrier from the
  36.   remote modem. Default is 60 seconds. Some protocolled modems may require
  37.   as much as 90 seconds.
  38.  
  39. TLOGIN -
  40.  
  41.   Timeout to completion of each phase in the chat script. Default is 30
  42.   seconds.
  43.  
  44. TDATA -
  45.  
  46.   Timeout during data transfer. Default is 10 seconds. A timeout will
  47.   trigger an error condition. UUCICO will abort after 10 errors per file.
  48.  
  49. INIT - 
  50.  
  51.   Initialization strings. There may be any number. They will be executed in 
  52.   the order they appear and will have a carriage return appended automagically.
  53.  
  54. SHUTDOWN - 
  55.  
  56.   Shutdown strings. There may be any number. They will be executed in the 
  57.   order they appear and will have a carriage return appended automagically.
  58.