Questions tagged [tspl]

12 questions
2
votes
0 answers

Getting Printer Status using TSPL/TSPL2 and C#

I'm using the RawPrinterHelper to send data to my printer (Elgin L42 DT), but i'm not being able to receive the printer Status. I've tried the status polling from the TSLP but receive nothing back from the printer. There is a way to get the printer…
Rafael
  • 45
  • 6
1
vote
0 answers

Xprinter open cash drawer

I have some Xprinter XP-350 and XP-370 label printers - they have an RJ11 port just like the EPSON POS printers do. Although the usual EPSON ESC p command isn't working on these printers. They use the TSPL programming language so I have tried the…
Connor Blakey
  • 846
  • 1
  • 7
  • 8
1
vote
1 answer

Bluetooth Printer with TSPL commands

We are going to develop an app that prints invoice from Bluetooth printer. But we have to send TSPL commands like; String bytes = "SIZE 3,2" "DIRECTION 1,0" "GAP 0,0\n" "REFERENCE 0,0" "OFFSET 0mm" "SET PEEL OFF" "SET…
1
vote
0 answers

How to write TSPL command to BLE printer in iOS?

I am trying to print to BLE printer that uses TSPL commands. Scanning, connecting, discovering services and characteristics are okay. The device information can also be read without a problem. The only problem is writing value to the printer. let…
NkaBall
  • 71
  • 7
1
vote
2 answers

Printing a bitmap on a TSC printer - using Node.js

Similar to this question I want to print a bitmap image on a TSC label printer using the TSPL programming language, but the answer there doesn't show how to pass the byte array to sendcommand. Also, I'm doing this in Node.js. The documentation has…
TheStoryCoder
  • 3,403
  • 6
  • 34
  • 64
0
votes
1 answer

Printing labels from android app to bluetooth thermal printer

I try to print labels to my bluetooth thermal printer from an android app. I manage to print text but I can't specify the size of my labels My material: bluetooth thermal printer : here 4"x2" labels = 100mmx50mm apps: FlashLabel PrintLabel My…
Framboise
  • 31
  • 3
0
votes
0 answers

Printing BITMAP using TSPL in Flutter (Dart)

I'm trying to print BITMAP using TSPL in Flutter. The manual says, BITMAP command should be used like that: BITMAP x,y,width,height,mode,bitmap data In Flutter, I'm encoding the image like that: var f = (await…
Zahid Tekbaş
  • 809
  • 2
  • 12
  • 27
0
votes
0 answers

Flutter Bluetooth printer with TSPL commands

We have a application that prints invoices from bluetooth printer. But we have to send TSPL commands to printer not ESC/POS. Is there any package to use for this or are esc_pos_bluetooth and esc_pos_utils packages can do that process. I have looked…
0
votes
1 answer

TSPL/TSPL2 [TSC barcode label printers] Designer?

Is there a software for testing & previewing labels, like the "ZPL Designer for ZPL language", but TSPL/TSPL2 language instead? It would better to preview the labels instead of unnecessarily test printing labels. Thanks
Atlas
  • 1,353
  • 5
  • 19
  • 32
0
votes
0 answers

TSC printer QRCODE command converts comma into 0 automatically

I have TSC TA210 printer and integrating it with my portal built in ASP.NET core. QRCODE is working fine but when i write comma (,) in text , it automatically converts it into 0. Example: TSCLIB_DLL.sendcommand("QRCODE…
0
votes
1 answer

Printing a bitmap on a TSC printer

I try to print image on tsc tdp-225 printer using the android device via OTG. This is example from documentation for printing simple bitmap image on tsc printer . This is my implementation . And this is what the printer has printed Maybe someone…
0
votes
1 answer

Get input from serial port on tspl?

I have a tsc printer (TC210) and a scale with serial port, I'm trying to get the weight info to be printed using TSPL, I have 2 problems: - I have to enter other values with a keyboard (I'm using INPUT command for this) and this command works both…
user1913644
  • 157
  • 1
  • 11