home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 7 / AACD07.ISO / AACD / Hardware / pcmser / pcmser.readme < prev    next >
Text File  |  2000-02-26  |  4KB  |  127 lines

  1. Short:    Freeware PCMCIA modem driver. V0.11
  2. Author:   pontus@tactel.se (Pontus Fuchs)
  3. Uploader: caffer@cs.ucc.ie (Neil Cafferkey)
  4. Version:  0.11
  5. Type:     hard/drivr
  6.  
  7.  
  8. ------------------------------------------------------------
  9. "pcmser.device" An Amiga PCMCIA Modem Driver by Pontus Fuchs
  10.                                         (and Neil Cafferkey)
  11. ------------------------------------------------------------
  12.  
  13. Distribution Conditions
  14. -----------------------
  15. You may use pcmser.device and the source in ANY way you like.
  16.  
  17.  
  18. Disclaimer
  19. ---------
  20. This package is provided "as is" without warranty of any kind.
  21. The authors assume no responsibility or liability whatsoever
  22. for any damage or loss of data caused by using this package.
  23.  
  24.  
  25. Introduction
  26. ------------
  27. pcmser.device is a PCMCIA-modem driver for the A1200.  Most
  28. modems should work fine. Some modems will not work and here
  29. is a list of them:
  30.  
  31. Nokia GSM-card  (I just get a lot of strange ints all the time)
  32. USR 16.8DS      (Seems to be incompatible with the A1200s PCMCIA-port)
  33.  
  34.  
  35. Features
  36. --------
  37. 7-8 databits
  38. 1-2 stopbits
  39. 110-115200 BAUD
  40. CTS/RTS handshaking
  41. EOF-mode supported
  42.  
  43. Not implemented (yet):
  44. CMD_BREAK
  45. xON/xOFF handshake
  46.  
  47.  
  48. Installation
  49. ------------
  50. Just copy pcmser.device to DEVS: and make sure that you don't have
  51. a program called "remcard" installed.
  52.  
  53.  
  54. You can help me!
  55. -----------------
  56. Please mail me if you find bugs or find a modem which doesn't work.
  57. If the modem doesn't work test it with prepcard or "modemtest" which
  58. can be found on aminet.
  59.  
  60.  
  61. History
  62. -------
  63. v0.5  97-08-05  First aminet release.
  64.  
  65. v0.6  97-08-24  Second aminet release.
  66.  
  67.                 The SDCMD_QUERY-code was broken so CD and DSR didn't work.
  68.  
  69.                 Added a little delay in OpenDevice() so that the modem
  70.                 can start up and activate its DSR.
  71.  
  72.                 My IObase testingcode was broken so modems which has
  73.                 it's first configuration at $2f8 didn't work.
  74.  
  75.                 Removed quickIO for CMD_READ. Either my code was broken
  76.                 or some programs can't handle quickIO for CMD_READ
  77.                 (ie NComm and Trapdoor). Anyway I'm to lazy to find out :)
  78.  
  79. v0.7  99-11-26  Third Aminet release (first release by Neil Cafferkey).
  80.  
  81.                 Changed code to allow modems with missing parameters to
  82.                 work.
  83.  
  84. v0.9  00-02-08  Fourth Aminet release.
  85.  
  86.                 Does a soft reset of the modem during device initialisation.
  87.  
  88.                 Now returns IO_ERROR from OpenDevice().
  89.  
  90.                 Deallocates resources if device initialisation fails.
  91.  
  92. v0.11 00-02-20  Fifth Aminet release.
  93.  
  94.                 Doesn't soft reset the modem during device initialisation
  95.                 anymore.
  96.  
  97.  
  98. Thanks
  99. ------
  100. Thanks to Pontus Fuchs for writing this driver and for letting me release
  101. my changes in a new version, and to the people who sent me bug reports.
  102.  
  103.  
  104. Current Maintainer
  105. ------------------
  106. Neil Cafferkey
  107. email: caffer@cs.ucc.ie
  108.  
  109.  
  110. Original Author
  111. ---------------
  112. Pontus Fuchs
  113. email: pontus@tactel.se
  114.  
  115.  
  116. Thanks to (from Pontus Fuchs)
  117. -----------------------------
  118. Johannes Carlsson    for lending me 2 modems.
  119. Olov Lindberg        for lending me a modem.
  120. Henric Andersson     for helping me with debugging.
  121. Bruce Abbot          (maker of cnet.device) for inspiring me
  122.                      to write this device.
  123. Mikael Niczko        for BUYING me a modem. Thanks a LOT dude!
  124. Glenn Björckén       for lending me a modem.
  125.  
  126. All of you who has tested different modems and mailed me!
  127.