home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 123 / af123a.adf / af123a1.lzx / Porthandler / PortHandler.doc < prev   
Text File  |  2019-03-05  |  2KB  |  71 lines

  1.  
  2.     port-handler v41.3
  3.         
  4. COPYRIGHT AND DISCLAIMER
  5.      port-handler v41 is copyrighted 1998/99 by Stephan Rupprecht. All 
  6.     rights reserved. This program is freeware, so no financial donations 
  7.      required. Redistribution allowed if the package is left unchanged.   
  8.      The author is not responsible for any damage caused by the use or 
  9.     misuse of this documentation and/or the program(s) it describes.
  10.  
  11.     port-handler is partly based on:
  12.     ComHandler.c (C) 1989, 1993 by Ralph Babel, Amiga Guru Book p.643ff
  13.     Port-Handler.asm (C) 1986 John A. Toebes, VIII (AmigaLibDisk #20)
  14.  
  15. REQUIREMENTS
  16.     Any Amiga® (compatible) computer with at least OS2.04.
  17.  
  18. DESCRIPTION
  19.     port-handler v41 replaces the original l:port-handler that manages
  20.     the AmigaDOS devices SERx:, PAR: and PRT:. In opposite to the original
  21.     handler my version allows you to create new dos devices that can
  22.     manage the ports of an i/o-board (pre v41 port-handlers didn't support
  23.     third-party parallel devices). The following mountlist entry illustrates
  24.     how to create a new device called HPAR: that accesses hyperPAR.device 
  25.     (HyperCOM io-boards by VMC) for reading and writing.
  26.  
  27.     HPAR:
  28.     EHandler = L:port-handler
  29.     Stacksize = 1024
  30.     Priority = 5
  31.     Device = hyperPAR.device
  32.     Unit = 0
  33.     Flags = 0
  34.     Baud = 0
  35.     #
  36.  
  37.     Please note the 'Baud' field which must be set to 0 for parallel 
  38.     devices!
  39.  
  40. INSTALLATION
  41.     All you need is to copy the file "port-handler" to your "L:" drawer.
  42.  
  43. PROBLEMS
  44.     Mount v40 and later crashs if you try to mount a EHandler twice!
  45.  
  46. SPECIAL THANKS GO TO
  47.     Stephan Riedelbeck for testing port-handler on his system and debugging.
  48.     Jens Gerrit Schröder for giving me the idea of rewriting the handler.
  49.     Thomas Richter for his help with the BCPL magic.
  50.  
  51. HISTORY
  52.     41.0  first public release
  53.     41.1  port-handler is a single file now. Thanks to Th. Richter for his
  54.           help.
  55.     41.2  Compiled/Optimized with GNUC. included dosdrivers for all HyperCOM
  56.           boards.
  57.     41.2a No changes, just added some new dosdrivers for the ioblix board by
  58.           RBM.
  59.     41.3  reduced filesize a bit :) A warning about mount v40+ has been 
  60.           added to the doc. prt:raw didn't work, baud rate and control
  61.           information following the device name were ignored (eg. ser:9600/8n1).
  62.  
  63. AUTHOR
  64.     Stephan Rupprecht
  65.     Apfeldweg 1
  66.     D-44359 Dortmund
  67.     Germany
  68.  
  69.     email:
  70.     stephan.rupprecht@gmx.de
  71.