Questions tagged [epson]

Seiko Epson Corporation, commonly known as Epson, is a Japanese electronics company and one of the world's largest manufacturers of computer printers, and information and imaging related equipment.

Seiko Epson Corporation, commonly known as Epson, is a Japanese electronics company and one of the world's largest manufacturers of computer printers, and information and imaging related equipment. Headquartered in Suwa, Nagano, Japan, the company has numerous subsidiaries worldwide and manufactures inkjet, dot matrix and laser printers, scanners, desktop computers, business, multimedia and home theatre projectors, large home theatre televisions, robots and industrial automation equipment, point of sale docket printers and cash registers, laptops, integrated circuits, LCD components and other associated electronic components. It is one of three core companies of the Seiko Group, a name traditionally known for manufacturing Seiko timepieces since its founding.

388 questions
21
votes
4 answers

POS Application Development - Receipt Printing

I've been building a POS application for a restaurant/bar. The design part is done and for the past month I've been coding it. Everything works fine except now I need to print. I have to print to a receipt printer connected to the computer running…
Nuno
  • 311
  • 1
  • 3
  • 11
14
votes
1 answer

Billing aliens via POS printer and image print

I am trying to create a prototype to print bitmap data for a text file to my LAN enabled epson pos printer TM-T88V. While I have no problems to send text and text formatting instructions, I dont understand, what I have to do, to make my printer…
vikingosegundo
  • 52,040
  • 14
  • 137
  • 178
12
votes
4 answers

Getting Epson receipt printer to print from Arduino

I'm trying to build a microprinter using an Arduino and an Epson TM-T88II receipt/POS printer. The printer uses the Epson Esc/POS system, but I can't get it to do anything at all from the Arduino. I'm doing things like: #include…
Adam Endicott
  • 634
  • 1
  • 6
  • 8
12
votes
5 answers

iOS only prints once using Epos2Printer

I'm using the following code to print something on an Epson TM-T20 using the Epson ePOS SDK for iOS SDK. The problem is that the app only prints once. The app has to be restarted in order to be able to print again. What's wrong with the code? …
Linus
  • 4,643
  • 8
  • 49
  • 74
9
votes
2 answers

Where can I find a "ESC/POS" Epson Barcode Test Program?

I am struggling to get an Epson "ESC/POS" printer to print barcodes (Using Delphi) and want to test if the printer is not faulty. Do you know where I can find a program to print a barcode in "ESC/POS"? I suppose as a last resort an OPOS program will…
Johan Bresler
  • 6,450
  • 11
  • 56
  • 77
8
votes
3 answers

Epson printer connect fails status ERR_CONN

I have an Epson printer and I used epos2_printer (sample project) code given with SDK to integrate with my app. I have copied the same code but it never seems to work! However, the same works when I connect the sample project to my printer. private…
Samra
  • 1,815
  • 4
  • 35
  • 71
7
votes
3 answers

Epson Point of Sale Printer - Unable to print using c#

I have an Epson TM-U220A, I am writing and c# desktop application to print receipt. But it is unable to find the printer. The printer prints strange characters if i send something via notepad (thus its working) I have the following: POS for .Net…
7
votes
3 answers

Send ESC commands to a printer in C#

My application needs to print invoices, then a get the invoice from database, insert information on the invoice in a big string (telling the line, column, etc.) after this I have the string ready to be sent to a printer. My problem is: I need to put…
Ewerton
  • 4,046
  • 4
  • 30
  • 56
7
votes
1 answer

Printing simplified Chinese characters on Epson TM-T88IVM

I am trying to print Chinese characters on an Epson TM-T88IV M (parallel port) using the Microsoft Point of Service SDK in C#. However, they appear as questions marks on the printer. (?) My PosPrinter has the following valid CharacterSetList…
Jason Kealey
  • 7,988
  • 11
  • 42
  • 55
7
votes
1 answer

Printing directly to a thermal printer using ESC/POS Commands executed in C# with an interface of TCP/IP

I was working on implementing ESC/POS(Epson Standard Code for Point of Sale) on a Kitchen printer(Aclas KP71M). I have a user interface the the POS user enters its string in to the user interface and the strings entered by the user will be sent to…
Sisay
  • 681
  • 7
  • 16
  • 31
6
votes
1 answer

Epson TM-T88V-i digest authentication not working

My Epson TM-T88V-i receipt printer tries to fetch XML data from a server URL which needs the printer to authenticate via HTTP digest. (this Epson feature is called "Server Direct Print") From the printer's web console I'm able to send a test request…
ninsky
  • 1,772
  • 23
  • 31
6
votes
1 answer

How can I use JavaPOS to print reciepts with an Epson printer?

How can I develop Java Software to print reciepts with an Epson reciept printer?
thi gg
  • 1,969
  • 2
  • 22
  • 47
6
votes
1 answer

opposite of/n? - ESC/POS and PHP right/ left justify on the same line

so I am printing to a networked thermal printer in the office from our webserver (also in the office) so clients can place orders on the website and they pop out on the sales dept desk. Here is the code I use and it works very well. However when it…
David
  • 3,927
  • 6
  • 30
  • 48
5
votes
1 answer

Connect Locally Connected Printer from a SSL protected HTTPS React JS Web App

I am working on a web application made in MERN stack and had integrated Epson Javascript SDK to print receipts as we are using Epson TM-M30 Printer. Web app might be running on mostly Safari but it can chrome or firefox sometimes. I doubt assigning…
Niraj Patel
  • 810
  • 8
  • 15
5
votes
3 answers

java.lang.UnsatisfiedLinkError has unexpected e_machine: 40

I am trying to use the ePOS-Print SDK for Android. It works fine on ARM Devices. Just not on x86 Devices. Is the Library only working on ARM Devices or is there a way to make it work on x86 Devices? 04-17 09:11:53.390 10989-12211/at.test.test E/art:…
user2270079
  • 127
  • 1
  • 1
  • 7
1
2 3
25 26