Results 61 comments of MultiMote

@danvelopment1 > As for whether the printer can set label type, VERY good question. I commented out set_label_type and printed a transparent label and it was correct, then I changed...

Hello. Can you provide a detailed workflow? Or a real example. To be honest, I didn't get the point.

You can scan codes with other app and use CSV feature for that (not a real-time). ![image](https://github.com/user-attachments/assets/219fb585-d87f-47d8-892c-e6476796de92) ![image](https://github.com/user-attachments/assets/eaecff67-2ccf-4b58-ab83-12df164fb98a) What about adding functionality to niimblue - 1d/2d code scanning libraries are...

I have no experience with that. Looks like [@zxing/browser](https://www.npmjs.com/package/@zxing/browser) might work for you. I'll try to make integration example later.

Hello. I need a packet capture of data exchange between client and printer (connection and normal print from official app). This way I can understand if there is a big...

@Yohoa it will be compatible if printer uses Bluetooth low energy (not Bluetooth classic). Serial (COM) has no differences with WebSerial.

Looks like your code designed for Bluetooth Classic serial port. It is platform-dependent and not suitable for Web Bluetooth API. You should try to use [bleak](https://github.com/hbldh/bleak) for Bluetooth Low Energy...

Just ignore the extra data. [Alternative implementation](https://github.com/MultiMote/niimbluelib/blob/19c3072d135eb53b1ff198ab8771a164583bf8bf/src/packets/abstraction.ts#L65-L85) https://github.com/AndBondStyle/niimprint/issues/38

> It's not clear to me how you can add multiple protocols to your code That's not my code, and I am not the NiimPrintX author 😄 I think @LorisPolenz...

@Eamo5 Prebuilt binaries would be a good thing.