home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3.4.17 [SPARC, PA-RISC] / nextstep33_risc.iso / private / etc / remote < prev    next >
Text File  |  1991-08-08  |  2KB  |  52 lines

  1. BASIC|Basic setup:\
  2.     :el=^C^S^Q^U^D:ie=%$:oe=^D:
  3. #
  4. a9600|cua9600|Dial-out on cua at 9600 baud:\
  5.     :dv=/dev/cua:br#9600:tc=BASIC:
  6. b9600|cub9600|Dial-out on cub at 9600 baud:\
  7.     :dv=/dev/cub:br#9600:tc=BASIC:
  8. fa9600|cufa9600|Dial-out on cufa at 9600 baud:\
  9.     :dv=/dev/cufa:br#9600:tc=BASIC:
  10. fb9600|cufb9600|Dial-out on cufb at 9600 baud:\
  11.     :dv=/dev/cufb:br#9600:tc=BASIC:
  12. ttya9600|Hardwire on ttya at 9600 baud:\
  13.     :dv=/dev/ttya:br#9600:tc=BASIC:
  14. ttyb9600|Hardwire on ttyb at 9600 baud:\
  15.     :dv=/dev/ttyb:br#9600:tc=BASIC:
  16. #
  17. # General dialer definitions used below
  18. #
  19. dial1200|1200 Baud Hayes attributes:\
  20.     :dv=/dev/cua:br#1200:at=hayes:du:
  21. dial300|300 Hayes attributes:\
  22.     :dv=/dev/cua:br#300:at=hayes:du:
  23. #
  24. # UNIX system definitions
  25. #
  26. UNIX-1200|1200 Baud dial-out to another UNIX system:\
  27.     :el=^U^C^R^O^D^S^Q@:ie=#%$:oe=^D:tc=dial1200:
  28. UNIX-300|300 Baud dial-out to another UNIX system:\
  29.     :el=^U^C^R^O^D^S^Q@:ie=#%$:oe=^D:tc=dial300:
  30. #
  31. tip0|tip1200:tc=UNIX-1200:
  32. tip300:tc=UNIX-300:
  33. cu0|cu300:tc=UNIX-300:
  34. cu1200:tc=UNIX-1200:
  35. dialer:dv=/dev/cua:br#1200:
  36. #--------------------------------------------------------------------
  37. #The attributes are:
  38. #
  39. #dv    device to use for the tty
  40. #el    EOL marks (default is NULL)
  41. #du    make a call flag (dial up)
  42. #pn    phone numbers (@ =>'s search phones file; possibly taken from
  43. #                  PHONES environment variable)
  44. #at    ACU type (vadic, ventel, hayes, courier)
  45. #ie    input EOF marks    (default is NULL)
  46. #oe    output EOF string (default is NULL)
  47. #cu    call unit (default is dv)
  48. #br    baud rate (defaults to 300)
  49. #fs    frame size (default is BUFSIZ) -- used in buffering writes
  50. #      on receive operations
  51. #tc    to continue a capability
  52.