home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / sys / next / programm / 5991 < prev    next >
Encoding:
Internet Message Format  |  1992-09-07  |  2.2 KB

  1. Path: sparky!uunet!gatech!psuvax1!rutgers!psinntp!psinntp!cubetech.com!imladris!andrew
  2. From: andrew@cubetech.com (Andrew Loewenstern)
  3. Newsgroups: comp.sys.next.programmer
  4. Subject: Re: Serial Communications Beyond 38.4 Kbps
  5. Keywords: serial, DMX512
  6. Message-ID: <1992Sep3.080021.3310@cubetech.com>
  7. Date: 3 Sep 92 08:00:21 GMT
  8. References: <1992Aug31.230842.11663@Trirex.COM>
  9. Organization: Cube Technologies, Inc.
  10. Lines: 42
  11.  
  12. In article <1992Aug31.230842.11663@Trirex.COM> bmehlman@trirex.com writes:
  13. >I am writing an application that needs to send asynchronous serial data at  
  14. >a speed of 250 Kbps.  Specifically, I'm trying to generate DMX-512  
  15. >standard multimedia device control signals.
  16. >
  17. >This leads to two questions:
  18. >
  19. >1) Can the NeXTs serial ports physically go that fast?
  20. >
  21. >2) Is there any software support for this type of operation?
  22. >
  23. >As far as #2 goes, the NeXT docs and FAQ state that the top supported  
  24. >speed is 38.4...  I'm hoping that there may be others who have written  
  25. >alternative device drivers...
  26.  
  27.  
  28. Not with the current drivers.  The current serial drivers generate one
  29. interrupt per character.  At 38.4, this soaks up quite a bit of CPU.
  30. While the Zilog controller is physically capable of high speeds, I
  31. don't know if NeXT's implementation is capable of it (NeXT claims it
  32. cannot do LocalTalk on their serial hardware, and that could be a
  33. reason...).  Furthermore, the hardware interface is not documented and
  34. it may not be possible to write your own drivers that won't step on
  35. the toes of NeXT's...
  36.  
  37. The DSP can function as a serial port that can go up to something like
  38. 138kbps.  Yrrid sells an LKS called TTYDSP that makes the DSP into a
  39. third serial port (DISCLAIMER: I was a beta-tester for TTYDSP) that
  40. will go up to 138k.
  41.  
  42.  
  43. I think you best bets would be a NeXTbus card with a serial interface,
  44. a SCSI<->serial interface of some kind, or an ethernet<->serial
  45. interface (do any terminal servers do 250kbps?).
  46.  
  47.  
  48. andrew
  49. -- 
  50. andrew@cubetech.com     | "We shall not cease from exploration
  51. Andrew Loewenstern      |  And the end of our exploring
  52. Cube Technologies, Inc. |  Will be to arrive where we started
  53.                         |  And know the place for the first time." -T.S. Eliot
  54.