Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Last active October 1, 2022 03:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/b3c6535e8a846730351c61e8257c72df to your computer and use it in GitHub Desktop.
Save parzibyte/b3c6535e8a846730351c61e8257c72df to your computer and use it in GitHub Desktop.
const nombreImpresora = "ZJ-58"; // Puede ser obtenida de la lista de impresoras o puedes escribirlo si lo conoces
const conector = new ConectorPluginV3();
const respuesta = await conector
.Iniciar()
.EscribirTexto("Hola mundo")
.Feed(1)
.imprimirEn(nombreImpresora);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment