home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL1 / CCLINK.ZIP / CCLINK.DOC next >
Text File  |  1994-01-30  |  5KB  |  100 lines

  1.  
  2. Description
  3. -----------
  4. CCLINK and CCLINKjr monitor and display the status of your modem and 
  5. serial port right on your Windows desktop. For you internal modem users, 
  6. CCLINK is invaluable since your modem does not have any status lights, but 
  7. CCLINK does! CCLINK also allows you to talk to your modem and send command 
  8. strings to it. CCLINKjr only monitors your serial ports, but you can run 
  9. multiple instances of it monitoring many ports at once. Think of the fun!
  10.  
  11.  
  12. How to run CCLINK:
  13. ------------------
  14. 1. Use Program Manager's File/New option to create a new program item called
  15. CCLINK or CCLINKjr. That's it!
  16.  
  17. 2. If you like, you can set CCLINK.INI options to customize startup options. 
  18. Check out the sample CCLINK.INI that's included. It must be in your Windows
  19. or Windows for Workgroups directory.
  20.  
  21.  
  22. Enhancements and General Operation
  23. ----------------------------------
  24. CCLINK can input AT commands to your modem ports at speeds of 1200, 2400, 9600, 
  25. 19200, 38400, 57600, and 115K bps.
  26.     
  27. There are menu options for configuring your modem. The "Modem Stuff..." 
  28. option allows you to use modem reset strings and will accept carriage-return 
  29. terminated strings from a CCLINK.INI file. Default reset strings are used if 
  30. the CCLINK.INI is unavailable or only provides one string. 
  31.     
  32. The "Send AT command" option will send these strings to the serial port. 
  33. When choosing to send both strings at once, there is a hard-coded one-second 
  34. delay between sending the first and second strings. 
  35.     
  36. CCLINK's AT-INPUT allows easy toggling between the AT Command and Monitor 
  37. modes.
  38.  
  39. The OPTIONS menu allows you to turn terminal echo (duplex) on or off, lower 
  40. DTR or RTS for test purposes, switch between monitoring parallel and serial 
  41. ports, and toggling the "Always On Top" option. Check it out!
  42.  
  43. CCLINK will inform the user when the COM port is busy or being used. If
  44. Windows reports that the COM port does not exist, CCLINK will let you know.
  45.  
  46. Occasionally, CCLINK may report data errors and report an error number 
  47. inside of a message box. These are the following values that may be reported, 
  48. and you may want to record the value for troubleshooting: 
  49.        
  50.          01  /* Receive Queue overflow       */
  51.          02  /* Receive Overrun Error        */
  52.          04  /* Receive Parity Error         */
  53.          08  /* Receive Framing error        */
  54.          10  /* Break Detected               */
  55.          20  /* CTS Timeout                  */
  56.          40  /* DSR Timeout                  */
  57.          80  /* Carrier Timeout              */
  58.         100  /* Transmit Queue is full       */
  59.         200  /* LPTx Timeout                 */
  60.         400  /* LPTx I/O Error               */
  61.         800  /* LPTx Device not selected     */
  62.        1000  /* LPTx Out-Of-Paper            */ 
  63.        8000  /* Requested mode unsupported   */ 
  64.  
  65.    A value of 18 is two errors: error 10 and error 8 together.
  66.  
  67. COMMENTS
  68. --------
  69. 1. 'M' is displayed if CCLINK is Monitoring the port; 'I' appears if it
  70.    is currently able to input commands. The bps rate only appears when AT 
  71.    INPUT ('I') is set.
  72.  
  73. 2. Double letters will appear if modem ECHO (ATE1) and Duplex are both on. 
  74.    Either turn off Duplex in the OPTIONS menu or turn off modem echo (ATE0).
  75.  
  76. 3. Carriage returns and control characters appear as vertical bars sometimes.
  77.    CCLINK cannot send control characters or the escape key to the modem port.
  78.    Working on it!
  79.  
  80. 4. After more than 10 lines appear in the AT Window, the next user input
  81.    will clear the window. When maximized, this value is set to 40 lines. This
  82.    can be configured in CCLINK.INI, but changing it is not recommended.
  83.  
  84. 5. You can dial out to bulletin boards, but you should properly configure
  85.    the modem first, especially at very high speeds. On rare occasions, CCLINK 
  86.    may lose control of the modem and you may have to turn CCLINK OFF and then 
  87.    ON or re-select INPUT AT Commands so that CCLINK can reinitialize the port. 
  88.    You should configure the modem for hardware flow control (AT&K3 or AT\Q3).
  89.  
  90. 6. Outputting text to the AT Window flashes so the user knows they are
  91.    inputting to the port. This flickering will be eliminated in future 
  92.    releases.
  93.  
  94. 7. CCLINK briefly opens and closes an unused serial port when intially 
  95.    brought up. This is required, especially for Windows for Workgroups 3.11 
  96.    compatiblity CCLINK uses standard Windows communication function calls 
  97.    in order to light the send (SD) and receive (RD) lights, and it should 
  98.    have little effect on your application's performance.
  99.  
  100.