home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / io_util / comm.doc < prev    next >
Text File  |  1994-03-07  |  2KB  |  29 lines

  1.  
  2.                  Comm: a communication program for the IBM-PC
  3.  
  4. Comm is a minimal dumb terminal emulator for the IBM-PC under PC-DOS.  It  uses
  5. BIOS  function calls for keyboard input,  allowing all control characters to be
  6. sent with the conventional keyboard sequences. It uses an interrupt handler for
  7. the communication port,  functional up to 9600 baud.  It is written in  C  with
  8. assembler routines to handle I/O. It only supports the first asynchronous port,
  9. COM1:.  It doesn't support setting the communication parameters.  This  can  be
  10. done with the DOS "mode" command. The port IS NOT DISABLED (DTR is not dropped)
  11. when the program is terminated; you must disconnect from the remote computer in
  12. some other fashion.  As a result, however, you can exit to DOS, make use of any
  13. DOS commands which don't tinker with the communication  port,  and  resume  the
  14. terminal  session,  without any disruption visible at the other end (characters
  15. sent to the PC will be lost in the interim).  Best of  all,  it  is  small.  It
  16. supports very few commands, all of which are alt sequences:
  17.  
  18. alt-e is a toggle:  it turns echoing on and off (default off). This can be used
  19.       for half-duplex systems.
  20.  
  21. alt-v is a toggle:  it turns verbose mode on and off (default off).  In verbose
  22.       mode  characters  which  are  normally non-printable and aren't "carriage
  23.       control" characters print as "^x",  where "x" is the character you  would
  24.       hit to send the control character. Otherwise such chaff is ignored.
  25.  
  26. alt-b sends a break (approx. 300 ms. of line high)
  27.  
  28. alt-q quits the program, and returns to DOS
  29.