home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 17 / CD_ASCQ_17_101194.iso / vrac / autosend.zip / SWITCHES < prev    next >
Text File  |  1994-07-23  |  803b  |  28 lines

  1. The following is a letter I sent to someone who was using a 
  2. non-Hayes compatible modem.  I included this just to give
  3. you an idea of how the /S option works...
  4.  
  5. For the modem that seems to never connect/answer (the 1st one) try:
  6.  
  7. "autoget -s&FB0"  or  "autoget -s&FB0Q1V1E0&C1"
  8.  
  9. its always a good idea to add on:
  10.  
  11.   Q1V1E0&C1
  12.  
  13. (this is the default that autosend/autoget use)
  14.  
  15. Q1   enables result codes
  16. V1   makes result codes verbose
  17. E0   turns OFF command echo
  18. &C1  means DCD is true carrier from remote modem
  19. &F   restores modem to factory defaults
  20. B0   Select CCITT V.21 / V.22 protocols (standard)
  21.  
  22. For the modem that kept getting TIMEOUT...
  23. find the switch to turn on hardware handshaking
  24. and add it onto  "autoget -sQ1V1E0&C1"
  25.  
  26. make sure there are no spaces after &C1
  27.  
  28.