Andrew
Andrew
Taking a look... Well, I see what's cool about a separate site with docs, however with the python library of this size, is it really necessary? I think right now...
I assumed the RFID tags are read-only, and label counting is done on the app's side... Is it completely wrong then? Also linking https://github.com/kjy00302/niimprint/issues/4 as related
Captures from PR #10 by @mentlerd - Printer model: B3S - Connection: usb - OS: windows - Label size: 70x40 mm - Niimbot app version: unknown - Printer firmware version:...
Capture from #17 by @aprosvetova ([comment](https://github.com/AndBondStyle/niimprint/issues/17#issuecomment-2041075205)) - Printer model: D101 - Connection: bluetooth - OS: android - Label size: 30x50 mm - Niimbot app version: unknown - Printer firmware version:...
- Printer model: B21 - Connection: usb - OS: windows - Label size: unknown (probably 30x50 mm) - Niimbot app version: unknown - Printer firmware version: unknown Rename `.pcapng.txt` to...
@icarosadero for bluetooth connection, I suggest trying connecting to different addresses (check readme for details). The problem could also be in keepalive (you need to print something quickly after connecting)....
@danvelopment1 yeah, looks like an alignment issue. However, our code completely relies on the printer to do proper alignment automatically. I think I need to see some wireshark captures from...
@danvelopment1 I used a windows machine with wireshark to capture USB traffic (haven't tried bluetooth). You could also use some tips mentioned in #17 from @aprosvetova.
@danvelopment1 as far as I know, there's no way to run an official app on linux. And for android I believe you must use a rooted phone. So maybe the...
@danvelopment1 also my code doesn't send some startup commands before starting the print ([here](https://github.com/AndBondStyle/niimprint/blob/be39f68c16a5a7dc1b09bb173700d0ee1ec9cb66/niimprint/printer.py#L107)) maybe it's as simple as that. You can try to uncomment these methods, disable result parsing...