Backchannel on OSX 10.4

Michael R Sweet msweet at apple.com
Mon Jul 28 10:23:44 PDT 2008


keens312 wrote:
> Hi Michael,
> 
> On 10.4, the usb backchannel is one-way, host->printer, is this true?

Yes, although it isn't called a backchannel in that direction...

> To receive printer feedback information on 10.4, developers have to write a own bi-di usb backend to replace Apple's standard one.
> 
> Or write a USB IOKit to do the IPC with CUPS filter.
> 
> What's the best solution for bachchannel on 10.4?

You want to look at doing a USB class driver - Apple DTS can supply
you with the sample code.  The USB class driver allows you to add a
"read" function to the Apple standard class driver - basically you
just write/replace the parts you need to.

-- 
______________________________________________________________________
Michael R Sweet                        Senior Printing System Engineer





More information about the cups-devel mailing list