home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / dos / communic / pcl4c33 / term.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-01  |  610 b   |  20 lines

  1. /*
  2. **  TERM.H
  3. **
  4. **  1) Set AT_COMMAND_SET to 1 if you are using a HAYES AT command set
  5. **     compatible modem, else set to 0.
  6. **  2) Set RTS_CTS_CONTROL to 1 if talking to a modem that requires flow
  7. **     control.
  8. **  3) If you are using a null modem cable for a direct PC to PC link, don't
  9. **     set RTS_CTS_CONTROL to 1 unless you are absolutely sure that RTS and
  10. **     CTS are switched in the null modem cable.
  11. **  4) Don't reduce any of the timing constants.
  12. */
  13.  
  14. #define AT_COMMAND_SET  0
  15. #define RTS_CTS_CONTROL 0
  16.  
  17. #define ONE_SECOND 18
  18. #define SHORT_WAIT 3
  19. #define LONG_WAIT 10
  20.