home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / atari / 8bit / 5161 < prev    next >
Encoding:
Internet Message Format  |  1992-11-09  |  2.7 KB

  1. Path: sparky!uunet!mcsun!uknet!doc.ic.ac.uk!agate!netsys!decwrl!sdd.hp.com!zaphod.mps.ohio-state.edu!moe.ksu.ksu.edu!hobbes.physics.uiowa.edu!news.iastate.edu!vincent2.iastate.edu!tgreen
  2. From: tgreen@iastate.edu (Todd Greenfield)
  3. Newsgroups: comp.sys.atari.8bit
  4. Subject: Re: Macs and Ataris
  5. Message-ID: <tgreen.721352489@vincent2.iastate.edu>
  6. Date: 9 Nov 92 23:41:29 GMT
  7. References: <1992Nov9.035958.44537@kuhub.cc.ukans.edu> <1992Nov9.213752.6340@dartvax.dartmouth.edu>
  8. Sender: news@news.iastate.edu (USENET News System)
  9. Organization: Iowa State University, Ames IA
  10. Lines: 44
  11.  
  12. In <1992Nov9.213752.6340@dartvax.dartmouth.edu> crow@coos.dartmouth.edu (Preston F. Crow) writes:
  13.  
  14. >In <1992Nov9.035958.44537@kuhub.cc.ukans.edu> moocow@kuhub.cc.ukans.edu writes:
  15. [ atari to mac stuff deleted ]
  16.  
  17. >The SIO2PC device is a combination of hardware and software that allows a
  18. [ ... ]
  19. >drive (or printer).  Unfortunatley, the PC software is (I believe) written
  20. >in assembly and is not publicly available, making it rather difficult to
  21. >port.
  22.  
  23. I've got a copy of the source in assembly, but I don't know if the
  24. author wants it distributed.  I really like the sio2pc, but to be
  25. honest, the code isn't the greatest.  It would probably be easier to
  26. rewrite from scratch,  though I suppose it'd be a place to start.
  27.  
  28. >Theoretically, however, the device should work with any computer that can
  29. >send and receive RS232 signals.  [I don't know about Mac's--don't they use
  30. >RS432?  Does this matter?]  The issue is writing the software for the
  31. >server machine to interpret the signals.  If you are interested in writing
  32. >such software, I would suggest contacting Nick Kennedy, the creator of SIO2PC,
  33. >and asking for a copy of the PC code and any suggestions he may have.
  34. >Also, I beleive that others have done some work on writing their own software
  35. >for SIO2PC.  If their code is in C, it should be much easier to port.
  36.  
  37. I've looked at how its done, and it isn't really that difficult.
  38. There are 4 lines coming from the interface:  data out and data in
  39. (which are just going to the serial chip), the command line, and an
  40. enable.  The trick is getting the timing right.  The hardware ref.
  41. manual has enough info for that.  If the mac has a standard rs232
  42. port,  it should be possible.  If not, you could also try using the
  43. printer port.  This wouldn't require as much interface hardware, but
  44. the programming would be more difficult.  You'd need to do the UART
  45. function in software, and timing could be tricky.
  46.  
  47. I don't have a mac, but if someone wants to give it a try, drop me
  48. some email.  You might also ask the author of AFS, which is the
  49. program Preston mentioned above.  I don't recall who it is, but I
  50. believe it is in C.
  51.  
  52. Todd
  53. -- 
  54. Todd Greenfield
  55. tgreen@iastate.edu 
  56.