home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / msdos / programm / 10378 < prev    next >
Encoding:
Text File  |  1992-11-07  |  1.2 KB  |  31 lines

  1. Newsgroups: comp.os.msdos.programmer
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!ira.uka.de!gmd.de!Germany.EU.net!news.netmbx.de!mailgzrz.TU-Berlin.DE!math.fu-berlin.de!informatik.tu-muenchen.de!oldach
  3. From: oldach@Informatik.TU-Muenchen.DE (Oliver Oldach)
  4. Subject: Re: way to power off my PC.
  5. Originator: oldach@hphalle6i.informatik.tu-muenchen.de
  6. Sender: news@Informatik.TU-Muenchen.DE (USENET Newssystem)
  7. Organization: Technische Universitaet Muenchen, Germany
  8. Date: Fri, 6 Nov 1992 11:31:05 GMT
  9. Message-ID: <1992Nov6.113105.13714@Informatik.TU-Muenchen.DE>
  10. Distribution: world 
  11. Lines: 18
  12.  
  13.  
  14. Hi Fiona, 
  15.  
  16. all you need is any means to signal any outside hardware you want to 
  17. pull the plug! You could use a special I/O card using the IC8255 chip
  18. to provide you with extra ports, but much easier would be if you 
  19. use one of your com ports and utilize i.e. the DSR (data set ready) line.
  20. The state of the line can be controlled directly by setting/resetting 
  21. the corresponding bits at the I/O port adress.
  22.  
  23. The outside hardware could probably be realized with a couple of resistors,
  24. a transistor and a relay for switching the computer off.
  25.  
  26.  
  27. Oliver
  28.  
  29.  
  30.  
  31.