home *** CD-ROM | disk | FTP | other *** search
/ 100 Pусских Uгр / 980121_2306.iso / STRATEGY / KKND_RUS.ZIP / SERIAL.CFG < prev    next >
Text File  |  1997-02-28  |  3KB  |  83 lines

  1. ##############################################################################
  2. #                                         #
  3. #               SERIAL.CFG for PC NETZ                 #
  4. #            Specifies setup of comport parameters             #
  5. #                                         #
  6. #            Any line beginning with '#' is ignored                   #
  7. #                                         #
  8. ##############################################################################
  9. # COM PORT SETTING
  10. #
  11. # Set your Comport number here. Default setting is 2. Any value between 1 and
  12. # 4 might be valid for your computer.
  13. # comm 1 = PORT 1
  14. # comm 2 = PORT 2
  15. # comm 3 = PORT 3
  16. # comm 4 = PORT 4
  17. #
  18. # Modify PORT 2 (below) to set your com port number.
  19.  
  20. PORT 2
  21.  
  22.  
  23. #############################################################################
  24. # MODEM INITIALISATION STRING
  25. #
  26. # Listed below are initialisation strings for a wide variety of modems. If
  27. # your modem is not listed here, please consult you modem manual for the
  28. # correct initialisation string.
  29. #
  30. # MODEM TYPE             │INITIALISATION STRING
  31. # ───────────────────────────────┼─────────────────────
  32. # Generic 1 (Default)         │ INITSTRING AT&ff
  33. # Generic 2             │ INITSTRING AT&ff8
  34. # GVC14400             │ INITSTRING AT&f%CO&KO\GO\NI
  35. # Hayes 28800             │ INITSTRING AT&f&KNOS37=9
  36. # Hayes 14400             │ INITSTRING AT&f&KNOS37=9&Q6\NI
  37. # Hayes 14400B             │ INITSTRING AT&f&KNOS37=9
  38. # Hayes 9600             │ INITSTRING AT&f&KNOS37=9
  39. # Intel SatisFAXtion         │ INITSTRING AT&f\GO\QO\NO%CO,,,
  40. # Practical Peripherals 14400     │ INITSTRING AT&f&KNOS37=9
  41. # Supra FAXModerm 14400      │ INITSTRING AT&f\NI%C&KNOS37=9
  42. # Supra FAXModerm 28800      │ INITSTRING AT&f\NI%C&KNOS37=9
  43. # USRobotics Sportster         │ INITSTRING AT&f&N6&M&K&1
  44. # USRobotics Courier         │ INITSTRING AT&f&N6&M&K&1
  45. # USRobotics Terbo         │ INITSTRING AT&f&N6&M&K&1
  46. # Zoom 14400             │ INITSTRING AT&ff8&K&Q6
  47. # Zoom 28800             │ INITSTRING AT&ff8&K
  48. # Zoom V34             │ INITSTRING AT&ff8&K
  49. #
  50. #Modify INITSTRING at&ff (below) to use your modem initialisation string
  51.  
  52. INITSTRING at&ff
  53.  
  54.  
  55. #############################################################################
  56. # MODEM DIALING METHOD
  57. #
  58. # For tone dialing use    DIALMETHOD atdt
  59. # For pulse dialing use DIALMETHOD atdp
  60. #
  61. #Modify DIALMETHOD atdt (below) to set your preferred dialing method.
  62.  
  63. DIALMETHOD atdt
  64.  
  65.  
  66. #############################################################################
  67. # COM PORT BAUD RATE
  68. #
  69. # Set the baud rate of your comm port in BPS (bits per second).
  70. # Do not confuse with modem BPS which is usually less than or equal to this)
  71. # Default value is 19200.
  72. # Allowable values are:-
  73. # BPS 9600
  74. # BPS 19200
  75. # BPS 38400
  76. # BPS 57600
  77. # BPS 115200
  78. #
  79. # Modify BPS 9600 (below) to set your comm port baud rate.
  80.  
  81. BPS 9600
  82.  
  83.