home *** CD-ROM | disk | FTP | other *** search
/ 17 Bit Software 1: Collection A / 17Bit_Collection_A.iso / files / 444.dms / 444.adf / ModemDrivers < prev    next >
Text File  |  1989-07-25  |  4KB  |  119 lines

  1. Amiga Compunet Modem Drivers
  2. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  3. The following modem drivers can be found on this disk in directory
  4. :devs/cnet_modems:
  5.  
  6.     amstrad_sm2400        (by J Davison JD16)
  7.     astracom_1000        (by Dave & Mike ARIADNE)
  8.     direct            (by Dave & Mike ARIADNE)
  9.     dumb_1275        (by Eddy Carroll ALLANON)
  10.     microcom_ax        (by Dave & Mike ARIADNE)
  11.     microlink        (by John Chasey ZUGGER)
  12.     miracle_ws4000        (by Dave & Mike ARIADNE)
  13.     pace_linnet        (by Dave & Mike ARIADNE)
  14.     pace_linnet1200        (by John Chasey ZUGGER)
  15.  
  16. Thanks to everyone who developed drivers - especially ALLANON, since the
  17. dumb_1275 driver was quite an achievement!
  18.  
  19. If you have a modem not on this list, one of the existing drivers may well
  20. work fine.  If not, you'll have to do some delving in your modem's
  21. documentation to create a suitable driver - assuming you succeed, please
  22. let us know!
  23.  
  24. New-style modem drivers are ASCII text files and can be edited with a
  25. simple text-editor like ED or MEMACS.  An possible example is as follows:
  26.  
  27. 1200,1200:1200:Z,E0,\N0X3&D2S2=0S10=20
  28. 75,1200:1200:Z,E0,X3&D2\N0%F1\J1\W0S2=0S10=20
  29.  
  30. The first two numbers are the send and receive baud-rates.  The third
  31. number is the "real" baud-rate, with which to talk down the Amiga serial
  32. port.  The rest of the line is a list of Hayes commands to setup the
  33. modem, separated with commas - this example is for a Microcom AX modem.
  34.  
  35. Note that the driver can contain several lines if the modem supports more
  36. than one baud-rate.  Note that the driver should contain AT LEAST an E0 to
  37. switch off modem command echo - drivers with no Hayes commands are taken
  38. as being for direct connect to the system.
  39.  
  40. Notes on individual drivers follow:
  41.  
  42. amstrad_sm2400
  43. ~~~~~~~~~~~~~~
  44. Used with an Amstrad SM2400 modem, at 75/1200 or 1200/1200.
  45.  
  46. astracom_1000
  47. ~~~~~~~~~~~~~
  48. Used with an Astracom 1000 modem, at 75/1200.  Note that this modem
  49. doesn't seem to detect DTR dropping correctly, so you'll have to
  50. manually disconnect it (press RESET) when you leave.
  51.  
  52. direct
  53. ~~~~~~
  54. We wrote this one for direct connection to the system at Cnet towers
  55. in Perival - then Fintan figured out how to use it to connect via PSS.
  56. Contact Fintan (FF2) if you want to know how he did it.
  57.  
  58. dumb_1275
  59. ~~~~~~~~~
  60. This was ALLANON's mega-hack - the Amiga isn't supposed to be able to
  61. support split baud-rates!  Eddy's notes - as uploaded to the system -
  62. are as follows:
  63.  
  64. This is a modem driver that I've written for the Compunet Amiga terminal
  65. software which will let you logon with a non-intelligent 1200/75 modem (ie
  66. one which doesn't support speed buffering).  I have only tested it with the
  67. OEL Telemod2, but it should work with other cheap, dumb modems as well.
  68.  
  69. First of all, you need to make sure your serial cable is connected up
  70. properly.  The cable I use is connected as follows:
  71.  
  72.     Amiga Serial Port    Modem
  73.     -----------------    -----
  74.           Pin 2     <---->    SEND PIN
  75.           Pin 3     <---->    RECEIVE PIN
  76.           Pin 7     <---->    SYSTEM GROUND
  77.           Pin 8     <---->    CARRIER DETECT
  78.  
  79. You should use the SETUP menu in the Compunet software to set the modem
  80. name to DUMB_1275 and to make sure that the send rate and receive rate are
  81. BOTH set to 1200.  Save these settings to save you having to set them in
  82. future.
  83.  
  84. To actually logon, dial the number of the nearest ISTEL node and when you
  85. hear the carrier, press the modem DATA or CARRIER button (or do whatever
  86. you normally do to connect your modem).  Once you hear ISTEL sending out
  87. the logon screen (it sounds like a lot of high-pitched noise), select
  88. CONNECT from the Compunet menu.  The timing is quite important here - too
  89. quick and Istel won't respond correctly to the logon commands sent by the
  90. Amiga; too slow and Istel will timeout.  I've found that selecting CONNECT
  91. about 4-5 seconds after the Istel carrier has been detected gives
  92. consistently good results.
  93.  
  94. After this, it's all automatic, and you logon to Compunet as you would with
  95. any other modem.
  96.  
  97. microcom_ax
  98. ~~~~~~~~~~~
  99. This is for the Microcom AX series of modems at 75/1200 or 1200/1200,
  100. such as the Tricom 48/24 MNP.
  101.  
  102. microlink
  103. ~~~~~~~~~
  104. This is for the Microlink modem, at 75/1200 or 1200/1200.  To connect at
  105. 75/1200, you need to put a /75 after the phone number.
  106.  
  107. miracle_ws4000
  108. ~~~~~~~~~~~~~~
  109. This is for the Miracle WS4000, at 75/1200.
  110.  
  111. pace_linnet
  112. ~~~~~~~~~~~
  113. This is for the old Pace Linnet, at 75/1200 only.
  114.  
  115. pace_linnet1200
  116. ~~~~~~~~~~~~~~~
  117. This is for the newer Pace Linnet 1200, at 75/1200 or 1200/1200.  To connect
  118. at 75/1200, you need to put a /75 after the phone number.
  119.