home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / ibm / pc / hardware / 23036 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.8 KB

  1. Xref: sparky comp.sys.ibm.pc.hardware:23036 sci.electronics:15035
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!usc!wupost!tulane!uflorida!winnie!yacht!edwards
  3. From: edwards@ee.fit.edu (John Edwards)
  4. Newsgroups: comp.sys.ibm.pc.hardware,sci.electronics
  5. Subject: Re: Resetting a computer by phone
  6. Message-ID: <edwards.715224244@yacht>
  7. Date: 31 Aug 92 01:24:04 GMT
  8. References: <1992Aug21.033107.9085@nosc.mil> <FgPXPB2w165w@inqmind.bison.mb.ca> <1992Aug24.010542.482@sics.se>
  9. Sender: usenet@winnie.fit.edu
  10. Followup-To: comp.sys.ibm.pc.hardware
  11. Organization: Florida Tech, CP/EE Dept.
  12. Lines: 27
  13.  
  14. >   gag@nosc.mil (Gary A. Gilbreath) writes:
  15.  
  16. >   > Has anyone seen a product that will allow you to remotely reset a
  17. >   > computer by using a phone?  I often use a program that allows me
  18. >   > to remotely access my computer from home, but sometimes the computer
  19. >   > hangs and I have no way of restarting it.
  20. n an old copy of the magazine BOARDWATCH, there is an ad for a $69.00
  21. product that claims to do what you want.  It even says you can get it
  22. for $59 if you use VISA/MC.
  23.  
  24. Instructions say to call 714-380-8969, to order voice from DELTRONIX ENTERPRISES
  25.  
  26. It also claims you can order/get info via modem by calling the
  27. 'SOLAR SYSTEM BBS' at 714-837-9677/3218. and download the file
  28.  
  29. FON-HOME.ZIP.
  30.  
  31. hope this helps.
  32. --------
  33. Unless it is really locking up, you might also be able to impliment a software
  34. solution.  I have seen a TSR that monitors the CD line on a selected com port.
  35.  
  36. It does this by hooking the timer tick interrupt.  If CD (Carrier Detect) drops
  37. for more than 1 second, the TSR forces a jump to 0FFFFH:00000H, which
  38. usually reboots the machine.  It won't reset any hardware faults, like if
  39. you have a flakey internal modem that needs a power reset every once in a while
  40. but it will get the system started again.
  41.