Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

UpsideDownOn #32

@jlcmoore

Description

@jlcmoore

I seem to be unable to get upside down printing working on the thermal printer I have connected to a raspberry pi.

The following:

printer = Adafruit_Thermal.Adafruit_Thermal('/dev/serial0', 19200, timeout=5)
printer.upsideDownOn()
printer.println("hello")

prints in the same manner had I not called upsideDownOn().

Does this feature actually exist? Is this an issue with the inherited pyserial code?

Thanks for the help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions