home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / TOP / USR / DOC / uucp.system.doc < prev    next >
Text File  |  2009-11-06  |  2KB  |  55 lines

  1. July 29/87                        Stuart Lynne
  2.  
  3. Systems File 
  4.  
  5. NB. I have split the lines, in the real file they should be one line for
  6. each entry.
  7.  
  8. This entry uses the built in Hayes dialer.
  9.  
  10. van-bc Any a HAYES-40 ATD939-4782 g ogin:--ogin: uuslmac sword:-\c-sword: uuslmac
  11.  
  12.     Connect to van-bc using HAYES dialer with phone number 939-4782 with
  13.     protocol g. '-nn' means, that a timeout of nn seconds (here 40) is used
  14.     when logging in. Default is 30 seconds.
  15.     Wait for ogin: if timeout send \n and wait for ogin:.
  16.     Send uuslmac (login ID).
  17.     Wait for sword:, if timeout send nothing, wait for sword:
  18.     Send uuslamc (login ID).
  19.     
  20. I use this entry to connect via a DC Hayes Smartmodem 2400, dialing explicity.
  21.  
  22. van-bc Any a DIR 2400 g "" ATZ OK-\d+++\dATZ-OK ATS7=12 OK ATTD939-4782 
  23.     CONNECT \d\c ogin:--ogin: uuslmac sword:-\c-sword: uuslmac
  24.  
  25.     Connect to van-bc at 2400 on port a with protocol g. 
  26.     Expect nothing, send ATZ to reset the modem, 
  27.     Expect OK, if not received send pause +++ pause to try and get
  28.     modems attention and wait for OK.
  29.     When OK received, send ATS7=12 to shorten connect timeout on modem.
  30.     Expect OK, send ATTD939-74782.
  31.     Expect CONNECT, send nothing but pause (\c is needed).
  32.     Expect ogin:, if not received send newline.
  33.     Send login name.
  34.     Expect sword:, send password.
  35.  
  36.  
  37. This entry is used to connect directly to my Callan at 9600. It is
  38. complicated due to the Callan running a special mgetty program which
  39. thinks it is talking to a Hayes Smartmodem. So we fake it out, then
  40. tell it the connection has been made at 9600, then switch to 9600 
  41. ourselves.
  42.  
  43. van-bc Any a DIR 2400 g "" OK\r\d\dRING\r\dCONNECT\s9600\d\z9600\ 
  44.     ogin:-\r\r-ogin: uuslmac sword:-\c-sword: uuslmac "" \d\d\d\d\d\d\c
  45.  
  46.     Connect to van-bc at 2400 on port a.
  47.     Expect nothing, send OK, pause, RING, CONNECT, 9600, 
  48.     and change to 9600 bps.
  49.     Expect ogin: send login id.
  50.     Expect sword: send password.
  51.  
  52.  
  53.  
  54.  
  55.