mike42 / escpos-php

PHP library for printing to ESC/POS-compatible thermal and impact printers
Other
2.57k stars 862 forks source link

Please Provide TSC TC 244 Printer Solution #495

Closed abhati38 closed 6 years ago

abhati38 commented 6 years ago

Please Provide TSC TC 244 Printer Solution

mike42 commented 6 years ago

The TSC TC 244 printer accepts a vendor language named TSPL/TSPL2, rather than ESC/POS, so the output generated by this library will not be understood by your printer.

While this project is not in a position to support other printing languages, I'm open to reviewing pull requests which improve compatibility for other printers if it can be done without breaking the ESC/POS output.

This was also asked at #293 and #482.

ThePureCC commented 4 years ago

@mike42 is it possible to have a connector method to connect to a TSC TTP-244 Pro, a TSLP2 printer? I have the manual of commands for the printer, and if a connector is available, I suppose I can submit a pull request to have the feature for supporting TSLP2 printers added to it.

I've looked around, and there's nothing related to PHP-TSLP2 on the internet.