Skip to content

M200 model failed #2

@wspeth

Description

@wspeth

I tried a phomemo M200 model and failed. It's bluetooth-connected on Windows and device manager shows it as COM10
Seemed to be feasible by subclassing:

class Printer_serial(Printer):
    def __init__(self, port):
        self.s = serial.Serial(port)

    def _print_bytes(self, bytes):
        self.s.write(bytes)

printer = Printer_serial("COM10")
printer.print_text("Hello world")

But all I get is a couple of line feeds. Any idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions