Crate custom_printer

source ·
Expand description

Rust library for Custom thermal receipt printers

Supported models:

  • TG2460H
  • TG2480H
  • TL60
  • TL80

Supported features:

  • Print bit image in 4 different modes
    • 8 dot single density
    • 8 dot double density
    • 24 dot single density
    • 24 dot double density
  • Cut the paper totally or partially

Structs

The main struct to construct printing commands and accomplish actual printing.

Enums

Modes supported by CustomPrinter::bit_image() function.
Cut types supported by CustomPrinter::cut_paper() function.