home *** CD-ROM | disk | FTP | other *** search
/ Crawly Crypt Collection 1 / crawlyvol1.bin / telecomm / ctspatch / ctspatch.doc next >
Text File  |  1989-08-26  |  1KB  |  41 lines

  1.  
  2.                                  CTSPATCH.PRG
  3.                               Copyright (C) 1989
  4.                                 by Bill Penner
  5.                                 26 August 1989
  6.  
  7.  
  8.          CTSPATCH.PRG  is  a  program  to  fix  the  TOS 1.4 RS-232 RTS/CTS
  9.     handshaking  problem.   The  program  can  be run as an autorun program
  10.     (placed  in  an  AUTO  folder  and booted) or run when beginning to use
  11.     RTS/CTS handshaking.
  12.  
  13.          Outside  of  the Rsconf() command not allowing the RTS/CTS mode to
  14.     be enabled, the RS-232 routines in the TOS 1.4 (April 1989) ROMs appear
  15.     to  be  bug  free.  The problem with the RTS/CTS routines is due to the
  16.     internal  variable  indicating  the  past state of the CTS line and the
  17.     active  edge  interupt register for the CTS line improperly set up when
  18.     the  system  initializes  at  powerup.   CTSPATCH.PRG  simply  does the
  19.     initialization and exits.
  20.  
  21.          Even  with  this program, many programs may not work with RTS/CTS.
  22.     This is primarily due to the various programs being written on a system
  23.     in  which  the  RTS/CTS  routines  were not working (and causing system
  24.     crashes  when  enabled  with  older  ROM's)  and  so many programs will
  25.     automatically turn off RTS/CTS handshaking.
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.