home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / sgi / misc / 38 < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.sys.sgi.misc
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!ames!sgi!twilight!zuni!dwong
  3. From: dwong@sgi.com (David Wong)
  4. Subject: Re: Controlling DTR
  5. Message-ID: <to340gg@zuni.esd.sgi.com>
  6. Sender: news@zuni.esd.sgi.com (Net News)
  7. Organization: Silicon Graphics, Inc.
  8. References: <34741@adm.brl.mil> <to01j18@zuni.esd.sgi.com>
  9. Date: Fri, 18 Dec 92 04:24:32 GMT
  10. Lines: 16
  11.  
  12. In article <to01j18@zuni.esd.sgi.com> olson@anchor.esd.sgi.com (Dave Olson) writes:
  13. >In <34741@adm.brl.mil> bclark@ctron.com (Bret Clark) writes:
  14. >
  15. >| I am posting this for someone. The person is writing
  16. >| code using C and needs to control the DTR signal on
  17. >| the serial port of an IRIS Indigo. They have been unable to 
  18. >| find reference to it in the man or documentation.
  19. >
  20. >Basicly, you can't.
  21. >--
  22. >Let no one tell me that silence gives consent,  |   Dave Olson
  23. >because whoever is silent dissents.             |   Silicon Graphics, Inc.
  24. >    Maria Isabel Barreno                        |   olson@sgi.com
  25.  
  26. there is a tricky way to do this.  use ioctl to set to B0 to deassert DTR
  27. and then set it back to your regular baud rate to assert DTR.
  28.