home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / hardware / 1650 < prev    next >
Encoding:
Text File  |  1992-09-10  |  2.5 KB  |  56 lines

  1. Newsgroups: comp.sys.next.hardware
  2. Path: sparky!uunet!usc!sdd.hp.com!spool.mu.edu!agate!iat.holonet.net!bwilliam
  3. From: bwilliam@iat.holonet.net (Bill Williams)
  4. Subject: Re: Max Serial Port Speed stuck at 9600
  5. Message-ID: <BuEI5J.4sp@iat.holonet.net>
  6. Organization: HoloNet (BBS: 510-704-1058)
  7. References: <1992Sep9.133643.920@yvax.byu.edu>
  8. Date: Fri, 11 Sep 1992 06:32:06 GMT
  9. Lines: 45
  10.  
  11. >>Or am I dismally forgetful here?
  12.  
  13. Yes, in this case you have it backwards, AND you are accidentally
  14. attributing the Mac 128K Mac 512, and Mac+'s problem with only supporting 
  15. very very fast interrupts while floppy was transmitting, with apples 22
  16. other computers.
  17.  
  18. Only the oldests Macs favoored one serial port over the other. 
  19.  
  20. All Mac II class devices, and SE etc. can handle 57,600 baud just
  21. fine. And that 57,600 baud rate is using 16 times oversampling
  22. on the serial port. In synchronous blocks, the Mac IIfx for example
  23. can handle about 900,000 baud according to Apple. And of course
  24. EVERY Macintosh EVER made since January 1984 is capable of 230,400
  25. baud, for supporting LocalTalk transmission (normally done of
  26. printer port by convention but can be reprogrammed.)
  27.  
  28. At 230,400 baud Apple is doing 4 times over sampling with the Zilog chip
  29. for reasonable protection against Clock Drift for a 600 byte packet.
  30.  
  31. I and a friend rewrote Apples serial port to do DOUBLE the 57,600 baud
  32. rate in order to support our Telebit Worldblazers. In fact using
  33. BOTH ports AT THE SAME TIME was possible at 115,000 baud on a non-cached
  34. non-accellerated IIci at my friends place, using a cable direct from one port
  35. to the other. 
  36.  
  37. ZMODEM transfers were done at 115,000 baud IN AND OUT on two ports and
  38. no problems were encounterred other than near total deprivation of
  39. CPU time to the Mac. (So severe that VIA was not advancing system clock
  40. time, though I hear that Apple has other goodies that recalibrate the
  41. TickCount to the Real Time Clock in spurts (See Develop issue #10)
  42.  
  43. Believe me, The Mac handles serial better than the NeXT allows currently.
  44.  
  45. And the computer I own (A IIfx) has dedicated computer subsystems using 
  46. 65C02 processors to handle the serial ports. (This is a feature that was
  47. discontinued by Apple years ago and was only put in the Mac IIfx)
  48.  
  49. You don't need to respond that the Mac hardware sucks when compared to the
  50. NeXT because I totally agree. But The Mac has always had the greatest
  51. communications capabilities in the world and based on the AMAZING hardware
  52. and software goodies demonstrated at WWDC 1992 It will always have it.
  53.  
  54. BWilliams
  55.  
  56.