392 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
1
answer
88
views
EPSON LQ-350 - Control Continuous Printing via C# code to print line by line and prevent form feed
Use case: to dequeue plain string messages and print them line by line on to tractor feed paper without a form feed happening after each message is printed. Current solution (in code below) prints one ...
0
votes
0
answers
53
views
Epson TM-m30III don't print the £ symbol
The Epson TM-m30III is configured like so in the utility app:
I'm trying to print to the printer in a C# class using the Windows.Devices.PointOfService library. My code:
public async Task ...
1
vote
0
answers
154
views
How can I connect to an Epson printer in a .NET 8 class library?
I can connect to an Epson printer and see it in the SetupPOS for OPOS.NET application. I can run a test print and it prints a slip of paper:
I'm attempting to write a .NET 8 C# class library to be ...
0
votes
0
answers
121
views
How to connect SDK Epson EPOS on android via USB (flutter)?
I'd like to know how I can connect the Epson ePOS SDK to Android using Flutter.
From what I've learned, the SDK isn't available for download and installation in my project. Therefore, I need to write ...
0
votes
0
answers
22
views
CheckHealth issue on FP-81II RT with POS for .NET – Error 102 or 106 in simulation mode
I'm trying to configure an Epson FP-81II RT fiscal printer in simulation mode, to be able to use it in development with POS for .NET (Epson Fiscal Framework 2.0) on Windows 10.
When I try to do the ...
1
vote
0
answers
233
views
ESC/POS print large bitmap fast
I work with Epson ESC/POS printers (TM-H6000 III). My goal is to print rather big base 64 PNGs. I managed to transform my PNGs into monochrome bitmaps.
I can print them successfully using GS V 0 ...
0
votes
2
answers
147
views
Epson SDK Issue (Android)
I am trying to print to one epson printer from multiple devices. It prints for the first device, but then crashes the application on the other device(s). Below is my code. The toast returns the number ...
0
votes
0
answers
62
views
cannot print "Hello World" in EPSON printer
Hi im trying to simply print "Hello World" but I get an error "The value of the 'DevicePath' property must be defined by the service object before Open() can be called." and it ...
0
votes
0
answers
96
views
Epson SDK not giving error codes when unable to connect to printer, I'm using Angular Nativescript
Is there a way of getting error codes from printer.connect using epson ePOS SDK?
All I'm getting is "Error: com.epson.epos2.Epos2Exception", with no apparent way of investigating the error ...
1
vote
0
answers
28
views
OutOfMemoryException on WIA Duplex Scan with Epson DS-410
I'm wrinting an programm to scan documents with my Epson Scanner DS-410. With the first atempt using the Twain Interface everything works as expected.
Now I added the Support for WIA and got problems ...
0
votes
0
answers
133
views
mPDF Print Alignment Issue with Pre-Printed Form Shifting on Subsequent Prints (Epson LQ-690)
When using mPDF to generate a sales invoice PDF that aligns with a pre-printed form, the alignment is perfect on the first print after resetting the printer. However, when printing the same or any ...
1
vote
0
answers
268
views
Create a custom codepage of unicode for ESC/POS thermal printer
I'm trying to printing Vietnamese on Thermal Printer with Java Android.
The printer not support Unicode or TCVN3. I'm using codepage 35: windows-1258 but it does not fully support the necessary ...
1
vote
1
answer
2k
views
Using Epson Javascript SDK with Epson TM-20III (usb version)
I've got a EPSON TM-20III POS printer that I'm using for some project I'm working on. I'm trying to print receipts from the front end (back end is not an option at this moment) so I got to know about ...
0
votes
0
answers
639
views
How to make connection with Thermal printer from browser and send ESCPOS print commands
We're using Epson TM-** series printers, need to print to that from web but can't use Epson's JS SDK because we want to write a driver(like) that emplements ESCPOS standard, Many other brand printers ...
0
votes
1
answer
811
views
Printhead communication protocol documentation [closed]
I want to build my own wall printer from scratch.
I would like to use off the shelf printhead such as EPSON I3200-U1.
What are the steps required to drive a printhead?
I can't find any documentation ...