home *** CD-ROM | disk | FTP | other *** search
/ ftp.wwiv.com / ftp.wwiv.com.zip / ftp.wwiv.com / pub / BBS / WW207S.ZIP / LOCK&IRQ.DOC < prev    next >
Text File  |  1992-10-31  |  2KB  |  56 lines

  1.  
  2. If you are running a locked port and/or non-standard IRQ's, you
  3. can tell this door to open the port at the locked speed and the
  4. non-standard IRQ by creating a small text file.
  5.  
  6. Name the text file PORTx.SYS -- where 'x' is the locked-port or
  7. non-standard IRQ port number.
  8.  
  9. For example, if port 1 is locked at 19200, create the file PORT1.SYS.
  10. If Port 3 is setup on IRQ 7, create the file PORT3.SYS.
  11.  
  12. PORTx.SYS contains three lines.  The first contains the locked-port
  13. speed.  If the port is not a locked port, place a 0 (ZERO) on this
  14. line.  The second line contains the IRQ.  If you are using the standard
  15. or default IRQ, simply put a 0 (ZERO) on this line.  The third line is
  16. not used, put your name or a little comment if you'd like.
  17.  
  18. Example:
  19.  
  20.     I am running com-port 3 on IRQ 7 locked at 19200.  I create a file
  21. called PORT3.SYS which looks like this:
  22.  
  23. -----------------------------
  24. 19200
  25. 7
  26. this line is not used...
  27. -----------------------------
  28.  
  29.     If this port were on IRQ 7 but not locked then the file would
  30. look like this:
  31.  
  32. -----------------------------
  33. 0
  34. 7
  35. this line is not used...
  36. -----------------------------
  37.  
  38.     And finally, if the port were locked at 19200, but used the
  39. standard IRQ, the file would look like this:
  40.  
  41. -----------------------------
  42. 19200
  43. 0
  44. this line is not used...
  45. -----------------------------
  46.  
  47.  
  48. One last thing:  PORTx.SYS ***MUST*** be in the same directory as the
  49. door program and its datafiles!
  50.  
  51.  
  52.         That is all, thanks for your support!
  53.  
  54.         Jeff Freeman
  55.  
  56.