home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / next / hardware / 2633 < prev    next >
Encoding:
Text File  |  1992-11-10  |  1.5 KB  |  45 lines

  1. Newsgroups: comp.sys.next.hardware
  2. Path: sparky!uunet!destroyer!cs.ubc.ca!unixg.ubc.ca!kakwa.ucs.ualberta.ca!news
  3. From: sherwood@space.ualberta.ca (Sherwood Botsford)
  4. Subject: Re: Color Printer Woes
  5. Message-ID: <1992Nov10.194051.26330@kakwa.ucs.ualberta.ca>
  6. Sender: news@kakwa.ucs.ualberta.ca
  7. Nntp-Posting-Host: fenris.space.ualberta.ca
  8. Organization: University Of Alberta, Edmonton Canada
  9. References: <1992Nov10.032343.23388@leland.Stanford.EDU>
  10. Date: Tue, 10 Nov 1992 19:40:51 GMT
  11. Lines: 32
  12.  
  13.  
  14. A parallel port or even direct ethernet connection is not all the  
  15. answer to your woes.
  16.  
  17. We bought a QMS colorscript thermal printer.  So I connected it to the  
  18. IBM RS6000's parallel port.  Printed a file that had embedded a several  
  19. megabyte bitmap.
  20.  
  21. Twenty minutes later it printed.
  22.  
  23. So much for fast parallel.  IBM must have a bug in their printer  
  24. driver.
  25.  
  26. So I moved to a next and hooked it up at 9600 baud.  Same file.
  27. 40 minutes.
  28.  
  29. Got out the manual and upped the comm link to 19,200 baud.  Same file:
  30. 20 minutes.
  31.  
  32. Got a patched version of lpd that would handle 38,400 baud.  Futzed  
  33. about getting the printer to talk at this pace.
  34.  
  35. Same file. 19 minutes.
  36.  
  37. Turns out that the printer only has a motorola 68000 in it.  At speeds  
  38. above 19200 baud the rasterizer can't keep up with the data stream. So  
  39. it says, 'Enough! Let me think' and a few seconds later opens up for  
  40. another chunk.
  41.  
  42. Moral:  If you are going to be handling large files, be sure you test  
  43. the printer with those files.  Too many colour printers are crippled  
  44. with slow cpu's.
  45.