Skip to content

Universal USB Point Of Sales Thermal Printer 'Driver' written in Python

License

Notifications You must be signed in to change notification settings

3top1a/uniusbpos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Universal USB Point Of Sales Thermal Printer Driver

This is a universalish python driver for USB POS thermal printers. Simply run it and start typing and every newline it will be sent to the printer. Also supports input from stdin. Most printers also support ESP-POS, for which there are special commands implemented.

#@!START-ESC = start respecting ESC commands, also resets any set parameters
#@!CUT = Cut paper
#@!BOLD1 / #@!BOLD0 = Bold on/off
#@!UNDER1 / #@!UNDER0 = Underline on/off
#@!DOUBLEW / #@!NORMALW = Double / normal width (does not stack with underline nor double height)

Forked from https://github.com/vpatron/usb_receipt_printer

Resources

About

Universal USB Point Of Sales Thermal Printer 'Driver' written in Python

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages