home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / next / programm / 7793 < prev    next >
Encoding:
Text File  |  1992-12-17  |  2.0 KB  |  39 lines

  1. Newsgroups: comp.sys.next.programmer
  2. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!sol.ctr.columbia.edu!destroyer!caen!nic.umass.edu!titan.ucc.umass.edu!a74k110
  3. From: a74k110@titan.ucc.umass.edu (Chris Lloyd)
  4. Subject: Re: Using NS 3.0 appletalk support over phonenet
  5. Message-ID: <BzE01p.4rv@nic.umass.edu>
  6. Sender: usenet@nic.umass.edu (USENET News System)
  7. Organization: University of Massachusetts, Amherst
  8. References: <1frhb5INNjsq@terminator.rs.itd.umich.edu> <1992Dec8.043237.25320@slab.slip.uiuc.edu> <1992Dec15.074916.5208@csus.edu>
  9. Date: Thu, 17 Dec 1992 04:49:00 GMT
  10. Lines: 27
  11.  
  12. In article <1992Dec15.074916.5208@csus.edu> eps@cs.sfsu.edu writes:
  13. >Whoa.  NeXT's serial ports wheeze at 38.4Kb.  You might have
  14. >better luck with the DSP.  Note that Yrrid's TTYDSP product
  15. >supposedly tops out at 128Kb, however.
  16.  
  17. A raw data stream driver for the DSP should be able to easily handle
  18. the speeds the DSP maxes out at (~400kbit/sec async and ~3Mbit/sec sync).
  19. TTYDSP does all the tty processing on the DSP (line mode editing even)
  20. so we only advertise what it's been tested at, when someone needs higher
  21. rates it'll be something to look into...
  22.  
  23. The main problem is the sound driver really, TTYDSP 1.0 uses the sound
  24. driver to talk to the DSP, and this was a bitch to do, I wouldn't recommend
  25. the sound driver for these types of applications at all.  1.1 talks directly
  26. to the hardware, which is really nice and clean even tho it requires hacks
  27. so the sound driver doesn't blow you away.  At least with the serial ports
  28. you have things like zsacquire/release for writing custom drivers...
  29.  
  30. The DSP still has a lot of potential, the main problem (speaking from 
  31. experience) is the sound driver.  Until NeXT puts stuff in the kernel
  32. to legitamately write new drivers (two routines: one to allocate the DSP
  33. hardware and one to release it) for it you're really gonna struggle
  34. with what they give you..
  35.  
  36. <shrug>,
  37. -- 
  38. ::   Christopher Lloyd  ::  a74k110@titan.ucc.umass.edu  ::  Yrrid, Inc.    ::
  39.