|
|
|
|
|
by m0nty
4405 days ago
|
|
I could send you info by email if you like - my email is in my profile. Our stores have a server on-site, and various printers and till receipt printers, not all of them attached to tills. The proprietary app we use creates a PDF, which then gets sent through to CUPS (see https://wiki.linuxfoundation.org/en/OpenPrinting/Database/CU... for clues on this). If you're sending a data stream from a central server to a till printer in a store (i.e. the raw printer data is going from a centralised CUPS) that might work, depends on the broadband link. Once the printers are on the network, they tend to stay that way. The only problem is, they have to be set up using Reverse ARP which is a bit shaky, but once you're used to the procedure it's OK. |
|
The http request would look something like this ideally:
curl -X POST --data-urlencode 'html=<html><head><meta charset="utf-8"></head><body><p style="font-family: Comic Sans Ms; font-size: 36px;">YOUR MESSAGE HERE</p><p>YOUR EMAIL</p></body></html>' http://remote.bergcloud.com/playground/direct_print/Q9UCCLRT...
So I wouldn't have the luxury of having an on site server unfortunately.
PS - I couldn't find your email in your profile. It was empty when I clicked through.