Changes between Version 25 and Version 26 of Docs/825gen2/Dev/Networking/NetworkPrintingCUPS


Ignore:
Timestamp:
01/19/24 16:45:40 (10 months ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Networking/NetworkPrintingCUPS

    v25 v26  
    433433
    434434        const char *printerName = "STARSK1_311";
    435         n = cupsPrintFile(printerName, tmpFilepath, "cairo PS", 0, NULL);
     435        n = cupsPrintFile(printerName, tmpFilepath, "825 ticket", 0, NULL);
    436436        // return value is job ID
    437437        printf("cupsPrintFile result %d\n", n);