-
-
Notifications
You must be signed in to change notification settings - Fork 34
Support for TSPL Printers #54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@GravisZro What specific printers do you want to support with this? |
I don't have any specific model in mind but TSC has like 90 different label printers that all support TSPL. |
I considered adding support for Munbyn ITPP941, a TSPL printer, in #36 but got a reply that it won't be merged for legal reasons. I never started coding the change for LPrint. But I made a patch for rastertolabel, I use that code every day: proski/cups@9ade138 |
@proski |
Initial check-in: [master 2a72220] Start adding new drivers; initial TSPL driver. |
Looks like there may be some issues (#113) but the basic driver is now in place. Closing. |
I would like to see the support added for TSPL. TSPL was expanded it to TSPL2 and TSPL put out a massive manual but only TSPL is needed since it has a
BITMAP
command. Other companies use TSPL and have manuals which may mean they are using TSC components or they re-implemented the language.Someone actually wrote an image to TSPL converter in javascript but it's really just sending this:
If you really wanted, you could send a raw raster data and make a program in TSPL to decode it. However, I'm pretty sure that could be done with ZPL and you didn't do that.
The text was updated successfully, but these errors were encountered: