https://github.com/typicalam/em5820
Header-only USB Thermal Printer Driver
https://github.com/typicalam/em5820
Last synced: about 1 year ago
JSON representation
Header-only USB Thermal Printer Driver
- Host: GitHub
- URL: https://github.com/typicalam/em5820
- Owner: TypicalAM
- Created: 2024-12-21T19:37:06.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-22T11:48:51.000Z (over 1 year ago)
- Last Synced: 2025-01-04T22:53:12.598Z (about 1 year ago)
- Language: C++
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EM5820 Thermal Printer USB Driver
Header-only driver to provide USB communication support between linux devices and an EM5820 thermal printer. Quick example of usage is contained in `main.cpp`.
> [!CAUTION]
> This small driver was created by reverse engineering the printer library code in `PrinterLib.dll` and it is not guaranteed to be accurate (I do not, in fact, speak chineese).