Zj-58, Zj-80 and other receipt printers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Alexey N. Vinogradov 7b8904b272
Closes #16, broken build on mac
7 years ago
LICENSE
Makefile Added working solution 10 years ago
README.md Update README.md 10 years ago
ZJ-58.ppd Added working solution 10 years ago
install Update install 10 years ago
rastertozj Added working solution 10 years ago
rastertozj.c Closes #16, broken build on mac 7 years ago
zj-58.drv Added zj-58.drv - source for .ppd 7 years ago

README.md

zj-58

CUPS filter for thermal printer Zjiang ZJ-58

The linux driver provided on Zjiang site unfortunately doesn't work. First, it is 32-bit binary (and so, on x64 system need some x86 libs to be installed). Second, it's PPD is not correct - it just doesn't show any advanced settings because of it. Finally, raster filter just crashes on any try to run it! But even if you run it, you'll see that it's working with printer is not optimal: for example, if it sees a blank line, it will send the blank raster to print (instead of just use 'feeding' command, which is definitely faster!)

This is the solution: PPD is fixed and works. Filter is provided as src (you can found a list of packages need to be installed in order to build it in the header of source). Also, printing of blank lines is optimized.