home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hardware / 15968 < prev    next >
Encoding:
Internet Message Format  |  1992-08-26  |  2.0 KB

  1. Path: sparky!uunet!sun-barr!cs.utexas.edu!news
  2. From: benkei@cs.utexas.edu (William Kent Richards)
  3. Newsgroups: comp.sys.mac.hardware
  4. Subject: Re: How to read fast (9600baud) on the printer port
  5. Date: 26 Aug 1992 14:43:26 -0500
  6. Organization: U Texas Dept of Computer Sciences, Austin TX
  7. Lines: 33
  8. Message-ID: <l9nnmuINN1vf@puma.cs.utexas.edu>
  9. References: <1992Aug20.132511.10864@unifr.ch>
  10. NNTP-Posting-Host: puma.cs.utexas.edu
  11.  
  12. In article <1992Aug20.132511.10864@unifr.ch> dietler@cfruni51 (giovanni dietler) writes:
  13.  
  14. >for writing fast to a printer only. Inside Macintosh tells that
  15. >the printer port is good to use at 300 baud in the reading mode, but
  16. >we would like to use it at faster rate. On a MacSE we can read up to 
  17.   [ stuff deleted ]
  18.  
  19. My understanding of the problem is that the printer port has
  20. lower interrupt priority than the modem port, so you might lose
  21. incoming data due to higher-prio interrupts (which would
  22. supercede the printer port input but not the modem port input).
  23. If this is the case, you can read as much as you like, but
  24. you can't do anything about loss of data coming in at faster
  25. than 300 baud.  You may lose some, you may not.  It depends
  26. on what other things are happening.  Just a guess is that
  27. disk interrupt is equal to modem port, therefor greater
  28. than printer input.  If this is true, then if the mac has to
  29. service the disk, it will run off and leave the printer input
  30. unattended, thus allowing overwrite of data.
  31.  
  32. Maybe reducing the need to read from disk (increase app cache,
  33. increase ram, load app/files to ram disk, etc) will help.
  34. (again assuming that the disk is the problem.  There are
  35. probably other "devices" that won't interrupt modem but
  36. will interrupt printer)
  37.  
  38. Actually, another solution is to get the LabNB board to input through
  39. your slot (isn't there a NuBus alternative for the LC?.  If not, maybe
  40. Nat'l Instruments has a device that will plug into the LC).
  41. -- 
  42.  
  43. Kent Richards                         "Practice random acts of kindness
  44. benkei@cs.utexas.edu                   and senseless beauty"
  45.