Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
102 views

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 ...
MojiiJP's user avatar
3 votes
0 answers
159 views

var printer = new Printer(Serie.TmM30, Model.Chinese, BaseContext); printer.Connect("192.168.2.11", 9100);                 printer.AddText("Hello, world!\n"); printer.AddText("...
Kiran Khalkar's user avatar
4 votes
1 answer
3k views

I've build an intergration between our online software to Epson EPOS printers. (epos-2.22.0.js) I have successfully connected serveral printers such as tm-t88vi. I've solved much of the SSL problems ...
Jeroen Ruissen's user avatar
1 vote
0 answers
1k views

Using Epson epos javascript sdk, getting "Connection Refused" error if the printer ip address is not opened in the browser url. Once it is opened receipt printing will work for the day, the ...
Lekshmi's user avatar
  • 45
0 votes
1 answer
313 views

So I have logic handling a queue of print jobs (Which is how all of our other printer integrations are handled) that calls specific functions for each printer (in this case, the sendCommand function) ...
KaYaK's user avatar
  • 33
2 votes
2 answers
155 views

I'm trying to develop a simple EPOS system that records inventory and processes transactions. At the moment I want it to write the contents of my arrays (Product, Price, Size, Stock Level) to file ...
TheUnawarePenguin's user avatar
0 votes
1 answer
2k views

I am trying to print Japanese texts using Epson TM M30 epos printer using epson epos2 SDK but failed. The printed texts are wrong. mPrinter = new Printer(Printer.TM_M30, Printer.MODEL_ANK, ...
Rezwanul Islam's user avatar
2 votes
0 answers
461 views

The below code build without any errors, also i did all configuration successful, While run the application in mobile does not connect to printer it is return erros, fine. But when i run it in the ...
Ikrami Hall's user avatar
3 votes
0 answers
1k views

I try to print to an Epson bluetooth printer, using their ePOS android SDK (I use the v.2.11.0) Printing works, but I need to reduce the connection timeout. I call the connect function like this: ...
Eino Gourdin's user avatar
  • 4,686
3 votes
0 answers
2k views

How do I check for epson receipt printer status in real-time? Currently, I am using a scheduled timer to run the Epos2Discovery.start every 10 seconds to check for printer availability. ...
Clinton's user avatar
  • 339
0 votes
2 answers
96 views

Basically, i'm trying to figure out if you can add a software to run alongside an already installed POSs, that can also access the barcode scanner? Does it depend on whom the POSs has been installed ...
Rachel McConnell's user avatar
0 votes
0 answers
86 views

I've been trying to develop my own EPOS system for a takeaway and I want to include a telephone receiver feature. Basically, when a customer calls on the landline number, the number should be shown ...
Shaks's user avatar
  • 1
3 votes
1 answer
2k views

I have some problems setting up my Epson TM-T20II POS printer. My goal is to be able to have a webpage on an external hosted webserver and print from that webpage some php code to my POS printer. I ...
Sven Daems's user avatar
0 votes
0 answers
1k views

I don't know where I am doing wrong but I cannot get the paper cut (partial or full). Im using the following javascript code in my hybrid android app and printing a receipt on EPOS. var _EscCommand =...
Raj's user avatar
  • 79
0 votes
1 answer
1k views

I am using ePOS2 SDK from Epson to communicate with receipt printer TM-M30. I am able to successfully connect to printer and print some data. After finishing printing I am keeping connection to ...
Vlad Papko's user avatar
  • 13.3k
4 votes
1 answer
4k views

Is it possibile to use Usb printer with Epson ePos Javascript SDK? Or is it only for ethernet/wireless model? I hope to find an utility to convert a usb printer to a network listening printer to ...
Tobia's user avatar
  • 9,595