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
0
votes
1 answer

Printing with a receipt printer

I have a receipt printer TM-T88IV with usb access. Is it possible to print something directly to the printer from a .php website? Something like ? I have no clue how to get startet.
Adam
  • 25,960
  • 22
  • 158
  • 247
0
votes
1 answer

Dot matrix fast printing

I'd like to know, what practical way of printing on EPSON Dot Matrix printers in Java. I'm having the LX300+II model to play, with USB connectivity. I searched too much on internet but all the codes available for network and serial(port LPT)…
user2393492
  • 1
  • 1
  • 1
0
votes
1 answer

Receipt Printer Not Printing Page 2

I am having issues when trying to print from a web application using ASP.NET C# to a Epson TM-U220 receipt printer. My program is printing to the receipt printer but after about 60 lines of printing..the printer just cuts off. I am trying to…
0
votes
1 answer

Printing logo to Epson printer

I have a problem sending the print logo command to my Epson tm-t70 printer in C#.net I have searched the web and I came up with a lot of cryptic stuff. Most useful being that I will need to send the following command: [Name] Print the specified NV…
Paul Plato
  • 1,471
  • 6
  • 28
  • 36
0
votes
1 answer

Can't communicate with Epson POS printer

I'm implementing the EPSON ePOS iOS SDK for an EPSON thermal printer TM-T20. The printer is connected on USB port of an Airport Express with IP 192.168.0.10. I follow the instructions of EPSON documentation…
neospirit
  • 3
  • 2
  • 3
0
votes
1 answer

Epson Bitmap ESC Code Center Image

Here is what I have set up so far http://nicholas.piasecki.name/blog/2009/12/sending-a-bit-image-to-an-epson-tm-t88iii-receipt-printer-using-c-and-escpos/ I followed this guide and now I am able to print a bitmap image to receipt printer. But now I…
SuNnY_sYeD
  • 513
  • 1
  • 6
  • 19
0
votes
1 answer

No margin print with Epson TM-U220D

I am using this Epson TM-U220D printer for printing receipts. By default, the margin is set to 1 inch on all four sides of paper.I do not find any options to edit it in the printer utility nor in any printer manual. I tried finding in Google. But no…
Pankaj Nagarsekar
  • 219
  • 1
  • 6
  • 17
0
votes
0 answers

EPSON LQ 300+ Paper Feed incorrectly in VB.Net 2005

In my Billing Form, i am using raw data to print in the rollpaper with EPSON LQ300+. I set defaulty 3inches paper feed in Printer for the purpose of manually cutting the Bill. And i call the FF(12) printer command after a bill print. It's working…
Vasu Shanmugam
  • 67
  • 1
  • 13
0
votes
1 answer

printing page mode in epson tm-t88v

Does any one how to center text to be printed using page mode in ePOS ios SDK? this is my code int retVal = success; retVal = [builder addPageBegin]; retVal = [builder addText:@"Text"]; retVal = [builder addPageEnd]; But it doesn't work and…
n0minal
  • 3,195
  • 9
  • 46
  • 71
0
votes
1 answer

Printing UIImage using ePOS SDK

I'm using ePOS SDK from Epson which allows connecting to the printer (TM-T88V) via wifi. link for the sdk (http://pos.epson.com/mobilesdks/index.htm) I'm loading an UIImage from a url using this code. NSData* data = [[NSData alloc]…
n0minal
  • 3,195
  • 9
  • 46
  • 71
0
votes
1 answer

I can't get instance of pos printer

I'm working on EPOS pos printer (EPOS TM-T88III). İ stalled it's driver, EPOS ADK and POS for .NET I can get print from my pos printer with PrintDocument function but i want to use EPOS ADK. I try its "Hello OPOS for .NET" sample but it's not work.…
Omer SOYER
  • 41
  • 5
0
votes
1 answer

Configuring a POS printer for remote printing

How can I configure a restaurant's POS printer to print orders from a web site? We have an online ordering web application, based on .NET/SQL. Once the order is submitted online, we want to print it on the POS printer in the restaurant. POS Printer…
user1457386
  • 11
  • 1
  • 1
0
votes
1 answer

PHP Printer How to use printer_draw_text Function

Sorry For my BAD English My Question is, how can I use printer_draw_text Function to print out a long String? (See example) on an Epson Billing Printer. All The examples work (source: http://www.php.net/manual/en/book.printer.php) But when I want to…
Paul
  • 11
  • 1
  • 3
0
votes
1 answer

Printing Code 128 C barcode through C++ code interacting with OPOS Common Controls 1.8

I'm trying to print Code 128 C type barcode (as type A/B would be too wide for my requirements) through Epson TM-H6000III receipt printer using OPOS Common Controls 1.8. My code is written in C++. Normally, I print the barcode using the following…
Prosu
  • 11
  • 1
  • 5
-1
votes
2 answers

JVM crashes when trying to claim a claimed printer JavaPOS EPSON Thermal Printer

I am using Epson_JavaPOS_ADK_11414_for_Linux_x64 for installing the JavaPOS with pcs ( sh installJavaPOSFull-64.sh ) I ran this program one after the other in different shells and the second process crashes for some reason: import…
Sahil333
  • 63
  • 9
1 2 3
25
26