home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 4.0 PR1 / NeXT_NEXTSTEP_4.0_PR1_(beta).rar / Openstep4-Pr1User.iso / private / etc / uucp / UUAIDS / L-devices.samples < prev    next >
Text File  |  1995-09-02  |  2KB  |  48 lines

  1. #
  2. # The following lines are ACUs
  3. #
  4. ACU cua cua 1200 dn11
  5. ACU ttyb ttyb 1200 ventel
  6. ACU ttyb ttyb 2400 ventel
  7. #
  8. # For hayes smartmodems, specify 'hayestone' for touch tone,
  9. # 'hayespulse' for pulse dialing.  'hayes' means 'hayespulse'
  10. #
  11. ACU ttya unused 1200 hayestone
  12.  
  13. #
  14. # The following port is to a Develcon DataSwitch.
  15. # The 'DIR' line is used to talk to other machines on the switch.
  16. # See how it is used in L.sys.
  17. # The 'ACU' line is used to talk to a call-out modem on the switch.
  18. # In this case the modem is a hayes.  The 'chat' script
  19. # makes the connection to the modem so the normal hayes modem code
  20. # in condevs.c can be used.  Here the chat script
  21. # 'expects nothing', 'sends a return', 'expects uest:'
  22. # (the DataSwitch's prompt), 'sends outmodem',
  23. # and expects control-g (the DataSwitch's connection prompt).
  24. # Note, it is a current nit that the control-g has to be typed as is
  25. # rather than as ^g or as \07.  Sorry.
  26. #
  27. DIR ttya unused 9600 direct
  28. ACU cua unused 1200 hayespulse "" "" uest: outmodem 
  29. #
  30. #
  31. # PC Pursuit line
  32. #
  33. #    callback_modem is the device that you have connected to
  34. #    callback_number. callback_number is the phone number of your
  35. #    modem that PCPursuit will call back on.
  36. #    their_phone is the number of PC Pursuits computer
  37. #    my_baud is the baudrate to call them at (it is assumed the
  38. #    callback will be at the same rate)
  39. #    my_modem_type is the brand of modem you are using on the
  40. #    callback number. This is used to hang up the modem in case of
  41. #    error.
  42. #
  43. #    Currently, the outgoing call is made on an available ACU.
  44. #
  45. # PCP callback_modem their_phone my_baud my_modem_type my_callback_number
  46. PCP ttyb 6592863 1200 hayes 5281234
  47. PCP ttyb 6592881 1200 hayes 5281234
  48.