MultiMote
MultiMote
Partially implemented in https://github.com/MultiMote/niimblue/pull/59
> One has a number of services This one is Bluetooth Low Energy address. It can be used too if you find suitable characteristic. Second one is Bluetooth Classic which...
@corpix If I'm not mistaken, D11_H uses 7-data-bytes PrintStart packet, not 1 or 2. ``` 55 55 01 07 00 01 00 00 00 00 00 XX aa aa │...
It looks like the niimprint project is currently not maintained. If you wish, you can try [niimblue](https://github.com/MultiMote/niimblue) or [niimbluelib-headless](https://github.com/MultiMote/niimbluelib-headless) (for CLI usage). Here is a [list of tested models](https://github.com/MultiMote/niimbluelib/issues/1). If...
@AndBondStyle Looking forward to your return!
Use Poppler/ImageMagick/GhostScript.
This looks like an invalid RFID tag issue. Have you tried to print with original app?
Printer does not allow to print on non-rfid labels (you will get near-zero density). This is firmware limitation, niimprint will not help you with that. The only way to bypass...
You received PrintError (0xdb) LackPaper (0x02) after PrintStart. It is not handled by niimprint. P.S. B1 uses other PrintStart format (7 bytes of payload instead of 1). See [this](https://github.com/MultiMote/niimbluelib/blob/5823109ecd180b323fb584070af9bbe6ba4797e3/src/packets/packet_generator.ts#L198).