home *** CD-ROM | disk | FTP | other *** search
/ Computerworld: Vánoce 97 / Computerworld_1997-12_cd.bin / rocenka / notes4wm / data / modems / null.mdm < prev    next >
Encoding:
Text File  |  1992-11-04  |  1.9 KB  |  69 lines

  1. ;  Null modem   
  2.  
  3. ;  Last revision date: 11/04/92 (update this date 
  4. ;  each time you edit).
  5.  
  6. ;  Refer to file TEMPLATE.MDM (A Sample Modem Command 
  7. ;  File) for a description of modem command files.
  8.  
  9. ;  Use this command file when "dialing" out to Notes 
  10. ;  Version 2 (or later) systems which are also running 
  11. ;  with this command file.
  12.  
  13. ;  When dialing out to Notes V1 systems, or V2 systems 
  14. ;  running with the NULLV1.MDM command file, the 
  15. ;  NULLV1.MDM file must be used on both systems.
  16.  
  17. ;  It is recommended that two Notes Version 2 (or 
  18. ;  later) systems connected via a null modem each use 
  19. ;  the NULL.MDM file for more reliable connections.
  20.  
  21. [attributes]
  22.  
  23. ;  The MODELS line is displayed in the Setup Modem 
  24. ;  dialog box's modem command file list and is not 
  25. ;  interpreted by the software.
  26.  
  27. ;  The NULL MODEM=2 line indicates to the software 
  28. ;  that this file is compatible with Notes Version 2 
  29. ;  or later.
  30.  
  31. MODELS=. Null modem (for Notes V2 or later)
  32. NULL MODEM=2
  33.  
  34. ;  The maximum speed is set to 9600 bps since speeds 
  35. ;  faster than that may result in lost characters on 
  36. ;  loaded systems.  When a character is lost, the 
  37. ;  system receiving the message notices a CRC (Cyclic 
  38. ;  Redundancy Check) error, and the transmitting system 
  39. ;  has to retransmit the message.  This may result in 
  40. ;  low throughput.
  41.  
  42. ;  The actual speed used will be the lower of the 
  43. ;  maximum speed specified in this command file and the 
  44. ;  maximum speed specified via the Setup dialog box.
  45.  
  46. MAXIMUM SPEED=9600
  47. DEFAULT SPEED=9600
  48. FIXED SPEED=1
  49.  
  50. [commands]
  51.  
  52. ESCAPE=+++
  53. ANSWER=CONNECT
  54. AUTO PULSE DIAL=^M^JRING^M^JRING^M^J
  55. AUTO TONE DIAL=^M^JRING^M^JRING^M^J
  56.  
  57. [responses]
  58.  
  59. RING=RING
  60. CONNECT=CONNECT
  61.  
  62. ;  The following CONNECT values allow a port running with 
  63. ;  this file to accept connections from a Version 1 system 
  64. ;  or a Version 2 system running with NULLV1.MDM.
  65.  
  66. CONNECT=66
  67. CONNECT=+++66
  68.  
  69.