CUPS support
See original GitHub issueCan we send data to cups server and print from there instead of usb or serial? I tried Network
but seems not working. I also tried PR#348 but failed-perhaps it is incompatible for today’s python-escpos.Any solutions?
Issue Analytics
- State:
- Created a year ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
CUPS.org
The standards-based, open source printing system developed by Apple for iOS ®, iPadOS ®, and macOS ®. CUPS uses IPP Everywhere™ to support...
Read more >OpenPrinting CUPS
CUPS supports printing to: ... CUPS provides the System V ("lp") and Berkeley ("lpr") command-line interfaces, a configurable web interface, a C API,...
Read more >Service - CUPS | Ubuntu
The primary mechanism for Ubuntu printing and print services is the Common UNIX Printing System (CUPS). This printing system is a freely available,...
Read more >Introduction to CUPS - Configuring and Managing Printing in ...
CUPS includes support for dynamic printer detection and grouping. CUPS replaces the lpr command with its own command and the LPD printer drivers...
Read more >CUPS - Wikipedia
CUPS is a modular printing system for Unix-like computer operating systems which allows a computer to act as a print server. A computer...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I use
pip install -U git+https://github.com/belono/python-escpos.git@f07d5e06109e37aa45a5a139f49f56d6399b98d3
instead ofpip install -U git+git://github.com/python-escpos/python-escpos/pull/348/commits/f07d5e06109e37aa45a5a139f49f56d6399b98d3
. Pip failed to clone pr viagit+git://
, so I used the former one. I made some changes to your code (constructor of CupsPrinter(Escpos)) to enable connecting to remote CUPS server:And according to your instruction I ran
It works!
Here are detailed info of my devices. Hope they’re useful to you.
Glad that I could be of help😁