Results 61 comments of MultiMote

@theopoon you can try to test your B1 [here](https://niim.mmote.ru/). If it is working for you, it is unimplemented protocol problem and niimprint need some code changes to make this printer...

You can get printer model by sending packet (0x40 - GetInfo, 0x08 - GetPrinterModel): ``` 55 55 40 01 08 49 aa aa ``` For example, D110 returned this packet:...

@aorozco-digitaldata This behavior can be seen when you trying to print on B1 using D110-like model's print sequence. See this: https://github.com/ayufan/niimprint-web/issues/3#issuecomment-2241516770 So this library need to be tweaked. You can...

@aorozco-digitaldata Before porting the code you can test if it actually works for you. [Here](https://niim.mmote.ru/) is deployed web version, bundled apk can be downloaded [here](https://github.com/MultiMote/niimblue/releases/tag/snapshot).

It would be interesting to check how the printer behaves when the label limit of rfid tag is exceeded (density will drop or not). If the printer is going to...

> I cannot say for sure, but the tag is definitely being written after the print I can confirm it. I have two printers. 1. Checked printed labels count with...

@etaloncop tried to lock pages 5 and 6 (lock bits are 3 and 4 byte of page 2). ``` 0 1D AB 43 7D 1 D3 8C 00 00 2...

@etaloncop my B1 revision (HW 5.10) has pin labels, looks like it is uart in my case (in your case it looks like SWD indeed, D - DIO, C -...

Be careful guys. I'm not sure it's a good idea to keep it in the public domain. Sometimes the printer manufacturer watches the GitHub, if they find any hacks they...

@cryoz how `strCrc` is calculated? For dec and hex (reverse order too) representation of crc32 I am getting `{"errorCode":4,"info":"crc checkout error!","result":-1}`