home *** CD-ROM | disk | FTP | other *** search
/ ftp.update.uu.se / ftp.update.uu.se.2014.03.zip / ftp.update.uu.se / pub / rainbow / msdos / decus / RB118 / setaux.doc < prev   
Text File  |  1995-05-28  |  3KB  |  57 lines

  1.                                    SETAUX V2.0
  2.  
  3.                     Rainbow 100 Communications Port Modifier
  4.  
  5.  
  6.         (C) COPYRIGHT 1986 by David N. Mitchell; ALL RIGHTS RESERVED
  7.  
  8.  
  9.         WARNING  !!!  -  Do  NOT  use    this   program  in
  10.         conjunction with the Set-Up key on the  Rainbow.    They  do  not
  11.         interact  at  all, i.e.  - anything set  with  one  will  not  be
  12.         reflected by the other.  The reason for this  seems  to  be  that
  13.         when writing the firmware functions which control the Set-Up key,
  14.         DEC did not attempt to read and write to the same  locations that
  15.         MS-DOS  uses  for reading or modifying the port.  If you set  the
  16.         port  with  Set-Up  and  then  try to read the settings with this
  17.         program, you will most likely NOT get the correct settings.
  18.  
  19.         Any questions  or  comments pertaining to the use of this program
  20.         should be sent to:
  21.  
  22.                                 David N. Mitchell
  23.                             4103 Deep Hollow Dr. # 140
  24.                                Raleigh, N.C. 27612
  25.  
  26.         For  information  on  how  to use the program, simply  enter  the
  27.         program name with no parameters.  The program is very  useful for
  28.         applications  where,  for  one  reason or another the comm.  port
  29.         set-up needs  to be changed under program control.  There are two
  30.         new functions in  this  version,  the most useful of which is the
  31.         reset function.  If  your  port  gets  jammed  or  clogged,  this
  32.         function will reset and clear  the  port.   The following is what
  33.         you see when you execute the program with no parameters :
  34.  
  35.  
  36.      SETAUX.EXE  V2.0   by David N. Mitchell  Copyright (C)  8/86
  37.  
  38.      The "SETAUX" program now supports two new functions : "SETAUX D" will
  39. display the current settings of the port and "SETAUX R" will reset the
  40. port to the NVM settings and clear the port.  The display and set functions
  41. only support the options listed below.  Once changed by the program, these
  42. settings will NOT be reflected in the modem set-up screen accessed through
  43. the Rainbow SET-UP key.  The following is a list of supported settings to be
  44. passed in the order listed along with the actual parameters in parentheses.
  45. NO intervening spaces are allowed between parameters !
  46.  
  47. STOP BITS :    1 (1)   1.5 (2)      2 (3)
  48. DATA BITS :    5 (1)     6 (2)      7 (3)     8 (4)    7S (5)     7M (6)
  49. PARITY    : EVEN (1)   ODD (2)   NONE (3)
  50. RCV BAUD  :  300 (1)  1200 (2)   2400 (3)  4800 (4)  9600 (5)
  51. XMT BAUD  :  300 (1)  1200 (2)   2400 (3)  4800 (4)  9600 (5)
  52.  
  53. Example call for 1 stop bit, 8 data bits, no parity, RCV = 1200, XMT = 1200 :
  54.  
  55. SETAUX 14322
  56.  
  57.