0.0.1 • Published 3 months ago

bthrust-escpos-usb v0.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
3 months ago

USB(vid, pid)

const escpos = require('escpos');
escpos.USB = require('escpos-usb');

const usbDevice = new escpos.USB(0x01, 0xff);

vid(Vendor Id) and pid (Product Id) can be checked with the lsusb command or escpos.USB.findPrinter() method.

0.0.1

3 months ago