Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

346
Vistas
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
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda