home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / periphs / scsi / 5474 < prev    next >
Encoding:
Internet Message Format  |  1992-11-17  |  1.9 KB

  1. Xref: sparky comp.periphs.scsi:5474 comp.periphs.printers:3323
  2. Newsgroups: comp.periphs.scsi,comp.periphs.printers
  3. Path: sparky!uunet!mcsun!sun4nl!relay.philips.nl!philica!adrie
  4. From: adrie@ica.philips.nl (Adrie Koolen)
  5. Subject: Re: SCSI Printers
  6. Message-ID: <1992Nov16.083401.1661@ica.philips.nl>
  7. Keywords: SCSI printers
  8. Organization: Philips Consumer Electronics, Eindhoven, The Netherlands
  9. References: <BxsI3M.2FC@research.canon.oz.au>
  10. Date: Mon, 16 Nov 1992 08:34:01 GMT
  11. Lines: 26
  12.  
  13. In article <BxsI3M.2FC@research.canon.oz.au> andy@research.canon.oz.au (Andy Newman) writes:
  14. >I'm interested in finding out about how printers operate over the SCSI
  15. >bus. I'm not talking about the use of SCSI for a printer's own use
  16. >(i.e. to support a disk for font and image storage) but as the main
  17. >interface to the printer. The only SCSI connected printer device's
  18. >that I know anything about use SCSI to transfer rasters (framebuffers)
  19. >from the RIP to the print engine. Is anyone aware of other uses of
  20. >SCSI in printers? For example are there any PostScript printers out
  21. >there that use SCSI as the main interface.
  22.  
  23. I've designed, built and programmed a SCSI-to-Centronics converter to
  24. connect an HPLJ IIIp to my SparcStation IPC (which has no standard
  25. parallel printer port). I used  the standard SCSI WRITE command (10) to
  26. send blocks of printer bytes (PCL 5 commands) to the converter. I used
  27. a 2 bytes byte counter in stead of a one byte block counter.
  28.  
  29. Later, after getting the SCSI-2 specs, I saw that they also implemented
  30. the WRITE command to send bytes to the SCSI printer. Check SCSI-2 if
  31. you want to use SCSI printers.
  32.  
  33. BTW. The Sun (Apple) LaserWriter 2SC (Carmel) doesn't conform at all to
  34. the SCSI-2 spec. I even doubt if it conforms to the SCSI-1 spec. If I
  35. ask the 2SC to do synchronous data transfers, it locks up the SCSI bus.
  36.  
  37. Adrie Koolen (adrie@ica.philips.nl)
  38. Philips Consumer Electronics, Eindhoven, the Netherlands
  39.