Re: Canon printer and TurboPrint




in general, I would agree, but some BASIC FUNCTIONALITY should
be brought by the printer itself, and if it's only ASCII printing,
so things like

% ls /etc > /dev/ulpt0

what's wrong in ls /etc|lpr
?

Exactly, THAT's the problem. If all manufacturers would agree to
have a certain standard about how printers can receive bitmapped
it's even easier to set up that standard than it was to set up PCL standard.

USB allows two-side communication and virtual pipes.

so one pipe - printer control, command and response method, most important command - get printer capabilities like resolutions supported, color supported or not as MUST BE in standard, all extras like configuring paper source, setting up printer specific options (say toner economy mode) - optional. Another command - set mode (like 600 dpi, black&white).

second pipe - just getting raw bitmap.

incredibly simple to implement both in printer and software.

but looks like too difficult for manufacturers.
_______________________________________________
freebsd-questions@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "freebsd-questions-unsubscribe@xxxxxxxxxxx"



Relevant Pages

  • Re: Q: FILE* popen command shell calls
    ... > good or bad, into a string? ... If you don't mind having standard output and standard ... the command). ... out, to write your own version of popen, creating a pipe, fork, ...
    (comp.os.linux.development.system)
  • Re: Image Thumbnails question
    ... System.Drawing.Image class has a GetThumbnailImage method which may do just ... ie. you want a scaled image of a standard size *and* a thumbnail. ... public Bitmap ScaleToSize(Bitmap original, Size size) ...
    (microsoft.public.dotnet.framework.drawing)
  • Redirection > and pipes |
    ... I thought the pipe | connects the standard out of its left command with ... the standard in of its right command. ... left command is already redirected to the file myfile2, ...
    (comp.unix.shell)
  • Re: Use output of one command as input of more than one commands
    ... Is it possible to pipe the output of one command to input of two ... ....will send the ls -l output to two grep processes (in addition to ... standard out and at the same time grep the output for user1......so ...
    (comp.unix.shell)
  • Double buffering child controls
    ... Does anyone know how to do double buffering with child controls? ... I know the standard way to create a bitmap and blit that to screen and ... be displayed in this offscreen bitmap, ...
    (microsoft.public.windowsce.embedded.vc)