Tagged Questions
The epson tag has no wiki summary.
9
votes
4answers
2k views
Getting Epson receipt printer to print from Arduino
This is a bit of an odd/specific question, but I'm having no luck, so maybe someone can help. I'm trying to build a microprinter using an Arduino and an Epson TM-T88II receipt/POS printer. The printer ...
6
votes
2answers
7k views
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 ...
4
votes
2answers
232 views
Why are strings truncated when using direct printing?
I'm trying to print directly to a printer using esc/p commands (EPSON TM-T70) without using printer driver. Code found here.
However, if I try to print any strings, they are truncated. For example:
...
4
votes
1answer
578 views
Why can I not receive a response from a TCP/IP capable printer?
My ultimate goal is to send a print job to a printer over the internet. The catch is that the printer is connected directly to a router, so I can't count on a computer processing anything.
The path ...
4
votes
2answers
2k views
Send ESC commands to a printer in C#
My application needs to print invoices, then a get the invoice from database, insert informations os the invoice in a big string (tellling the line, column, etc). after this a have the string ready to ...
4
votes
1answer
1k views
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 ...
3
votes
2answers
484 views
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 ...
3
votes
1answer
679 views
Epson Java Pos ADK Exeption: It is not initialized
Now I try to write a Java Application what uses the Epson Java Pos ADK.
What I did:
-Installed Java 1.6.0_22
-Installed Java JDK
-Installed Eclipse
-Installed the Epson Java Pos ADK 1.11.8
Then I ...
3
votes
4answers
6k views
Epson OPOS ADK for .NET drivers for windows 7
Has anyone used Epson OPOS ADK for .NET for windows 7. i tried to install windows vista drivers on windows 7, since there are none available for windows 7, but it did not work. Please share any ...
2
votes
1answer
438 views
print “õüäö” with Epson TM-U220 Dot Matrix Printer using font substitution from HTML page
I have php generated lists of items wich i need to print out with Epson TM-U220PD dot matrix printer. Those lists have "õüäö" in them witch won't show up on the paper. I have tryed many encodings and ...
2
votes
2answers
676 views
Correct way to send commands directly to printer!
Ok, here is how i do it:
procedure TMainWindow.btnRawPrintClick(Sender: TObject);
begin
BeginPrint;
SendStr(#27#69);
SendStr('MyData');
SendStr(#10);
EndPrint;
end;
procedure ...
1
vote
1answer
88 views
Kick out cash drawer from Firefox on Ubuntu through Epson TM88iv
I'm working with a kiosk application, and need to kick out cash drawer #1 from an epson t88iv. I need to be able to do this without printing anything, and from firefox on the ubuntu platform.
Any ...
1
vote
0answers
153 views
How to print a voucher with Java and a EPSON TM-T88III
I just bought a EPSON TM-T88III. Now I want to write a small application in java that prints a voucher with some plain text, so nothing special. I was wondering how I could do this.
So far I figured ...
1
vote
1answer
298 views
Read Epson Printer Status using C++ and ESC/P
I'm trying to get the status of a PLQ-20 Espon printer, using C++, but with no success.
I tried that using GDI API and Escape function with PASSTHROUGH parameter, but the printer never understands ...
1
vote
4answers
865 views
Print in Arial Font or any other font by sending raw data to the printer
private void printfunction(string cmd)
{
string command = cmd;
// Create a buffer with the command
Byte[] buffer = new byte[command.Length];
buffer = ...
1
vote
1answer
543 views
Font size on receipt printer when printing HTML
We have two Epson TMU 220 (USB) printers and try to print from two different clients. One is an Ubuntu client and another is a Windows client. Using PHP, In Ubuntu I echo plain text to /dev/usb/lp0 ...
1
vote
0answers
855 views
JPOS Configuration Problems for an Epson POS printer in Windows
I'm trying to print using jPOS in Windows and get the following exception:
jpos.JposException: Could not connect to service with logicalName = Printer: ...
1
vote
1answer
542 views
How to retrieve cartridges ink level programmatically (Epson StatusMonitor + Mac OS X)?
I'm looking for a way to query the ink level for my Epson DX 4050 on Mac OS X. There is some UI called EPSON StatusMonitor to display cartridges levels graphically, but I'd like to get it from the ...
0
votes
0answers
68 views
Java printing to Epson TM-T88V layout
So i have this Epson TM-T88V receipt printer. The problem is: it prints, but the area is too narrow, 3 cm in the center of the paper, the paper's total width is 7,9 cm. I'd like to override the layout ...
0
votes
1answer
89 views
Should I be using VB.net 2010 PointOfService.POSPrinter class for simple job on POS printer?
This is a big-picture question... but I also have details on the problem I am experiencing after attemping to use POS. I have been googling for a couple of days... and I must say, I am having a hard ...
0
votes
3answers
123 views
How to get print from wifi printer with iPhone?
can any body tell me how to integrate wifi printer option in an iPhone app? I have to get print from small receipt printers and my printers are not AirPrint supported.
My printer models are
EPSON TM ...
0
votes
1answer
50 views
How do I instruct Crystal Reports to use the draft font on my Epson printer?
Espon draft font is automatically installed in Epson Printers but i want to print epson draft font manually . i did find the Epson1 font but couldnot find the Epson draft fonts.
0
votes
1answer
135 views
ESC-POS codes for printing image data in page mode
I'm having difficulty printing an image data in page mode. I'm been able to print image data in standard mode as follows:
data[] = { ESC ,
'*' ,
0 , // 8-dot ...
0
votes
1answer
118 views
How to print to a serial printer (e.g. Epson TM-U210) from .NET?
Please tell me how to print invoice using Epson TM-U210 printer using C#. I can print invoice using normal USB printer such as HP inkjet printers. I used
printDocument1.Print();
command to print. ...
0
votes
1answer
60 views
EPSON Scan utility does not work - a try ends with an unidentifiable error message
We have a Windows XP machine as part of our network. The machine is connected to a Windows domain. There is an EPSON GT-1500 Scan device connected to the machine. Original drivers has been installed ...
0
votes
0answers
170 views
JavaPOS printer page setup problem
I am working with Epson TMU230 posprinter with JavaPOS adk 1.11.18. I written a sample program which is working fine with small issue. It is giving more space on top of the paper as shown in the ...
0
votes
1answer
75 views
Class or Function in PHP for generateing printable receipts
I have a ticket printer (EPSON TM-U220) and I am working on a billing system in PHP and MySQL, My question is, If anyone knows of any classes or functions written in PHP to Build the Ticket or Invoice ...
0
votes
1answer
61 views
pos for .net - slow startup with espon printer
I am developing a software in c# (VS2010, .net 4, pos for .net), i found out that when i open and claim the printer before printing, it's super slow, it takes couple seconds, same with the cash ...
0
votes
1answer
192 views
EPSON TMT88IV Printer using IP Address
I have a EPSON TMT88IV receipt printer.I have connected it my office network.We have an external IP address.Is possible to print anything from out side of my network over the IP address.
I am ...
0
votes
0answers
137 views
EPSON POS PRINTER MULTIPLE CUT PROBLEM
My printer is TM-T88IV
I have a POS System for a Cinema who wants to print multiple tickets, for example 20, but the problem, is the cutting of paper.
The error occurred are:
1. Missed Cutting - ...
0
votes
0answers
226 views
Print stored logo using .net MS OPOS?
I'm using Epson TM-T88V receipt printer and using MS OPOS 1.12 to control the printer. I'm trying to print images to the printer.
Problem is, images printed using PosPrinter.PrintBitmap or ...
0
votes
0answers
404 views
Connecting a Serial port printer through USB Port [closed]
I bought Epson Epson Tm-T88 III Printer. It comes with a Db25 Serial port while my computer did not had one. I bought DB25 to DB9 Adapter and then bought DB9 to USB converter.I installed the drivers ...
0
votes
0answers
388 views
How to print with LPT Epson TM-T88III printer and JavaPoS
I want to use Epson TM-T88III printer connected to LPT port in my Java code. I use Epson JavaPoS ADK and it officially have no support of parallel ports. Other Epson SDKs - OPOS ADK and OPOS for .NET ...
0
votes
1answer
218 views
A library for creating .TMB images?
Is anyone aware of a library suitable for writing an image in .TMB format?
The .TMB format is suitable for printing logos from a Epson thermal receipt printer.
0
votes
1answer
334 views
Label Printer with Crystal Reports
I have an Epson TM-L60 Label printer and I'm trying to make it cut the paper after printing a report label made in Crystal Reports (from Visual Studio). I have to do it programatically because it's an ...
0
votes
2answers
687 views
OPOS PosExplorer.GetDevice() returns null when executed in Windows Service
The code snippet below makes use of OPOS .NET to open a POS printer for printing. It works fine when executed as part of a standalone application. When executed by a Windows Service the call to ...
0
votes
3answers
1k views
MS cash drawer with epson TM-IV88 Status API
Does anyone know how to monitor cash drawer's open/close state using Advanced Printer Driver's Status API for Epson TM-88IV thermal printer.
I wish i could use OPOS for ADK .Net, but haven't had ...
0
votes
2answers
2k views
Opening serial port used by a printer
I'm sending ESC/P codes (http://webpages.charter.net/dperr/links/esc_p83.htm) to an Epson LX-300 printer which is connected to the COM1 and the pc already has the correct driver installed because ...
0
votes
2answers
755 views
Epson POS printer - Automatic Status Back Specification
I'm trying interpret the Automatic Status Back (ASB) data from Epson POS printer. I've successfully made contact with the printer using some example code from the UB-E20 Technical Reference Guide ...
-1
votes
1answer
607 views
ESC/P programming!
Why i need to use it is because for some printers using TPrinter prints some weird hieroglyph at the beginning of the printable area.
My problem is that if i send some commands, nothing happens.
ESC ...