https://github.com/typicalam/em5820
Header-only USB Thermal Printer Driver
https://github.com/typicalam/em5820
Last synced: about 2 months 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: 2026-04-21T21:04:55.000Z (4 months ago)
- Last Synced: 2026-04-21T22:38:42.424Z (4 months ago)
- Language: C++
- Size: 43.9 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- 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).