• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Network printing issue >(^.^)>

 
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everyone !

I'm currently using linux suse 9.2 and having a problem with network printing. I've made a simple Java program that print directly to a dot matrix printer attached to a parallel port. In the program i just send my printpage byte data to "/dev/lp0" 's outputstream.

But how could i send my print data to a remote CUPS server with IPP protocol ? In the "/etc/cups/printers.conf" there's an entry for the remote printer, something like "ipp://server/printers/lq2180" ..
I tried changing the "/dev/lp0" to that, and failed, unsurprisingly(haha) ..
How do i get around this ?

Could anyone help me on this issue ? Plzzzz ..

Albert Kam
 
Jhun Hoon
Greenhorn
Posts: 28
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys, it's been dealed !
For those interested, please refer to ....

http://www.linuxprinting.org/forums.cgi?group=linuxprinting.general;article=6925

Thanks !
<(^.^< (>^.^)>
 
You're not going crazy. You're going sane in a crazy word. Find comfort in this tiny ad:
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic