Seite 1 von 1

Drucken auf Canon Drucker mit eigenem Protokoll - möglich?

Verfasst: Mi 02 Apr, 2008 14:29
von ThyMaster
Hallo,

die neuen(?) netzwerkfähigen Multifunktions-Drucker von Canon benutzen m.W. nur noch das CNBJPN Protokoll.
Hat irgend jemand es schon geschafft, über dieses Protokoll zu drucken (unter Linux)?

Danke im Voraus
Gruß
ThyMaster

Verfasst: Do 15 Mai, 2008 23:16
von llagendijk
As I have not been able to find a solution on the internet, I have started development of a backend for CUPS that talks bjnp. I have a working demo available. I will post source code in a while. On http://fazant.net/cups you can find a very first version. It does require the cups source code, as it must be built within the cups source tree.

Verfasst: Fr 25 Jul, 2008 12:36
von ThyMaster
...and just for feedback:
The driver works!
Two glitches:
1. No feedback on ink fill
2. Slowerb than original Canon drivers (under Windows)

...und als Feedback:
Der Treiber funktioniert!
Zwei kleine Einschränkungen:
1. Kein Tintelfüllstand
2. Langsamer als der orig. Canon-Treiber (unter Windows)

- ThyMaster

Verfasst: Mi 30 Jul, 2008 23:50
von llagendijk
ThyMaster hat geschrieben:...and just for feedback:
The driver works!
Two glitches:
1. No feedback on ink fill
This is not the backends fault. I have sent the people at Zedonet the code that will enable them to add the inklevel reading support to the turboprint utilities. They are planning to add it, although I do not know when
ThyMaster hat geschrieben:.
2. Slower than original Canon drivers (under Windows)
I am aware of that. I have rewritten a lot of the code.Please test the new version when I release it (still want to do some more cleanups)
ThyMaster hat geschrieben: ...und als Feedback:
Der Treiber funktioniert!
Zwei kleine Einschränkungen:
1. Kein Tintelfüllstand
2. Langsamer als der orig. Canon-Treiber (unter Windows)

- ThyMaster
Vielen dank fuer die Feedback!
Louis

Verfasst: Fr 15 Aug, 2008 11:45
von llagendijk
llagendijk hat geschrieben:As I have not been able to find a solution on the internet, I have started development of a backend for CUPS that talks bjnp. I have a working demo available. I will post source code in a while. On http://fazant.net/cups you can find a very first version. It does require the cups source code, as it must be built within the cups source tree.
cups-bjnp version 0.2 (beta) is released on sourceforge: http://sourceforge.net/projects/cups-bjnp/?abmode=1
RPMs are avaialable there for X86_64 Fedora and Centos 5.
This code can be compiled without access to the CUPS sources. Only the cups development support is required (cups-devel packages on Redhat based systems)

Verfasst: So 17 Aug, 2008 15:03
von starbuck
@ llagendijk: Thank you very much, i appreciate your work!!!