Questions tagged [posprinter]

POS for .NET class that defines the programmatic interface for a UPOS Printer device.

PosPrinter class defines three printer "stations," as follows:

  • Journal. Used for simple text messages that log transaction and activity information kept by the store for audit and other purposes.
  • Receipt. Used to print transaction information (typically given to the customer), or for store reports. Receipt contains either a knife to automatically cut the paper between transactions, or a tear bar to manually cut the paper.
  • Slip. Used to print information on a form (typically given to the customer), or to print "validation" information on a form. The form type is usually a check or credit card slip.

Full documentation

41 questions
0
votes
0 answers

Flutter : POS Thermal Printer Unhandled Exception: PlatformException

I want the Pos Thermal Printer to print a receipt using MethodChannel().invokeMethod. The printer can run the print command in debug mode, but cannot run in release mode and gives the following error message: Error please help If I've done something…
0
votes
0 answers

flutter_pos_printer_platform: Columns content are pushed to the right if some left columns have Thai character

Library link: https://pub.dev/packages/flutter_pos_printer_platform Hi everyone. I'm trying to print the report that have Thai character, so i used the textEncoded() method like this to render table rows: bytes += generator.row([ …
0
votes
0 answers

How to print arabic text to a thermal printer from Flutter windows?

I tried the Flutter package esc_pos_printer to print to a thermal printer. It all works fine if I print Latin characters. I have tried using the mutilingual code page but it always fails when trying to print arabic characters. I need to be able to…
0
votes
0 answers

how to check is printer out of paper, Win32_Printer, PrinterState, PrinterStatus, DetectedErrorState not working

bool IsOffline = false; ManagementObjectSearcher searcher = new ManagementObjectSearcher("SELECT * FROM Win32_Printer where Name='" + printer_name + "'"); foreach (ManagementObject printer in…
0
votes
2 answers

TransactionPrint Method of POSPrinter throws Exception

we have a Kiosk Application and print using the Microsoft.PointOfService SDK. In our development environment everything works. EDIT The following specifications: Windows 10 Enterprise LTSC 1809 .NET 4.8 Pos for .NET 1.14.1 Printer: CUSTOM…
BluePalmTree
  • 299
  • 3
  • 23
0
votes
0 answers

PrintBarCode method for BIXOLON OPOS Driver with MapMode set to Metric (0.01mm) is not printing as expected

I have two different BIXOLON POS Printers, SRP-350plus and SRP-S300. Printer Head densities are 180 dpi and 203 dpi respectively. When a QRCode data of length greater than 650 characters is given, 350plus's printed QR image borders cross the printer…
0
votes
1 answer

How to print Greek Characters with python-escpos

PART 1 I am currently trying to get my printer to properly output Greek and not GreekLish for my restaurant ordering system. I am using python-escpos. - My code looks like this. from escpos.printer import Usb p = Usb(0x471, 0x55, 0, 0x82,…
George Pamfilis
  • 1,397
  • 2
  • 19
  • 37
0
votes
1 answer

Android studio - PrinterThermal/ESCPOS - image from url

I'm trying to print qr code like image, on a thermal pos bluetooth printer in android studio,the printer is connected - bluetooth, I can print the text and image as Drawable, but I can't I can't print the image from url, I would be grateful if…
sale2211
  • 51
  • 1
  • 13
0
votes
0 answers

Is it possible to print pdf Url data content with StarPRNT-SDK-iOS-Swift ? Or is there any other method to print the data from remote(api response)?

I'm following git demo sample for integration : git : https://github.com/star-micronics/StarPRNT-SDK-iOS-Swift I have successfully installed the sdk and am able to print samples in class EnglishReceiptsImpl. Now, I'm trying to print the content I'm…
JaspreetKour
  • 777
  • 9
  • 11
0
votes
1 answer

Can' t print Greek characters (1253 or 737) with citizen ct-s651ii embed font with Delphi 10.3

I 'm trying to print some text with Greek and Latin characters to a citizen ct-s651ii thermal pos printer using the embedded Font-A font with Delphi 10.3 Rio. It prints the latin characters but instead of the Greek characters it prints dots ("."). I…
GreekCode
  • 11
  • 1
0
votes
1 answer

Generate QRCode and Print in Printer Thermal using ESC POS - ZIJIANG 58mm - Delphi 10.2

I'm trying to print qr code, on a thermal pos bluetooth printer in delphi, android platform (firemonkey). the printer is connected, I can print the text, but I can't generate and print the qr code, I would be grateful if someone can help. The mark…
sale2211
  • 51
  • 1
  • 13
0
votes
0 answers

POS bluetooth printer leaving some margin at start and then starts printing in Android App

I am implementing POS bluetooth printer with ESC/POS commands and trying to print bitmap image. Image is getting printing but always it is printing some white space at start and then printing an image,because of which i am not able to print 1 image…
sups
  • 113
  • 1
  • 16
0
votes
0 answers

Microsoft Point of Service - PosPrinter.FromIdAsync Returns "A device attached to the system is not functioning"

I'm trying to use MS PosPrinter into UWP app, my Epson Tm-T20II printer is installed and can print using Epson oPos setup utility. Even I installed the full windows driver and it works. My problem comes when I run this: DevicePicker devicePicker =…
Juan Pablo Gomez
  • 5,203
  • 11
  • 55
  • 101
0
votes
1 answer

Running DevicePicker class in Kiosk UWP App

currently im developing a UWP Kiosk app. This app needs to print to a PosPrinter (EPSON TM-T20II) which is connected via ehternet to the network, The app runs in another pc connected with wifi to the same network. I have created the app using a…
0
votes
1 answer

Dot matrix printer printing reverse feeding (upward vertically )

I have TVS Dotmtrix printer 9 pin, using in receipt printing on (paper roll) . with Python I want printer moves 4 line upward vertically and start printing when print file send to printer i used some escape code like "\x1b\x28\x76\2\0\2\4" and…
Sunil_Gupta
  • 100
  • 1
  • 9