home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / monitr15.zip / Signals.Txt < prev    next >
Text File  |  1996-04-13  |  2KB  |  33 lines

  1. Signals.Txt
  2.  
  3. This file is for all the people wondering what the lights mean.  So here 
  4. goes:
  5.  
  6. Baud Rate   - Speed of the Computer-Modem connection
  7. TD          - On if there is data waiting to go from the UART to the modem
  8. RD          - On if there is data in the UART for a program
  9. CD          - Carrier Detect; usually used to tell if the modem-modem link
  10.                 is good, but can be forced with certain init strings.
  11. RI          - Ring Indicator; will light at the end of a telephone ring.
  12. DTR         - Data Terminal Ready; means that the computer is ready.  Usually
  13.                 used to hang up the modem.
  14. DSR         - Data Set Ready; means that the modem is ready.  Usually on if
  15.                 the modem is on, but may change in self test modes.
  16. RTS         - Request To Send; the computer holds this line high; it does not
  17.                 know when it will next have a chunk of data ready for the 
  18.                 modem.  You have to work to get this line low.
  19. CTS         - Clear To Send; indicates the modem is ready for data from the
  20.                 computer.  Used with high speed modems for handshaking.
  21.  
  22. These are the signals currently monitored.  If the modem is powered up, you
  23. can usually count on DSR being high.  If it is working A-OK, you will
  24. hardly see a flicker (I haven't yet) on the DSR, RTS, or CTS lines.  The
  25. CTS line might flicker if you have an expensive modem with a large on-board
  26. buffer connected at a slow speed.  Otherwise, Monitor just isn't fast enough
  27. to catch it.  Note that there isn't a pair for telling the modem that the
  28. computer isn't ready (historically because CPU's are faster than telco lines
  29. or printers, but that's changing)!
  30.  
  31. -Thor Johnson
  32.  
  33.