Skip to content

Print to esc/pos printer with Chrome OS or any OS with chrome browser installed

Notifications You must be signed in to change notification settings

wagnerc4/dot-matrix-chrome-browser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

dot-matrix-chrome-browser

Print to esc/pos printer with Chrome OS or any OS with chrome browser installed

for linux:

lsusb

udevadm info -a -p $(udevadm info -q path -n /dev/bus/usb/001/002)

ls -lh /dev/bus/usb/001/*

/etc/udev/rules.d/99-usb-lp.rules
  KERNEL=="1-1", SUBSYSTEM=="usb", MODE="0664", GROUP="plugdev"

/etc/modprobe.d/blacklist.conf
  blacklist usblp

More information: https://hackaday.io/project/20200-chrome-escpos-printer-app

In printer_app are an example: print.txt

About

Print to esc/pos printer with Chrome OS or any OS with chrome browser installed

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published