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.abs next >
Text File  |  1995-05-28  |  1KB  |  29 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6. "SETAUX.ARC" Version 2.0  Submitted to DECUS library 3/87 by David Mitchell
  7. Operating System: MS-DOS V2.05, 2.11, 2.11-1
  8. MS-DOS MACRO  Keywords: Data Communications Auxilliary Port
  9.  
  10. Abstract: This program was written to facilitate the needs of an
  11. environment where there is more than one setting ( i.e. - transmit
  12. and receive baud rates, parity, stop bits and data bits) of the
  13. communications (auxilliary) port required.  This will generally mean
  14. that there is more than one device connected to the port through
  15. whatever means desired, either manually or software selectable.
  16.  
  17. Version 2.0 now supports two new functions.  Entering "SETAUX R"
  18. will reset the port to NVM settings and clear any garbage which may
  19. be interfering with communications.  Entering "SETAUX D" will display
  20. the current settings of the port on the CRT.
  21.  
  22. This program supports what I believe to be the most common settings of
  23. each of the above mentioned parameters.  It will generally be used in
  24. batch files and where pressing the SET-UP key or running SET-PORT is
  25. not possible.  The documentation is built into the program and may be
  26. accessed by entering the program name with no parameters.  The program
  27. features error checking which will determine if enough parameters have
  28. been supplied and if the parameters supplied constitute a legal setting.
  29.