home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 339.lha / SerMod / Docs / TXD.doc < prev    next >
Text File  |  1990-02-08  |  342b  |  17 lines

  1.  
  2. NAME:            TXD
  3.  
  4. SYNTAX:        TXD < ON | OFF >
  5.  
  6. DESCRIPTION:
  7.  
  8.      Tells the serial module to stop talking to the serial port. Any
  9.      characters received by SerMod via RexxMsg will not be sent, and
  10.      will be lost.  The purpose of this command is to allow another
  11.      program to use the serial port without interference.
  12.  
  13. EXAMPLE:
  14.  
  15.     TXD ON
  16.  
  17.