react-native-bluetooth-escpos-printer
react-native-bluetooth-escpos-printer copied to clipboard
React-Native plugin for the bluetooth ESC/POS & TSC printers.
Hi, I have a problem when trying to connect with CPCL printer. in my case, I was using MT-300VL. logs: ``` { "nativeStackAndroid": [], "userInfo": null, "message": "Unable to connect...
Which encoding / codepage settings do I need to get the german special characters printed? (ä, ö, ü, Ä, Ö, Ü, ß)
On iOS, I can print the euro sign without any problems. On Android, it prints Ç instead of €. How to fix this?
I've just installed the package: ``` npm i react-native-bluetooth-escpos-printer ``` Added this in the file `PrintRecipt.js` where I'm going to show devices: ``` import React, { useEffect } from 'react';...
PRINT_IMAGE_FAILED ERROR throws right after printPIC or printQRCode command finished. printPIC can print out image correctly before the PRINT_IMAGE_FAILED error, but printQRCode can't print any meaningful contents, please refer to...
Hello can anyone help me how to use this lib in iOS? It can work well in android, but when i try to use in iOS, when hit code "BluetoothManager.isBluetoothEnabled()"...
Wanted to try and connect 3 bluetooth printer and output printing at all 3 device at the same times. Is it possible? hope that someone can help me with this?...
I have been trying to connect it an Epson Thermal Printer, the library works awesome with the android app, but I am not able to make it work with the...