You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
inotifywait --format "[%T] %w%f %e" --timefmt "%Y/%m/%d, %H:%M:%S" -m -e modify,create,delete,move "/dev/usb/lp0" --outfile file-changes.lo does not output anything to file-changes.lo. The code is as following:
letprinter=newThermalPrinter({type: PrinterTypes.TANCA,// Printer type: 'star' or 'epson'interface: '/dev/usb/lp0',// Printer interfacecharacterSet: CharacterSet.PC866_CYRILLIC2,// Printeoptions:{// Additional optionstimeout: 5000// Connection timeout (ms) [applicable only for network printers] - default: 3000}});
I've tried multiple different printer types. Printing manually or with gnome's printing utility works.
The text was updated successfully, but these errors were encountered:
Hello!
inotifywait --format "[%T] %w%f %e" --timefmt "%Y/%m/%d, %H:%M:%S" -m -e modify,create,delete,move "/dev/usb/lp0" --outfile file-changes.lo
does not output anything tofile-changes.lo
. The code is as following:I've tried multiple different printer types. Printing manually or with gnome's printing utility works.
The text was updated successfully, but these errors were encountered: