home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / COMM_M.ZIP / README.TXT < prev   
Text File  |  1992-11-24  |  3KB  |  79 lines

  1. ======================================================================
  2. Read Me file for COMM_MON.EXE                                 11/24/92
  3. ======================================================================
  4.  
  5. COMM_MON.EXE is an OS/2 program that can be used to visually monitor 
  6. the activity by a communications program.  This program reads characters
  7. coming in from two comm ports and sends any characters read from
  8. either port out the other port.
  9.  
  10. The usage of COMM_MON is as follows:
  11.  
  12.     COMM_MON <devnam1> <devnam2> <baudrate>
  13.  
  14. where:
  15.  
  16.     <devnam1>,<devnam2>     - These are the names of the
  17.                               communications devices to use for the
  18.                               monitoring process.  These should be
  19.                               ASYNC devices such as COM3, etc.
  20.  
  21.     <baudrate>              - This is the speed that the program
  22.                               should talk to the communications
  23.                               devices, for instance, 1200, 2400,
  24.                               9600, etc. (Note: the port is set to
  25.                               8 data bits, 1 stop bit, and no
  26.                               parity).
  27.  
  28. COMM_MON prints to standard output so the program can be used in a
  29. PM window, a full-screen window, or the output may be redirected to a
  30. file.  You can stop the program by pressing Ctrl+Break.
  31.  
  32. For example, I have a 8-port DigiChannel (from DigiBoard) on which I
  33. run a communications program.  I use two of these ports to monitor
  34. the activity on another port by wiring my board as follows:
  35.  
  36.     ┌──────────────┐                ┌───────────┐
  37.     │DigiChannel   ├──┬──com3───────┤Hayes Modem├────∙∙∙ Phone Line
  38.     │PC/8i         │  │             └───────────┘
  39.     └──────────────┘  │              ┌──────────┐
  40.                       ├──com4────────┤Null Modem├────┐
  41.                       │              └──────────┘    │
  42.                       ├──com5────────────────────────┘
  43.                       │
  44.                       .
  45.                       .
  46.                       .
  47.  
  48. After the DigiChannel is set up, I run the COMM_MON program as
  49. follows:
  50.  
  51.     COMM_MON COM3 COM4 9600
  52.  
  53. Finally, I run my application attached to COM5.  Any characters sent
  54. or received from the modem or my application will be printed by the
  55. COMM_MON program and echoed on down the line.
  56.  
  57. COMM_MON is released as free-ware.  You may use the program as you see
  58. fit though it may not be sold.  Please direct questions or comments
  59. to:
  60.  
  61.     Dave F. Baskin
  62.     Compuserve ID:  73340,3533
  63.  
  64. The source code to this program (written in C and compiled by the IBM
  65. C compiler), can be obtained for $15 by writing to:
  66.  
  67.     Dave F. Baskin
  68.     P.O. Box 616
  69.     Hahira, GA  31632
  70.  
  71. If you have one, please include a Compuserve ID to which I can mail the
  72. source code.  Thanks and enjoy!
  73.  
  74.  
  75. ======================================================================
  76.                        End of README.TXT
  77. ======================================================================
  78.  
  79.