home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / modem / ckcd11.arc / CKCD.DOC < prev   
Text File  |  1989-09-15  |  4KB  |  120 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.           CKCD version 1.1  September 14, 1989
  8.  
  9.  
  10.                                         CKCD
  11.                                      version 1.1
  12.                                          by
  13.                                     Scott Coleman
  14.                                   Xanadu Consulting
  15.  
  16.  
  17.  
  18.           NAME:
  19.                ckcd
  20.  
  21.           SYNOPSIS:
  22.                ckcd [1 | 2]
  23.  
  24.           DESCRIPTION:
  25.                ckcd  is  a  small  utility  for  checking the status of the
  26.                carrier detect (CD) line  of an  IBM PC's  serial port. ckcd
  27.                accepts  an  optional  COM  port  number on the command line
  28.                (COM1: and COM2: are  supported). If  no port  is specified,
  29.                COM1: is  the default.  ckcd prints  a message to the screen
  30.                and then exits with  a DOS  ERRORLEVEL corresponding  to the
  31.                state of  the CD  line. An  ERRORLEVEL of 1 indicates the CD
  32.                line is high for the  specified  port;  an  ERRORLEVEL  of 0
  33.                indicates the CD line is low. 
  34.  
  35.                A  sample  batch  file  illustrating  the  use  of  ckcd  is
  36.                included.
  37.  
  38.           MANIFEST:
  39.                CKCD.COM  - The program itself
  40.                CKCD.C    - Turbo C source code for ckcd
  41.                CKCD.DOC  - This file (ckcd documentation)
  42.                CHECK.BAT - Sample batch file which uses ckcd
  43.  
  44.           COPYRIGHT INFORMATION:
  45.                ckcd is  made available  under the  sourceware concept. This
  46.                simply means  that although  the program is copyrighted, the
  47.                complete  source  code  is   distributed   along   with  the
  48.                executable file. No fees are required for its use; all I ask
  49.                is that if you find ckcd useful, please send me email at one
  50.                of the  addresses below  with your comments, suggestions, or
  51.                just to say "hello".
  52.  
  53.                Feel  free  to  distribute  ckcd  to   your  friends,  local
  54.                bulletin boards,  users group library, even on line services
  55.                which charge their users exorbitant fees.  A reasonable disk
  56.                duplication fee  (<= $1.00)  may be charged. If you improve,
  57.                fix, or otherwise modify ckcd, please send me  a copy  - I'd
  58.                like to see what you've done. 
  59.  
  60.           Copyright (C) 1989 Xanadu Consulting  ALL RIGHTS RESERVED
  61.  
  62.  
  63.  
  64.  
  65.  
  66.           CKCD version 1.1  September 14, 1989
  67.  
  68.  
  69.           WARRANTY INFORMATION:
  70.                Are you  kidding? This software is distributed as-is with no
  71.                warranty, express or implied. It is hoped that  this program
  72.                will be  useful to  some, but such usefulness is by no means
  73.                guaranteed. In no event  shall I  be liable  to you  for any
  74.                damages whatsoever,  including, but not limited to, hardware
  75.                damage,  software  damage,  lost   profits,  or   any  other
  76.                incidental or  consequential damages arising from the use of
  77.                or inability to use this software. 
  78.  
  79.           HOW TO REACH ME:
  80.                I may be reached at one of the following addresses:
  81.  
  82.                MaBell: 217/384-2127  (Xanadu BBS, 3/12/2400bps, 8N1)
  83.                FIDOnet: 1:233/69.0
  84.                Internet: coleman@f69.n233.z1.fidonet.org
  85.                Snail (U.S. Mail): 
  86.                     Scott Coleman 
  87.                     906 S. Goodwin
  88.                     room 257A 
  89.                     Urbana IL 61801
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.           Copyright (C) 1989 Xanadu Consulting  ALL RIGHTS RESERVED
  120.