Sébastien Vidal
Sébastien Vidal
that's it (sorry for confusion about arrow functions) there is no StrikeThrough, but you can use some other styles
I will not close this issue because there is a real missing data in the doc
did you install zadig driver ?
I guess you have to specify the barcode's width
weird... node version ? os ? stack ?
is escpos enabled on your printer ?
Are you sur the connection is done ? what are you using, serial, network, bluetooth, usb ?
no error, to timeout ? tried a console.log on the last callback to show if an error occured ?
I had the same problem : for some old printers, there is some stupid rules which give the same VID/PID to the 2 interfaces of the printer, so the package...
with the embeded "usb" package, like this ? `` usb.getDeviceList().filter((device) => { // has interfaces return device && device.configDescriptor && device.configDescriptor.interfaces && device.configDescriptor.interfaces.length; }).map((device) => { // formate const interfaces...