home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / atari / st / 16658 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.7 KB  |  43 lines

  1. Newsgroups: comp.sys.atari.st
  2. Path: sparky!uunet!pipex!warwick!dcs.warwick.ac.uk!leo
  3. From: leo@dcs.warwick.ac.uk (Leo Hendry)
  4. Subject: Re: Idea for a program
  5. Message-ID: <1992Nov16.112740.23086@dcs.warwick.ac.uk>
  6. Keywords: remote, modem, program
  7. Sender: news@dcs.warwick.ac.uk (Network News)
  8. Nntp-Posting-Host: stone
  9. Organization: Department of Computer Science, Warwick University, England
  10. References: <1992Nov12.071708.20452@newstand.syr.edu>
  11. Date: Mon, 16 Nov 1992 11:27:40 GMT
  12. Lines: 29
  13.  
  14. In article <1992Nov12.071708.20452@newstand.syr.edu> ggreenbe@rodan.acs.syr.edu (Gerald Greenberg) writes:
  15. >Here's an idea for all you programmers out there...what about
  16. >a program that will allow one to control another computer,
  17. >remotely via a modem?  I do not know if it is possible, or if
  18. >it has alredy been done, but it would be nice to have...I
  19. >think.  There are programs like this on other
  20. >platforms...Carbon Copy (msdos) and Carbon Copy for the Mac,
  21. >PC Remote, PC Anywhere, and even remote access for the Mac
  22. >using system 7.
  23. >
  24. >I imagine it would be easiest to come up with something that
  25. >lets one control another ST remotely...but it would be even
  26. >neater to be able to control an msdos machine, or even a Mac
  27. >remotely.
  28. >
  29. >--Gerry
  30. >ggreenbe@rodan.acs.syr.edu
  31. >
  32. >
  33.  
  34. If you can perswade the host machine to accept incoming serial bytes
  35. as if it came from the keyboard and to echo anything printed to the
  36. screen to the serial port then you can do this with a null modem cable
  37. and a terminal emulator.  On a BBC or Arc this can be done with a couple
  38. of *fx calls and works very well in command line mode, although to be able
  39. to use the desktop you would need to write a VDU driver for your ST and have
  40. some way of moving the mouse.
  41.  
  42. - Leo
  43.