8000 GitHub - BoeJaker/Thermal-Printing: A collection of useful scripts for thermal printers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

BoeJaker/Thermal-Printing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Thermal-Printing

A collection of useful scripts for thermal printers

To use the server script your user will need write permission for the usb printer. Instructions below:

Find the device name:
lsusb
<device_name> usually look like lp0, lp1 ect

Give your user write permissions:
sudo chmod +w /dev/usb/<device_name>

Test its working with:
echo "Hello World" > /dev/usb/<device_name>

About

A collection of useful scripts for thermal printers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0