Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

345
Views
Epson epos javascript sdk connection error when printing - TM T82III

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 next day when I try to print the Connection Refused message will appear again unless I open the printer ip address. Am I missing any configuration settings in EposNet config? printer: Epson TM-T82III Ethernet printer

function connect() {
  var printerPort = document.getElementById("printer_port").value;
  var printerAddress = document.getElementById("printer_ip").value;
  ePosDev = new epson.ePOSDevice();
  ePosDev.connect(printerAddress, printerPort, cbConnect, { "eposprint": true });
}
function cbConnect(data) {
  if (data == 'OK' || data == 'SSL_CONNECT_OK') {
    var deviceID = document.getElementById("printer_name").value;
    ePosDev.createDevice(deviceID, ePosDev.DEVICE_TYPE_PRINTER, { 'crypto': true, 'buffer': false }, cbCreateDevice_printer);
  } else {
   alert(data);// 'error parameter'
  }
}
 
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!