Ben Mares
Ben Mares
Ya, sorry for the bad news. Thanks for making the effort to bring this up. We would really like to support other devices which use the same technology: see #44....
I think I was wrong. According to [this reference manual](https://download.dymo.com/dymo/technical-data-sheets/LW%20450%20Series%20Technical%20Reference.pdf#page=25) it uses the same technology.
Ya, currently only printing via USB is supported. However thanks to the recent work of @tomers I think we're getting close to being able to work with networked printers. >...
Dymoprint without modification won't recognize the 550 since it's not registered in our list of [supported products](https://github.com/computerlyrik/dymoprint/blob/52fb23a6ef6b78bd4f0f737d38708ec5059301bd/src/dymoprint/lib/constants.py#L40). You can do a [development install](https://github.com/computerlyrik/dymoprint?tab=readme-ov-file#development-and-code-style) and add it yourself. To get the...
I think the first byte is the so-called "status byte" as described in the above technical manual. 96 = 64 + 32 = 2⁶ + 2⁵. Within this byte, I...
Some more continuous monitoring, but this time while printing: ``` [64, 0, 18, 100, 14, 8, 0, 0] [64, 0, 18, 100, 14, 8, 0, 0] [64, 0, 18, 100,...
I spent a few minutes wiggling the battery and recording values for bytes 5 and 6. Here's a graph of the results:  When byte 5 is 13, byte 6...
@nathancatlow thanks so much for the report, that is very intriguing!!! I was expecting the 6th byte to be correlated with voltage, but that's evidently not the case. I wonder...
My printer unfortunately seems to have mostly failed. Presumably it's a battery issue. The status I see most of the time looks like ``` [64, 0, 130, 0, 10, 102,...
Hi @nathancatlow, thanks for your previous interest in dymoprint. Do you still have your LabelManager PnP? I received a PR in #54 for a full DymoPrint GUI, but I can't...