jayel74

Results 9 comments of jayel74

> created Hello, I am struggling with this, I have a TSP100iii and it doens't print anything. Can you explain what the solution is? You created a buffer? What does...

`'use strict'; const escpos = require('escpos'); escpos.Network = require('escpos-network'); //escpos.SerialPort = require('escpos-serialport') // const device = new escpos.USB(0x0416, 0x5011); // const device = new escpos.RawBT(); // const device = new...

https://stackoverflow.com/a/75825663/23150688 was the solution for me

Hey @Klemen1337, i've added 9100, but no go. Nothing is printed ! # ``` PS D:\development\node\testposprinter> node index.js Print done! Data sent to printer: 192.168.18.118:9100 PS D:\development\node\testposprinter> ``` ```javascript async...

```javascript async function testConnection() { const printer = new ThermalPrinter({ type: PrinterTypes.STAR, interface: "tcp://192.168.18.118:9100", }); printer.alignCenter(); printer.println("Hello world"); //await printer.printImage('./assets/olaii-logo-black.png') printer.cut(); try { let execute = await printer.execute() console.log("Print done!");...

hello, No update on the above?