Code Monkey home page Code Monkey logo

Comments (10)

ChrisVonFrosta avatar ChrisVonFrosta commented on August 22, 2024

I could just agree with you! THANKS A LOT! It works very fine for me.

Nevertheless there are two "issues" that me effected.
The first is the same you told about. Print size is equal to dokument size allways.
The second "issue" is the delay from starting a printing job until the printer feeds the paper and start print. I have to open an issue for that maybe.

Thanks again

from epsonsimplecups.

tjeerdytsma avatar tjeerdytsma commented on August 22, 2024

Great work! I got it working with the TM-T88V.
When printing jpg images there is a 2cm white margin at the left and about 1cm of the image missing on the right.
Any clue on how I can fix this?

from epsonsimplecups.

ksze avatar ksze commented on August 22, 2024

Does anybody know whether this driver works if the TM-T88V is connected via ethernet?

from epsonsimplecups.

plinth666 avatar plinth666 commented on August 22, 2024

from epsonsimplecups.

ksze avatar ksze commented on August 22, 2024

I see.

So let's say if I connect multiple printers of the exact same model to the same Raspberry Pi by USB. Is there a way to uniquely identify each printer, regardless of the USB port?

from epsonsimplecups.

corycpf avatar corycpf commented on August 22, 2024

Yes, CUPS will assign a unique serial number per printer. I've tested this with 4 connected USB printers to the pi, you can use the serial number to identify the device.

from epsonsimplecups.

ksze avatar ksze commented on August 22, 2024

@corycpf does the serial number for each printer stick even if you plug the printer to a different USB port?

from epsonsimplecups.

groolot avatar groolot commented on August 22, 2024

I tried the package from plinth666 but the raster wasn't quite proper and the print timing waas quiet long.

I used then a bunch of free code from Epson, a PPD file from another printer and modify them to produce this new package: https://github.com/groolot/epson-tm-t88v-driver

Better rasterization, cash drawer and buzzer, all is operational.

Hope that could help someone like I was: in pain.

from epsonsimplecups.

lgturrez avatar lgturrez commented on August 22, 2024

grooot, I tried your ppd file but file not found in usr/lib/filter error is shown in CUPS admin page :(

from epsonsimplecups.

groolot avatar groolot commented on August 22, 2024

That's because you have to compile the source code with the autotools toolchain: ./configure && make && make install. The only PPD file is not enough, you need the raster filter.

Then you'll find in CUPS admin page the correct PPD line wether you've chosen EPSON as vendor ;)

from epsonsimplecups.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.