home *** CD-ROM | disk | FTP | other *** search
/ Source Code 1992 March / Source_Code_CD-ROM_Walnut_Creek_March_1992.iso / usenet / altsrcs / 3 / 3594 / .xc < prev    next >
Encoding:
Text File  |  1991-07-11  |  425 b   |  21 lines

  1. # .xc -- startup script
  2. set bps 2400
  3. set cis "on"
  4. set 7bit "off"
  5. set cr "on"
  6. set nl "on"
  7. set purge "off"
  8. set xoff "on"
  9. set halfdplx "off"
  10. set auto "on"
  11.  
  12. assign modem eq portname
  13. # setting different default speeds for assorted modems
  14. # note that the following means: if ANY of the three conditions are met
  15. if modem eq "/dev/ttyA01"; modem eq "/dev/ttyA02"; modem eq "/dev/ttyA03"
  16. then
  17.     set bps 19200
  18. else
  19.     set bps 38400
  20. endif
  21.